﻿body{ 
    background:white;
    color:black;
}
.head-nav {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
}
.return {
    width: 0.26rem;
    height: 0.32rem;
}
    .return img {
        width: 100%;
        height: 100%;
    }
.head-nav .head-tab {
    height: 0.7rem;
    display: flex;
}
    .head-nav .head-tab div {
        width: 1.8rem;
        height: 100%;
        text-align: center;
        line-height: 0.7rem;
        font-weight: bold;
        font-size: 0.28rem;
    }
.num-dz {
    border-top-left-radius: 0.06rem;
    border-bottom-left-radius: 0.06rem;
    color: #242424;
    border: 0.01rem solid #CFCFCF;
}
.num-hs {
    border-top-right-radius: 0.06rem;
    border-bottom-right-radius: 0.06rem;
    color: #FFFFFF;
    background: #FE552E;
}
.bg {
    width: 100%;
/*    height: calc(100vh - 2.2rem);*/
    background: url(../image/hs-bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom:1.5rem;
}
.from-bg {
    margin: 3.1rem 0.15rem 0;
    background: url(../image/hs-bg-box.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 0.73rem;
}
.from-box {
    /*background: rgba(255,255,255,0.8);*/
    overflow: hidden;
}
.p1 {
    font-weight: bold;
    font-size: 0.28rem;
    color: #0E0E0E;
    text-align: center;
    margin-top: 0.48rem;
}
    .p1 span {
        color: #F96004;
    }

.input-box {
    height: 0.78rem;
    margin-top: 0.3rem;
    background: #FFFFFF;
    border-radius: 0.35rem;
    border: 0.04rem solid #FBDD63;
    box-sizing: border-box;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
}
.tit {
    width: 1.5rem;
    font-weight: 500;
    font-size: 0.28rem;
    color: #7B0A04;
    display: inline-block;
}
.txt{ 
    width:3rem;
    height:100%;
    outline:none;
    border:none;
    font-size:0.26rem;
    display:inline-block;
    background:none;
}
.right-c{ 
    display:inline-block;
    width:0.25rem;
    height:0.2rem;
    margin-top:0.15rem;
    margin-left:0.3rem;
}
.xuqiu {
    margin-top: 0.3rem;
    padding: 0.24rem 0.4rem 0.4rem;
    background: #FFFFFF;
    border-radius: 0.14rem;
    border: 0.04rem solid #FBDD63;
}
    .xuqiu .tit {
        width: 100%;
    }
    .xuqiu .txtare {
        width: 100%;
        outline: none;
        border: none;
        font-size: 0.26rem;
        display: inline-block;
        background: none;
    }

.sub-btn {
    width: 5.62rem;
    height: 0.75rem;
    line-height: 0.75rem;
    background: linear-gradient(#FE926F, #FF663C);
    font-weight: bold;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.4rem;
    border-radius: 0.5rem;
}
.p2 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #8A8A8A;
    text-align: center;
    margin: 0.2rem 0 0.3rem;
}
input::-webkit-input-placeholder {
    color: #999;
}
textarea::-webkit-input-placeholder {
    color: #999;
}
.title_nav {
    width: 100%;
    height: 0.6rem;
    background: #F8F8F8;
    display: flex;
    flex-wrap: nowrap;
}
.title_nav li {
    width: 20%;
    height: 100%;
    text-align: center;
    line-height: .6rem;
    color: #333;
    font-size: .26rem;
}
.title_check {
    background: #fff !important;
    color: #ff552e !important;
}