﻿body {
    /* line-height: 24px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    color: #333;
    -webkit-tap-highlight-color: rgba(0,0,0,0); */
}

.cooperation-apply {
    padding-top: 30px;
}

.text-title {
    text-align: center;
}

.text-title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.text-title span {
    font-size: 20px;
    text-transform: uppercase;
    color: #777777;
}

.cooperation-apply #container {
    padding-top: 50px;
    max-width: 1170px;
    margin: 0 auto;
}

.apply-wrap {}

.apply-wrap em {
    font-size: 18px;
    margin-right: 5px;
    color: #FF212A;
    vertical-align: -webkit-baseline-middle;
}

.apply-wrap .h1 {
    font-weight: 600;
    margin-top: 30px;
    font-size: 18px;
    color: #000 !important;
}

.apply-label {}

.apply-tag {}

.not-li {
    display: inline-block;
    width: 100%;
}

.not-li:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.not-li-l {
    float: left;
    width: 53%;
    /* margin-right: 50px; */
}

.not-li-l .prompt-input {
    width: 80%;
    height: 40px;
    font-size: 14px;
}

.not-li-r {
    float: left;
    width: 47%;
    /* margin-left: 50px; */
}

.input {
    box-sizing: border-box;
}

#tag2 .input {
    min-height: 50px;
}

#tag2 .prompt-textarea {
    /* height: 530px; */
    font-size: 14px;
}

.prompt-input {
    height: 40px;
    width: 100%;
    vertical-align: middle;
    display: block;
    margin: 5px 0 0 0;
    border-radius: 8px;
    padding: 5px 10px;
    line-height: 1.8rem;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.prompt-textarea {
    width: 100%;
    height: 198px;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 5px 10px;
    /*line-height: 1.2rem;*/
}
.prompt-textarea2{
    height: 318px;
}

.btn {
    /* display: inline-block; */
    /* padding: 6px 12px; */
    /* white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none; */

    margin: 1.58rem auto 1.21rem;
    -webkit-appearance: none;
    outline: none;
    border: none;
    width: 19.69rem;
    /* height: 3.13rem; */
    font-size: 1.56rem;
    line-height: 3.13rem;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF212A;
    cursor: pointer;
    font-family: medium;
    border-radius: 33px;
}

.btn-primary {
    background-color: #FF212A;
    border-color: #FF212A;
    color: #fff;
    border-radius: 36px;
}

.btn-primary,
.btn-primary:hover {
    width: 300px;
    height: 50px;
    border-radius: 36px;
    background-color: #FF212A;
    border-color: #FF212A;
    color: #fff;
    outline: none;
}

.not-li-button {
    width: 100%;
}

.not-li-button>div {
    width: 100%;
    text-align: center;
    /* width: 300px; */
    /* margin: 50px auto 100px auto; */
}

.checkbox {
    display: block;
    min-height: 1.92rem;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

.checkbox-inline {
    display: inline-block;
    /* padding-left: 20px; */
    /* padding-top: 5px; */
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
    color: #777;
}

label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: top;
}

select {
    /* -webkit-appearance: none!important; */
    -webkit-border-radius: 2px;
    background: #fff;
    display: inline-block;
    width: 140px;
    padding: 5px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 180%;
    color: #555;
    vertical-align: middle;
    border: 1px solid #ccc;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fileImage span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #777;
}

.fileImage input {
    border: none;
}

.img-upload-window {
    margin-top: 15px;
    margin-bottom: 25px;
}

.img-upload-window input[type="file"] {
    width: 0;
    height: 0;
}

.img-insert {
    display: inline-block;
}

.img-insert>span {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-right: 10px;
}

.img-insert>span:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .5) url(../image/button_close.png) no-repeat center;
    background-size: 20px;
    cursor: pointer;
}

.img-insert img {
    width: 50px;
    height: 50px;
}

.select-type {
    width: 21%;
    min-width: 200px;
    /* padding-bottom: 20px;
     */
    display: flex;
    align-items: center;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 38px;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}

.select-type.active {
    border: 2px solid #666;
}

.select-type.active .dot-wrap {
    border: 1px solid #FF212A;
}

.select-type2 {
    display: flex;
    align-items: center;
    min-width: 200px;
    /* padding-bottom: 20px; */
    height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 38px;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}

.select-type .type-txt {
    display: block;
    height: 25px;
    line-height: 25px;
}

.select-type2 .type-txt {
    display: block;
    height: 25px;
    line-height: 25px;
}

.select-type2.active {
    border: 2px solid #666;
}

[class*=am-u-]+[class*=am-u-]:last-child {
    float: inline-start !important;
}


.dot-wrap {
    width: 17px;
    height: 17px;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 26px;
    margin-right: 10px;
    position: relative;
}

.select-type2.active .dot-wrap {
    border: 1px solid #FF212A;
}

.select-type .dot-wrap {
    margin-left: 14px !important;
}

.select-type2 .dot-wrap {
    margin-left: 0 !important;
}

.dot-inner {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5.5px;
    margin-top: -5.5px;
}

.active .dot-inner {
    background-color: #FF212A;
}

/*  */
.select-style {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 50px;
    margin-top: 8px;
}
.select-style2 {
    line-height: 0 !important;
    margin-top: 0 !important;
}
.am-radio {
    margin-top: 0 !important;
}

.am-checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.label-style {
    margin-right: 6px;
}

.ghType-input {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: solid 1px #ccc;
}

.ghType-input-active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FF212A;
    border: none;
}

.region1 {
    margin-right: 10px;
}

.authorizeType-input {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: solid 1px #ccc;
}

.authorizeType-input-active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FF212A;
    border: none;
}

.input-box-style {
    display: flex;
    align-items: self-start;
}

.label-style {
    display: flex;
    align-items: baseline;
}

.isBill {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: solid 1px #ccc;
}

.isBill-input-active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FF212A;
    border: none;
}

.checkbox-classify {
    width: 18px;
    height: 18px;
    border: solid 1px #ccc;
}

.checkbox-channel {
    width: 18px;
    height: 18px;
    border: solid 1px #ccc;
}
.select{
    height: 50px;
    border-radius: 8px;
}
.h1 small{
    font-weight: 400;
    font-size: 12px;
    color: #666;
}