.cqbox{
    background-image: url(../images/cq.png);
    background-size: 100% 100%;
    width: 7.5rem;
    height: 12rem;
    position: relative;
}
.lqtit{
    text-align: center;
    font-size: 0.36rem;
    font-weight: 500;
    color: #935422;
    padding-top: 0.3rem;
}
.zuobei{
    position: absolute;
    left: 0.4rem;
    top: 1.14rem;
    width: 1.17rem;
    height:4.06rem;
}
.youbei{
    position: absolute;
    right: 0.4rem;
    top: 1.14rem;
    width: 1.17rem;
    height:4.06rem;
}
.lq_zhuo {
    position: absolute;
    width: 4.05rem;
    height: 2.66rem;
    top: 3.45rem;
    left: 1.7rem;
}
.lq_zhuo img {
    width: 4.05rem;
    height: 2.66rem;
}
.lq_tong {
    position: absolute;
    text-align: center;
    height: 1.84rem;
    top: 2.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.lq_tong img {
    height: 1.84rem;
    object-fit: cover;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}
.jingzhitu {
    position: absolute !important;
    top: 0;
    left: 0rem;
    margin: 0 auto;
    right: 0;
    z-index: 1002!important;
    object-fit: cover;
    height: 1.84rem !important;
}
.qdesc_qianshu {
    width: 5.28rem;
    height: 1.27rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4.88rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    display: none;
    z-index: 10;
}
.gongxi_qian {
    font-size: 0.32rem;
    color: #F65347;
    text-align: center;
    padding-top: 0.2rem;
}
.gongxi_qiandesc {
    text-align: center;
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
    color: #333333;
    padding-top: 0.1rem;
}
.zhengzai_zhibei {
    width: 3.5rem;
    height: 0.84rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4.88rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.32rem;
    color: #F65347;
    z-index: 10;
    display: none;
}
.shengbei_num {
    width: 5.28rem;
    height: 1.27rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4.88rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    display: none;
    z-index: 10;
}
.juhe_tit {
    font-size: 0.32rem;
    color: #F65347;
    text-align: center;
    padding-top: 0.2rem;
}
.lingqian_gongxi {
    text-align: center;
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
    color: #333333;
    padding-top: 0.1rem;
}
.qianpai {
    background-image: url(../images/qiantong.png);
    background-size: 100% 100%;
    width: 0.4rem;
    height: 2.29rem;
    position: absolute;
    top: -0.4rem;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    object-fit: cover;
}
.qianshu {
    font-size: 0.1rem;
    color: #e3af61;
    position: relative;
    top: 1rem;
    text-align: center;
}
.cesuan {
    width: 3.1rem;
    background: linear-gradient(180deg, #E15439 0%, #C83C23 100%);
    border-radius: 0.1rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    position: absolute;
    top: 6.35rem;
    margin-left: 2.2rem;
    font-size: 0.32rem;
    color: #FFFFFF;
}
.chakan {
    width: 3.1rem;
    background: linear-gradient(180deg, #E15439 0%, #C83C23 100%);
    border-radius: 0.1rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    position: absolute;
    top: 6.35rem;
    margin-left: 2.2rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    display: none;
}
.zhibei{
    width: 3.1rem;
    background: linear-gradient(180deg, #E15439 0%, #C83C23 100%);
    border-radius: 0.1rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    position: absolute;
    top: 6.35rem;
    margin-left: 2.2rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    display: none;
}
.bianxing {
    animation: upAnimation 1s ease-in-out 2;
}
@keyframes upAnimation{
    0%{transform:rotate(0deg);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
    10%{transform:rotate(-12deg);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}20%{transform:rotate(12deg);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}28%{transform:rotate(-10deg);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}36%{transform:rotate(10deg);transition-timing-function:cubic-bezier(0.755,.5,.855,.06)}
    42%{transform:rotate(-8deg);transition-timing-function:cubic-bezier(0.755,.5,.855,.06)}
    48%{transform:rotate(8deg);transition-timing-function:cubic-bezier(0.755,.5,.855,.06)}
    52%{transform:rotate(-4deg);transition-timing-function:cubic-bezier(0.755,.5,.855,.06)}
    56%{transform:rotate(4deg);transition-timing-function:cubic-bezier(0.755,.5,.855,.06)}
    60%{transform:rotate(0deg);transition-timing-function:cubic-bezier(0.755,.5,.855,.06)}
    100%{transform:rotate(0deg);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
}
.shangyi{
    -webkit-animation: xiaoshi 0.8s linear both;
    animation:xiaoshi 0.8s linear both;
    animation-fill-mode:forwards;
    transform-style: preserve-3d;
}
@keyframes xiaoshi{
    from{opacity: 1}
    to{opacity: 0}
}
.animation{
    -webkit-animation: bottomSport1 2.8s linear;
    animation: bottomSport1 2.8s linear;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;

}

@keyframes bottomSport1{
    0%{top: -0.5rem; left: 0rem;  transform:scale(0.2,0.2);}
    50%{
        top:-0.5rem;left: 0rem;;  transform:scale(0.2,0.2);
    }
    80%{top:-2rem;    left: 0rem;;}

}
.xiangqing{
    width: 6.9rem;
    padding: 0.2rem 0.05rem 0.2rem 0.2rem;

    border: 1px dashed rgba(199, 150, 87, 1);
    opacity: 1;
    border-radius: 0.1rem;
    margin: 0rem auto;
    position: absolute;
    top: 7.53rem;
    left: 0;
    right: 0;
    font-size: 0.32rem;
    color: #C79657;
    line-height: 0.52rem;

}
.xiahua{
    background-image: url(../images/xx.png);
    background-size: 100% 100%;
    width: 6.3rem;
    height: 0.15rem;
    margin: 0.2rem auto;
    clear: both;
}
.qianbox{
    background: #fff;
}
.qiantiao {
    overflow: hidden;
    position: relative;
    margin-top: -1.7rem;
    padding-bottom: 0.4rem;
}
.qiantiao a {
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    display: inline-block;
    float: left;
}
.lqimg {
    width: 3.3rem;
    height: 2.26rem;
}
.lqming {
    text-align: center;
    font-size: 0.32rem;
    color: #333333;
    padding-top: 0.15rem;
}
.lanbox{
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 0.4rem;
    margin-top: 0.2rem;
}
.lantit{
    line-height: 0.88rem;
    background: rgba(252, 238, 211, 1);
    font-size: 0.36rem;
    font-weight: 600;
    color: #935422;
    padding-left: 0.3rem;
    position: relative;
}
.formitem{
    margin-top: 0.2rem;
    overflow: hidden;
    margin-left: 0.3rem;
}
.itemleft{
    float: left;
    width: 1.6rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.8rem;
}
.cs-sex{
    margin-left: 0.2rem;
    float: left;
}
.cs-sex span {
    display: block;
    float: left;

    padding-top: 0.2rem;
    padding-right: 0.5rem;
}
.cs-sex em{
    display: block;
    float: left;
    width: 0.36rem;
    height: 0.36rem;
    background-image:url(../images/weixuan.png);
    background-size: 100%;


}
.cs-sex span.cur em {
    background-image:url(../images/xuanzhong.png);

}
.cs-sex font {
    display: block;
    height: 0.36rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
    color: #333;
    font-size: 0.32rem;
    padding-top: 0.03rem;
}
#birthday{
    width: 4.62rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border:0.02rem solid #E9D0BE;
    box-sizing: border-box;

}
.sel{
    width: 4.62rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0;
    padding-left: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.02rem solid #E9D0BE;
    box-sizing: border-box;
}
input, select, button, textarea {
    font-family: inherit;
    outline: 0;
    margin: 0;
    color: inherit;
    -webkit-appearance: none;
}
.csbtn{
    overflow: hidden;
    margin-top: 0.4rem;

}
.ljcs{
    display: block;
    width: 6.9rem;
    margin: 0 auto;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    background: linear-gradient(180deg, #FBBB53 0%, #F79C58 100%);
    border-radius: 0.5rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
}
.about{
    width: 6.9rem;
    margin: 0.3rem auto;
}
.about img{
    width: 6.9rem;
    height: 2.64rem;
    border-radius: 0.1rem;
}
.about p{
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.52rem;
    margin-top: 0.2rem;
}