
input,
select ,
textarea {
    font-size: 0.7em;
    font-family: inherit;
    background: transparent; 
    padding: 0; 
    height: 100%;
    width: 100%;
    border: 0;
    outline: none;
    resize: none;
}
a{
    color: #3D3D3D;
    text-decoration: none;
}
input:focus-visible,
textarea:focus-visible,
input:focus,
textarea:focus {
    background: transparent;
}

input:-webkit-autofill {
    box-shadow: none;
    background-color: transparent !important;
    -webkit-text-fill-color: #313336;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #313336;
    transition: background-color 5000s ease-out 0.5s;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; 
    background: url(../images/index/select.png) no-repeat calc(100%) center; 
    background-size: 0.6em auto; 
}

select::-ms-expand {
    display: none;
}
.prop{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999; 
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}
.prop .getbox .close{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 2em;
    top: 1.5em;
    z-index: 9;
    cursor: pointer;
}
.getbox{
    background-color: #fff;
    width: 50em;
    min-width: 700px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding: 1.5em 2em;
    font-size: 20px;
}
.getbox h3{
    font-size: 1.2em;
    font-weight: bold; 
    color: #3D3D3D;
}
.getbox .flexbox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin:1.5em 0;
}
.getbox .flexbox .form{
    border-right: 1px solid #E0E0E0;
    padding-right: 2em;
    margin-right: 2em;
    box-sizing: border-box;
    width: calc(100% - 7.25em);
}
.getbox .flexbox .form .row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.getbox .flexbox .form .row>div{
    width: 46%;
}
.getbox .flexbox .form .tit{
    font-size: 0.7em;
    font-weight: 500; 
    margin-bottom: 0.7em;
    color: #3D3D3D;
}
.getbox .flexbox .form .tit i{
    color: #ff0000;
}

.getbox .flexbox .form .input{
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    padding: 0 0.6em;
    margin-bottom: 1.4em;
    display: flex;
    align-items: center;
    flex: 1;
} 
.getbox .flexbox .form .input select,
.getbox .flexbox .form .input input{
    height: 2.8em;
    line-height: 2.8em;
    flex: 1;
}
.getbox .flexbox .form .getCodeInput{
    display: flex;
}
.getbox .flexbox .form .getCodeInput .getCode {
    height: 2.8em;
    line-height: 2.8em;
    font-size: 0.7em;
    background-color: #207BE6;
    color: #fff;
    margin-bottom: 1.4em;
    border: 1px solid #207BE6;
    border-radius: 3px;
    margin-left: 1em;
    width: 8em;
    text-align: center;
    cursor: pointer;

}
.getbox .flexbox .form .getCodeInput .codeNum {
    height: 2.8em;
    line-height: 2.8em;
    font-size: 0.7em;
    background-color: #a5b8ce;
    color: #fff;
    margin-bottom: 1.4em;
    border: 1px solid #a5b8ce;
    border-radius: 3px;
    margin-left: 1em;
    width: 8em;
    text-align: center;
    cursor: pointer;
    display: none;
}
.getbox .flexbox .form textarea {
    line-height: 1.5rem;
}

.getbox .flexbox .form .textarea {
    height: 5em !important;
    padding: 0.4em 0.6em;
    margin-bottom: 0;
}
.getbox .flexbox .right{
    width: 7.25em;
}
.getbox .flexbox .right p{
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.7em; 
    color: #3D3D3D;
}
.getbox .flexbox .right a{
    color: #207BE6;
    font-weight: bold;
}
.getbox .flexbox .right p:nth-child(2){
    margin: 4.3em 0 0.7em;
}
.getbox .flexbox .right .qrcode{
    display: block;
}
.getbox .checkbox,
.getbox .checkbox p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.getbox .checkbox p{
    font-size: 0.7em;
    font-weight: bold; 
    color: #999;
    cursor: pointer;
    user-select: none;
}
.getbox .checkbox .yinsi{
    color: #333;
    font-size: 0.7em;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}
.getbox .checkbox .yinsi:hover{
    color: #207BE6;
}
.getbox .checkbox p i{
    width: 0.86em;
    height: 0.86em;
    border-radius: 50%;
    border: 1px solid #666;
    display: block;
    margin: 0 0.7em 0 2.85em;
}
.getbox .checkbox p i.on{ 
    background: url(../images/index/check.png) center no-repeat;
    background-size:cover;
    border: 0;
    width: 1em;
    height: 1em;
}