input,
textarea {
    border: none;
    resize: none;
    overflow:auto;
}

input::-ms-clear {
    display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}

.hidden {
    display: none;
}

.cooperation {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("/images/cooperation.png") center no-repeat;
}

.content {
    width: 1200px;
    margin: 90px auto 164px;
    text-align: center;
}

.content>div {
    display: inline-block;
}

.message {
    width: 400px;
    vertical-align: top;
    text-align: left;
    margin: 60px 194px 0 0;
    color: #fff;
}

.user {
    margin-top: 80px;
}

.user h1 {
    font-size: 28px;
    font-weight: normal;
    height: 28px;
    line-height: 1;
    margin-bottom: 15px;
}

.user>div {
    font-size: 24px;
    font-weight: 100;
    margin-left: 32px;
    margin-bottom: 10px;
}

.address h1 {
    font-size: 28px;
    font-weight: normal;
    height: 28px;
    line-height: 1;
    margin-bottom: 20px;
}

h1 .side {
    float: left;
    height: 28px;
    margin-right: 18px;
    border-right: 14px solid #40b7d5;
}

.address>div {
    font-size: 24px;
    font-weight: 100;
    margin-left: 32px;
    margin-bottom: 10px;
}

.contacts {
    position: relative;
    z-index: 2;
    width: 500px;
    background-color: #fff;
    border-radius: 6px;
}

.contacts .something {
    width: 380px;
    margin: 40px auto 40px;
}

.something .c-title {
    font-size: 38px;
    margin-bottom: 20px;
}

.something .c-tip {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.something .c-name,
.something .c-tel,
.something .c-content {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

.something .c-choose {
    width: 300px;
    margin: 20px auto 20px;
}

.c-message input[type="text"] {
    width: 96%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 18px;
}

.c-message textarea {
    width: 96%;
    height: 150px;
    padding-left: 10px;
    padding-top: 12px;
    font-size: 18px;
}

.c-choose .c-radio {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-left: 32px;
    margin-bottom: 16px;
    font-size: 20px;
}

.c-radio .radioclass {
    width: 20px;
    height: 20px;
    float: left;
    padding-top: 3px;
    margin-top: 3px;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    background-image: url(/web/miudrive/images/radio-btn.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: .05px solid gray;
    border-radius: 50%;
}

.c-radio input {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.radioclass.on {
    background-image: url("/images/radio-btn_sel.png");
    border:.05px solid white;
}

.c-message .c-btn,
.a-tip .a-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #fff;
    background-color: #50d7ed;
    font-size: 20px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
}

.a-tip {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.a-tip .a-bg {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=0.5);
}

.a-tip .a-message {
    position: absolute;
    z-index: 1000;
    top: 344px;
    left: 50%;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 40px 60px 30px;
    margin-left: -200px;
    width: 400px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
}

.a-message .a-title {
    margin-bottom: 32px;
}

.a-message .a-content {
    margin-bottom: 44px;
    line-height: 1.5;
}

@media screen and (max-width: 1024px){
    .content {
        width: 1000px;
    }
    .message {
        margin: 60px 60px 0 0;
    }
    .contacts {
        width: 500px;
    }
}