html {
    font-size: 66.66vw;
    background-color: #ffffff;
}

body, p, h1, h2, h4, h5, h6, h3, ul, ol, dl, td, dd, input, textarea, option, hr, button, fieldset, legend, figure {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #666;
}

a:link {
    color: #666;
}

a:hover {
    color: #333;
}

li {
    list-style: none;
}

body {
    font: 14px "PingFangSC-Regular,PingFang SC";
}

img { /*display:block;*/
    border: none;
}

input, area {
    outline: none;
    caret-color: #ffffff;
}

i, em {
    font-style: normal;
}

h1, h2, h4, h5, h6, h3, b, strong {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

.box_banner {
    width: 1.5rem;
    background: #FFFFFF;
    position: relative;

}

.box_banner > img {
    width: 100%;
}

.title_banner {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0.09rem;
}

.title_banner > h3 {
    margin-bottom: 0.03rem;
    font-size: 0.05rem;
    font-weight: 500;
    color: #FFFFFF;


}

.title_banner > p {
    font-size: 0.04rem;
    font-weight: 500;
    color: #FFFFFF;

}

.logo_img {
    width: 0.04rem;
    height: 0.04rem;
    position: absolute;
    top: 0.01rem;
    left: 0.13rem;

}

.nav_shangwu {
    width: 0.09rem;
    height: 0.03rem;
    background: #47B1FF;
    border-radius: 0.02rem;
    text-align: center;
    line-height: 0.03rem;
    color: #ffffff;
    font-size: 0.015rem;
    position: absolute;
    top: 0.01rem;
    left: 1.28rem;
    cursor: pointer;
}

.flex_wei {
    width: 0.09rem;
    height: 0.13rem;
    background: #3A36B3;
    position: fixed;
    top: .3rem;
    right: 0.01rem;
    display: none;
    text-align: center;
}

.flex_wei > img {
    width: 0.07rem;
    height: 0.07rem;
    margin-top: 0.01rem;

}

.flex_wei > p {
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.01rem;
    height: 0.02rem;
    font-size: 0.015rem;
    line-height: 0.02rem;
    text-align: center;
}

.weixin {
    text-align: center;
    position: fixed;
    top: 0.2rem;
    right: 0.1rem;
    z-index: 99;
    display: none;
    width: 0.18rem;
    height: 0.23rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.02rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.01rem;

}

.weixin > img {
    width: 0.15rem;
    height: 0.15rem;
    margin-top: 0.03rem;

}

.weixin > p {
    font-weight: 500;
    color: #323232;
    margin-top: 0.01rem;

    height: 0.02rem;
    font-size: 0.014rem;
    line-height: 0.02rem;

}


.background_img {

    height: 2.09rem;
    background: url("../images/qianbanPc/50.png") no-repeat;
    background-size: 0.7rem 2.09rem;
}

.donghua {
    width: 0.33rem;
    margin: 0.17rem auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.donghua > h3 {
    font-size: 0.03rem;
    font-weight: 500;
    color: #323232;
    line-height: 0.05rem;
    text-align: center;

}

/*.donghua_xian {*/
/*    background-color: #47B1FF;*/
/*    border-radius: 0.3rem;*/
/*    width: 0;*/
/*    height: 0.005rem;*/
/*    transition: width .8s;*/
/*    -webkit-transition: width .8s;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    left: -0.01rem;*/

/*}*/

/*.donghua_xian2 {*/
/*    background-color: #47B1FF;*/
/*    border-radius: 50%;*/
/*    width: 0;*/
/*    height: 0.002rem;*/
/*    transition: width .8s;*/
/*    -webkit-transition: width .8s;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    left: -0.032rem;*/
/*}*/

/*.donghua_xian3 {*/
/*    background-color: #47B1FF;*/
/*    border-radius: 0.3rem;*/
/*    width: 0;*/
/*    height: 0.005rem;*/
/*    transition: width .8s;*/
/*    -webkit-transition: width .8s;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    left: -0.023rem;*/
/*}*/

/*.donghua_xian4 {*/
/*    background-color: #47B1FF;*/
/*    border-radius: 0.3rem;*/
/*    width: 0;*/
/*    height: 0.005rem;*/
/*    transition: width .8s;*/
/*    -webkit-transition: width .8s;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*    left: -0.01rem;*/
/*}*/

/*.donghua_xian5 {*/
/*    background-color: #47B1FF;*/
/*    border-radius: 0.3rem;*/
/*    width: 0;*/
/*    height: 0.005rem;*/
/*    transition: width .8s;*/
/*    -webkit-transition: width .8s;*/
/*    margin: 0 auto;*/
/*}*/


.box_card {
    padding: 0 .13rem;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.03rem;
}

.box_card_1 {
    width: 0.34rem;
    height: 0.44rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.05rem 0.04rem;
    box-sizing: border-box;
    z-index: 9;
}

.box_card_1 > img {
    width: 0.07rem;
    height: 0.07rem;
}

.xianxia {
    /*width: 200px;*/
    /*height: 100px;*/
    /*background-color: #7ed321;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    font-size: 0.02rem;
    font-weight: 500;
    color: #323232;
    margin-top: 0.03rem;
    text-align: center;
}

.fengxian {
    margin-top: 0.02rem;
    font-size: 0.018rem;
    font-weight: 500;
    color: #646464;
    line-height: 0.03rem;

}

.box_card_hover1:hover {
    box-shadow: 0rem 0.01rem 0.03rem 0rem rgba(0, 0, 0, 0.1);
    position: relative;
    top: -0.01rem;
    background: #FFFFFF;
}

.box_card_hover2:hover {
    box-shadow: 0rem 0.01rem 0.03rem 0rem rgba(0, 0, 0, 0.1);
    position: relative;
    top: -0.01rem;
    background: #FFFFFF;
}

.box_card_hover3:hover {
    box-shadow: 0rem 0.01rem 0.03rem 0rem rgba(0, 0, 0, 0.1);
    position: relative;
    top: -0.01rem;
    background: #FFFFFF;
}

.fout_jigou {
    display: flex;
    justify-content: space-between;
    padding: 0 .13rem;
    box-sizing: border-box;
    margin-top: 0.21rem;
}

.fout_jigou_left > h3 {
    font-size: 0.04rem;
    font-weight: 600;
    color: #47B1FF;
    margin-bottom: 0.02rem;

}

.fout_jigou_left > p {
    margin: 0 auto;
    font-size: 0.028rem;
    font-weight: 400;
    color: #323232;

}

.list {
    margin-top: 0.05rem;
}

.center_list {
    vertical-align: top;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.03rem;
}

.center_list > img {
    width: 0.03rem;
    height: 0.03rem;
    margin-right: 0.02rem;
}

.center_list > span {
    width: 0.35rem;
    /*height: 0.07rem;*/
    font-size: 0.02rem;
    font-weight: 500;
    color: #323232;
    line-height: 0.03rem;

}

.funt_jigou_right {
    display: flex;
    align-items: center;


}

.funt_jigou_right > .img_text > .text_img {
    width: 0.27rem;
    height: 0.33rem;
}

.funt_jigou_right > .img_text {
    position: relative;
}

.funt_jigou_right > .img_text > p {
    position: absolute;
    bottom: 0.05rem;
    left: 0.03rem;
    width: 0.22rem;
    height: 0.04rem;
    font-size: 0.014rem;
    font-weight: 500;
    color: #323232;
    line-height: 0.02rem;

}

.funt_jigou_right > .text_img_right {
    margin-left: 0.05rem;
    background: url("../images/qianbanPc/9.png") no-repeat center right;
}

.funt_jigou_right > .text_img_right > .img_text {
    position: relative;
    left: -0.02rem;
}

.funt_jigou_right > .text_img_right > .img_text > img {
    width: 0.27rem;
    height: 0.33rem;
}

.funt_jigou_right > .text_img_right > .img_text > p {
    position: absolute;
    bottom: 0.05rem;
    left: 0.03rem;
    width: 0.22rem;
    height: 0.04rem;
    font-size: 0.014rem;
    font-weight: 500;
    color: #323232;
    line-height: 0.02rem;
}

.sao_sao {
    display: flex;
    justify-content: space-between;
    padding: 0 .13rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
}

.sao_sao_phone > img {
    width: 0.56rem;
    height: 0.46rem;
}

.sao_sao_list > h3 {
    /*width: 0.37rem;*/
    /*height: 0.05rem;*/
    font-size: 0.04rem;
    font-weight: 600;
    color: #47B1FF;
    /*line-height: 0.05rem;*/

}

.sao_sao_list > p:nth-child(2) {
    /*width: 0.17rem;*/
    height: 0.05rem;
    font-size: 0.03rem;
    font-weight: 400;
    color: #323232;
    line-height: 0.05rem;

}

.sao_sao_list_conter {

    margin-top: 0.05rem;
}

.sao_sao_list_conter > li {
    margin-bottom: 0.03rem;
    display: flex;
}

.sao_sao_list_conter > li:last-child {
    margin-bottom: 0;
}

.sao_sao_list_conter > li > img {
    width: 0.03rem;
    height: 0.03rem;
    margin-right: 0.02rem;
}

.sao_sao_list_conter > li > span {
    width: 0.36rem;
    font-size: 0.02rem;
    font-weight: 500;
    color: #323232;

}

.sao_time {
    margin-left: 0.055rem;
    color: #323232;
    position: relative;
    top: -0.03rem;
    font-size: 0.012rem;
}

.jiaowu {
    display: flex;
    padding: 0 .13rem;
    box-sizing: border-box;
    margin-top: 0.29rem;
    background: url("../images/qianbanPc/22.png") no-repeat;
    justify-content: space-between;
}

.jiaowu_title > h3 {
    /*width: 0.33rem;*/
    /*height: 0.05rem;*/
    font-size: 0.04rem;
    font-weight: 600;
    color: #47B1FF;
    /*line-height: 0.05rem;*/

}

.jiaowu_title > p:nth-child(2) {
    /*width: 0.23rem;*/
    /*height: 0.05rem;*/
    font-size: 0.03rem;
    font-weight: 400;
    color: #323232;
    line-height: 0.05rem;

}

.jioawu_img > img {
    width: 0.59rem;
    height: 0.56rem;

}

.jiyu {

    padding: 0 .13rem;
    box-sizing: border-box;
    margin-top: 0.23rem;
    /*position: relative;*/
}

.jiyu > h3 {
    height: 0.05rem;
    font-size: 0.03rem;
    font-weight: 500;
    color: #323232;
    line-height: 0.05rem;
    text-align: center;

}

.box {
    width: 100%;
    height: 0.49rem;
    transform-style: perserve-3d;
    margin: 0.03rem auto;
    position: relative;
    /*background-color: #7ed321;*/
}

.box:hover .btn {
    opacity: 0.6;
}

.box > div {
    width: 50%;
    height: 0.39rem;
    background: #FFFFFF;
    position: absolute;
    top: 0.06rem;
    transition: all .3s linear;
    box-shadow: 0rem 0.01rem 0.02rem 0rem rgba(133, 122, 177, 0.3);
    border-radius: 0.01rem;

}

.btns > .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    font-size: 50px;
    color: rgba(255, 255, 255, .5);
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    transition: opacity .3s linear;
}

.btns .btn:first-child {
    top: 0.23rem;
    left: 0.03rem;
}

.btns .btn:last-child {
    top: 0.23rem;
    right: 0.03rem;;
}


.front {
    left: 0.01rem;
    display: flex;
    flex-direction: column;

    opacity: 0.4;
}

.front > img {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    margin: 0.03rem auto 0;

}

.front > h3 {
    font-size: 0.03rem;
    font-weight: 500;
    color: #323232;
    text-align: center;
    margin: 0.01rem 0;

}

.front > p {
    width: 0.4rem;
    height: 0.17rem;
    font-size: 0.02rem;
    font-weight: 500;
    color: #646464;
    line-height: 0.03rem;
    text-align: justify;
    margin: 0 auto;

}

.back {
    left: 0.6rem;
    display: flex;
    flex-direction: column;
    opacity: 0.4;

}

.back > img {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    margin: 0.03rem auto 0;

}

.back > h3 {
    width: 0.1rem;
    height: 0.03rem;
    font-size: 0.03rem;
    font-weight: 500;
    color: #323232;
    line-height: 0.03rem;
    text-align: center;
}

.back > p {
    width: 0.4rem;
    height: 0.17rem;
    font-size: 0.02rem;
    font-weight: 500;
    color: #646464;
    line-height: 0.03rem;
    text-align: justify;
    margin: 0 auto;
}

.active > img {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    margin: 0.03rem auto 0;

}

.active > h3 {
    font-size: 0.03rem;
    font-weight: 500;
    color: #323232;
    text-align: center;
    margin: 0.01rem 0;
}

.active > p {
    width: 0.4rem;
    height: 0.17rem;
    font-size: 0.02rem;
    font-weight: 500;
    color: #646464;
    line-height: 0.03rem;
    text-align: justify;
    margin: 0 auto;
}

.active {
    left: 0.3rem;
    transform: scale(1.28, 1.2);
    z-index: 10;
    display: flex;
    flex-direction: column;
    /*background: #999999;*/
    width: 100%;
    box-shadow: 0rem 0.01rem 0.02rem 0rem rgba(133, 122, 177, 0.3);
    border-radius: 0.01rem;

}


.shangwu {
    margin-top: 0.19rem;
    padding: 0 .13rem;
    box-sizing: border-box;
    height: 0.39rem;
    /*background-color: #7ed321;*/
}

.shangwu_list_left {
    display: flex;
    justify-content: space-between;
    position: relative;
}


.shangwu_list_left_img {
    width: 0.2rem;
    text-align: center;
    margin: 0 auto;
}

.shangwu_list_left_img > img {
    width: 0.13rem;
    height: 0.11rem;
}

.shangwu_list_left_img > p:nth-child(2) {
    font-weight: 600;
    color: #323232;
    margin: 0.01rem 0 0.01rem 0;
    height: 0.05rem;
    font-size: 0.03rem;
    line-height: 0.05rem;
    /*display: none;*/

}

.shangwu_list_left_img > p:nth-child(3) {
    font-weight: 500;
    color: #323232;
    height: 0.03rem;
    font-size: 0.02rem;
    line-height: 0.03rem;

}

.postion1 {
    position: absolute;
    top: 0.1rem
}

.postion2 {
    position: absolute;
    left: 0.25rem

}

.postion3 {
    position: absolute;
    top: 0.15rem;
    left: 0.45rem;
}

.shangwu_input {
    float: right;
    width: 0.33rem;
    text-align: center;
    /*background-color: #7ed321;*/
}

.shangwu_input > h3 {

    height: 0.04rem;
    font-size: 0.03rem;
    font-weight: 600;
    color: #323232;
    line-height: 0.04rem;

}

.shangwu_input > p {
    width: 0.33rem;
    height: 0.03rem;
    font-size: 0.02rem;
    font-weight: 500;
    color: #646464;
    line-height: 0.03rem;
    margin: 0.02rem 0;

}

.shangwu_input > .third {
    width: 0.33rem;
    height: 0.04rem;
    border: 0.001rem solid #999999;
    line-height: 0.04rem;
    font-size: 0.02rem;
    color: #000000;
    box-sizing: border-box;
    border-radius: 0.04rem;
    padding-left: 0.02rem;
    caret-color: #000000;
    margin-bottom: 0.02rem;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;

}

.shangwu_input > button {
    width: 0.33rem;
    height: 0.04rem;
    border-radius: 0.04rem;
    background-color: #5156BC;
    color: #FFFFFF;
    font-size: 0.02rem;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.footer_box {
    padding: 0 .13rem;
    box-sizing: border-box;
    width: 100%;
    height: 0.37rem;
    background: #FFFFFF;
    background: url("../images/qianbanPc/34@3x.png") no-repeat;
    background-size: 100% 0.37rem;
    margin-top: 0.1rem;
}

.footer_box_top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 0.29rem;
    padding-bottom: 0.03rem;
    /*background-color: #7ed321;*/
}

.footer_box_top_lianxi > h3 {
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0.02rem;
    width: 0.09rem;
    height: 0.03rem;
    font-size: 0.02rem;
    line-height: 0.03rem;

}

.footer_box_top_lianxi > ul {
    width: 0.5rem;
}

.footer_box_top_lianxi > ul > li {
    /*width: 0.37rem;*/
    /*height: 0.02rem;*/
    font-size: 0.016rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.02rem;
    margin-bottom: 0.01rem;
}

.footer_box_top_lianxi > ul > li:last-child {
    display: flex;
    overflow: hidden;
}

.footer_box_top_lianxi > ul > li:last-child > div:last-child {
    width: 80%;
    line-height: 0.021rem;


}


.footer_box_top_code {
    display: flex;
    justify-content: space-between;
}
.footer_box_top_code_erwei:first-child{
    margin-left: 0;
}
.footer_box_top_code_erwei {
    width: 0.155rem;
    text-align: center;
    /*margin-left: 0.04rem;*/
}

.footer_box_top_code_erwei:first-child {
    margin-right: 0;
}

.footer_box_top_code_erwei > p {
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0.02rem;

    height: 0.03rem;
    font-size: 0.02rem;
    line-height: 0.03rem;

}

.footer_box_top_code_erwei > img {
    width: 0.09rem;
    height: 0.09rem;
}

.footer_box_bottom {
    border-top: 0.002rem solid #B8A9FE;
    text-align: center;
    height: 0.05rem;
    font-size: 0.014rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.05rem;
    /*background-color: #7ed321;*/
}

.kong {
    display: inline-block;
    width: 0.02rem;
}

.MessageBox {
    width: 0.4rem;
    height: 0.17rem;
    padding: 0.002rem;
    box-sizing: border-box;
    background: rgba(51, 51, 51, .8);
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 120;
    border-radius: 0.01rem;
    display: none;
    box-shadow: 0rem 0.09rem 0.48rem 0rem rgba(0, 0, 0, 0.1);
}

.MessageBox > p {
    color: #FFFFFF;
    font-size: 0.022rem;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.01rem;
    box-sizing: border-box;
    height: 100%;
}























