html{
    font-size: 13px;
    -webkit-tap-highlight-color: transparent;
}
body{
    width: 100%;
    height: 100%;
    user-select: none;
   
}
header, section {
    display: block;
}
a,a:active,a:visited,a:hover{
    color: #fff;
    text-decoration: none;
    outline: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
}
.main_container
{
    position: relative;
    width: 100%;
    min-height: 100%;
    background-image: url(/images/newexchange/bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding-top: 48%;
    box-sizing: border-box;
    background-color: #ffd19b;
    min-height: 100vh;
}
#form{
    background-color: #fff;
    width: 90%;
    margin: 0 5%;
    padding: 6% 5%;
    border-radius: 3%;
    max-width: 640px;
}

.rule-img{
    width: 90%;
    margin-left: 5%;
    margin-top: 2%;
    max-width: 640px;
}
.check-btn{
    width: 100%;
    text-align: right;
    position: absolute;
    right: 10%;
    top: 11%;
    color:#cb721e;
}
.input_con {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    position: relative;
}
.account-icon ,.phone-icon{
    width: 20px;
    position: absolute;
    left: 13px;
    top: 10px;
}

.input_con .input_{
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    border-radius: 5px;
    line-height: 20px;
    outline: 0;
    padding: 10px 40px;
}
input::-webkit-input-placeholder{
    color:#888888;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#888888;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#888888;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#888888;
}
.input_con .code_btn {
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    height: 40px;
    width: 110px;
    background-color: #cacaca;
    border-radius: 0 20px 20px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}
.submit_btn ,.exchangeBtn{
    width: 100%;
}
.return_btn {
    display: block;
    background-color: #F4363F;
    border-radius: 5px;
    outline: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}


.rules-box{
    position: relative;
    margin-top: 2%;
}
.rule_tit {
    font-size: 15px;
    line-height: 24px;
    color: #222;
    margin-bottom: 5px;
}
.rule_txt {
    font-size: 13px;
    color: #979797;
}

.rules .rule_txt .txt {
    line-height: 21px;
}

.error_tips {
    margin: 1rem 0;
}

.error_tips img {
    margin-right: 5px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.error_txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #f00;
}

.none {
    display: none;
}






.check_area input{
    display: none;
}

label{
    display: flex;
    border: 2px solid #CCC;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
}

input:checked + label{
    border: 2px solid #FFC700;
    background: url(/images/check.png) no-repeat right bottom;
    background-size: 30px 30px;
    color: #FFC700
}

label img{
    width: 70px;
    height: 70px;
    margin-right: 10px;
    min-width: 70px;
}

.goods_info{
    display: flex;
    flex-direction: column;
    height: 70px;
    max-width:78%;
}

.goods_info div {
    line-height: 1.5;
    font-size: 17px;
}

.goods_info div:nth-child(1) {
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 24px;
}

.goods_info div:nth-child(3) {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break:break-all;
    max-height: 34px;
}


 .head {
   height: 60px;
   line-height: 60px;
   text-align: center;
}
 .head .line {
   display: inline-block;
   width: 30%;
   border-top: 1px solid #ccc ;
}
.head .txt {
   color: #686868;
   vertical-align: middle;
}

.header {
    font-size: 18px;
    line-height: 1.5;
    color: #6D6D6D;
}

.exchangeform{
    padding: 10px 15px;
}

.input_area .light-btn {
    background-color: #FFC700;
}

.input_area .gray-btn {
    background-color: #f5f5f5;
}

.input_area .light-border {
    border-color: #FFC700;
}

.input_area .gray-border {
    border-color: #e5e5e5;
}

.text-center{text-align: center;}
.re_phone_box{position:fixed;z-index:2;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.2);display:none;}
.re_phone_form{background-color:#fff;position:absolute;width:80%;left:10%;top:30%;border-radius: 5px;padding:15px 0 30px 0;box-sizing: border-box;}

.exchange_status_box{position:fixed;z-index:2;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.2);display:none;}
.exchange_status{background-color:#fff;position:absolute;width:80%;left:10%;top:30%;border-radius: 5px;padding:30px 0;box-sizing: border-box;}


.success_box{padding:0 1.4rem;position:fixed;z-index:2;width:100%;height:100%;top:0;left:0;background-color:#fff;box-sizing: border-box;display:none;}
.submit_inkind_btn{background-color: #009BFA;}
