body {
    background: url(../image/bj.png) no-repeat center top;
    background-size: 100%;
}

.header {
    width: 100%;
    height:auto;
	background-color:#FFFFFF
}

.content {
    width: 100%;
    padding-top: .63rem;
    box-sizing: border-box;
}

.content input {
    display: block;
    width: 6rem;
    height: .94rem;
    background-color: #fff;
    box-shadow: 0 .09rem .14rem .01rem rgba(255, 107, 30, 0.07);
    border-radius: .1rem;
    /*border: solid 1px #ffab84;*/
    border: solid 1px #ff4647;
    box-sizing: border-box;
    padding-left: .3rem;
    margin: 0 auto .4rem;
}

.exchange-btn {
    display: block;
    width: 6rem;
    height: .9rem;
    line-height: .9rem;
    /*background-image: linear-gradient(180deg,*/
    /*#ff7e60 0%,*/
    /*#ff552e 100%);*/
    /*box-shadow: 0 0.16rem 0.15rem 0.01rem*/
    /*rgba(255, 107, 30, 0.34);*/
    background-color: #f84238;
    box-shadow: 0px 12px 15px 1px rgba(255, 164, 159, 0.34);
    border-radius: 0.45rem;
    color: #fff;
    font-size: 0.32rem;
    margin: .41rem auto .74rem;
    cursor: pointer;
}

.header-top {
    width: 3.75rem;
    margin: 0 auto;
    overflow: hidden;
}

.header-word {
    width: 4rem;
    margin: 0 auto;
    color: #fff;
    line-height: .4rem;
    text-indent: 2em;
}

.header-top .title-left {
    display: block;
    width: .88rem;
    height: .04rem;
    float: left;
    background: url(../image/arrow-l.png) no-repeat;
    background-size: 100%;
    margin-top: 1.12rem;
}

.header-top .title-msg {
    display: block;
    width: 1.75rem;
    font-size: .36rem;
    text-align: center;
    float: left;
    margin-top: 1rem;
    margin-bottom: .3rem;
    font-family: PingFang-SC-Regular;
    color: #fff;
}

.header-top .title-right {
    display: block;
    width: .88rem;
    height: .04rem;
    float: left;
    background: url(../image/arrow-r.png) no-repeat;
    background-size: 100%;
    margin-top: 1.12rem;
}

.step {
    margin: .45rem auto;
}

.msg-code-box {
    display: flex;
    width: 6rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border: solid 1px #ff4647;
    border-radius: .1rem;
    background: #fff;
}

.msg-code-box > input {
    width: 4rem;
    border: none;
    margin-bottom: 0;
}

.get-msg {
    width: 2rem;
    height: .48rem;
    border-left: 0.02rem solid #ff1e2d;
    box-sizing: border-box;
    text-align: center;
    line-height: .48rem;
    color: #ff1e2d;
    font-size: .3rem;
}

.tip-box {
    width: 6rem;
    margin: .24rem auto .58rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #fc2c38;
}

.tip-box .tip-icon {
    display: inline-block;
    width: .23rem;
    height: .23rem;
    background: url(../image/tanhao.png) no-repeat;
    background-size: 100%;
}

.set-hide {
    display: none;
}

.footer {
    width: 7.05rem;
    height: 3.5rem;
    background-color: rgba(255, 255, 255, 0.58);
    box-shadow: 0px 0px .14rem .01rem rgba(255, 107, 30, 0.25);
    border-radius: .1rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .12rem;
}

.footer-content {
    width: 100%;
    height: 100%;
    border: solid .01rem #fd353e;
    padding-left: .18rem;
    padding-right: .18rem;
    box-sizing: border-box;
}

.footer-top {
    width: 3.75rem;
    margin: 0 auto;
    overflow: hidden;
}

.footer-top .title-left {
    display: block;
    width: 1rem;
    height: .04rem;
    float: left;
    background: url(../image/arrow-bg.png) no-repeat;
    background-size: 100%;
    margin-top: .44rem;
}

.footer-top .title-msg {
    display: block;
    width: 1.75rem;
    text-align: center;
    float: left;
    margin-top: .32rem;
    color: #fd353e;
}

.footer-top .title-right {
    display: block;
    width: 1rem;
    height: .04rem;
    float: right;
    background: url(../image/arrow-bg2.png) no-repeat;
    background-size: 100%;
    margin-top: .44rem;
}

.step {
    margin: .45rem auto;
}

.step p {
    overflow: hidden;
    margin-top: .47rem;
    line-height: 1.2;
}

.warn-tip {
    width: 100%;
    height: 1rem;
    line-height: 1.1rem;
    text-align: center;
}

#tipBox {
    width: 6rem;
    margin: 0 auto;
    padding-bottom: .3rem;
}

.tip-content {
    box-sizing: border-box;
    width: 6rem;
    border-radius: .2rem;
    margin: 0 auto;
    padding: 0 .3rem;
}

.tip-content .tip-title {
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    border-bottom: .02rem solid #999;
}

.tip-content > div:first-of-type {
    padding: .4rem 0;
}

.tip-content > div > p {
    line-height: .4rem;
}

.tip-content > div > p:not(:last-of-type) {
    margin-bottom: .1rem;
}

#antiFraud {
    color: #1E9FFF;
    text-decoration: underline;
}

#knownBtn {
    margin: 0;
    padding: 0;
    height: .8rem;
    line-height: .8rem;
    border-radius: .1rem;
    color: #f84238;
    border: .02rem solid #f84238;
    background: #fff;
    font-size: .28rem;
}

#knownBtn.disabled {

}

.set-hide {
    display: none !important;
}

footer.supplier {
    position: relative;
    padding-top: .1rem;
    padding-bottom: .2rem;
}








.product-name {
  width: 6rem;
  font-size: 0.3rem;
  font-weight: 400;
  color: #111111;
  line-height: 0.3rem;

text-align:left; padding:20px;;
}



.thfs{background-color:#FFFFFF; clear:both; overflow:hidden}
.thfs li{ float:left}

  .dx,.ddx {border:1px #ccc solid;border-radius:4px;cursor: pointer;width:20%;position: relative; text-align:center; margin-right:3%; height:30px; line-height:30px; margin-bottom:10px; margin-top:10px;}
  

  
  .dx input,.ddx input {width:0 !important; position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer}
  .dx:hover,.ddx:hover,.dx-checked,.ddx-checked {color: #ff8629;
    border-color: #ff8629;
    background-color: #fffbf7;}