.box_card {
    background: url(../images/bgheader.png) no-repeat;
    background-size: cover;
    height: 6rem;
    padding: 0 1rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
}
.box_card p{
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.box_card p:nth-child(1){
    margin-top: 1.6rem;
}
.box_card p span{
    color: #FF6D1D;
}
.header {
    padding: 1.25rem 0rem 0.63rem 0rem;
    font-size: 1.38rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(39, 49, 64, 1);
}
.box-cont{
    overflow: hidden;
    margin: 0 1rem;
    height: 4.75rem;
    border-bottom: 0.03rem solid #EBEBEB;
    position: relative;
}
.box-cont .title{
    font-size: 0.88rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    height: 1.38rem;
    line-height: 1.38rem;
    margin-top: 0.75rem;
}
.box-cont .title.leftStyle{
    padding-left: 0.55rem;
}
.box-cont .ico-clear{
    position: absolute;
    width: 1rem;
    height: 1rem;
    right: 0rem;
    bottom: 1rem;
}
.box-cont .ico-clear img{
    width: 1rem;
    height: 1rem;
}
.box-cont .ico-isShow{
    width: 4.8rem;
    height: 1.63rem;
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4269DB;
    line-height: 1.63rem;
    position: absolute;
    right: 0;
    bottom: 0.6rem;
}
.box-cont .title i{
    font-style: normal;
    color: #FF0000;
    margin-left: 0.2rem;
}
.box-cont .input{
    height: 1.63rem;
    margin-top: 0.25rem;
}
.box-cont .input input{
    height: 1.69rem;
    line-height: 1.63rem;
    border: 0;
}
input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    height: 1.69rem;
    line-height: 1.63rem;
    border: none;
    outline: none;
    background: #fff;
    position: relative;
    -webkit-opacity:1;
    opacity: 1;
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}

input::-webkit-input-placeholder {
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
}

.btn{
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background: rgba(66, 105, 219, 0.45);
    border-radius: 0.13rem;
    margin: 1.25rem 1rem;
    cursor: pointer;
}
.btn.active{
    background: #4269DB;
}
.wechat-box-page{
    overflow: hidden;
    text-align: center;
    margin-top: 3.75rem;
}
.wechat-box-page img{
    width: 7.5rem;
    height: 7.5rem;
}
.wechat-box-page p:nth-child(1){
    font-size: 0.88rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}
.wechat-box-page p:nth-child(2){
    font-size: 0.88rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}
.wechat-box-page p:nth-child(2) .cloTitle{
    color: #4269DB;
}
.wechat-box-page p:nth-child(3){
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 0.2rem;
}
.footer{
    text-align: center;
    height: 3.38rem;
    font-size: 0.88rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
    line-height: 3.38rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
