html,body{
    font-size: 62.5%;
}

html,body{
    font-size: 16px;
}
*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    outline:none;
    border:none;
    font-family:souroe-sans-simplified-c,sans-serif,Microsoft YaHei,Arial;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 0.875rem;
    user-select: none;
}
#app{
    width: 100vw;
    overflow:hidden ;
}

.pc{
    display: none !important;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}

/*--index start--*/
.topFixEd{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    background:#712D75;
    padding:1rem 0.5rem; 
    z-index: 999999;
}
.topAllDiv{
    height: 100%;
}
.topDiv{
    position: relative;
    height: 100%;
}
.topMenu{
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0.5rem;
    top:50%;
    transform:translateY(-50%);
}
.logo{
    width:auto;
    height: 2rem;
    display: block;
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.logo a{
    height: 100%;
    display: block;
}
.logo a img,
.topMenu img{
    height: 100%;
    display: block;
}
.cn-en{
    width: 2rem;
    line-height: 2rem;
    position: absolute;
    right: 0.5rem;
    top:50%;
    transform:translateY(-50%);
}
.cn-en a{
    display: block;
    width: 100%;
    height: 100%;
}
.cn-en a img{
    width: 100%;
    height: 100%;
    display: block;   
}
.navDiv{
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    transition: 0.6s ease;
}
.navBg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background:rgba(0,0,0,0.4);
}
.navD{
    position: absolute;
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background:#712D75;
}
.nav{
    padding: 1rem;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.8)
}
.navBtn{
    color: #ffffff;
    font-size: 1rem;
    line-height: 2rem;
    position: relative;
    width: 100%;
    display: block;
}
.navBtn i{
    display: block;
    width: 1rem;
    height: 0.5rem;
    position:absolute;
    right: 0.5rem;
    top:50%;
    margin-top: -0.25rem;
    background:url("../images/down.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 9;
}
.navSco {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.6s;
}
.navSco a{
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    font-size: 0.75rem;
    line-height: 2rem;
    color: #ffffff;
}

.bannerAllDiv{
    width: 100%;
    padding-top: 5rem;
}
.banner a{
    display: block;
    width: 100%;
    background:transparent;
}
.banner a img{
    width: 100%;
    display: block;
}
.sco2BannerDiv .banner a img{
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    content: '';
}

.pad-4{
    padding: 2rem 0.5rem;
}
.index2AllDiv{
    background:#712D75;
}
.indexBoxDiv{
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
}

.indexDiv{
    margin-bottom: 2rem;
}
.indexDivTop{
    margin-bottom: 1rem;
}
.indexDivTop div{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
    font-weight: 700;
}
.indexDivTop a{
    display: block;
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.5rem;
    font-weight: 700;
}
.indexTop{
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.indexBoxD{
    margin-right: 1rem;
    overflow: hidden;
    display: block;
    background: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    transition: 0.6s;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.05);
}
.indexBoxImg{
    width: 100%;
    height: 7rem;
    overflow: hidden;

}
.indexBoxImg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}
.indexBoxDiv .swiper-wrapper .swiper-slide{
    width: 10rem !important;
}
.indexBoxInfo{
    padding: 0.5rem;
}
.indexBoxInfo div{
    font-size: 0.875rem;
    color: #333333;
    line-height: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexBoxInfo p{
    font-size: 0.75rem;
    color: #5c5c5c;
    font-weight: 400;
    line-height: 1rem;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexBoxD:hover{
    border-color: #ffffff;
    background:#712D75;
}
.indexBoxD:hover .indexBoxImg img{
    transform: scale(1.1);
}
.indexBoxD:hover .indexBoxInfo div,
.indexBoxD:hover .indexBoxInfo p{
    color: #ffffff;
}
.indexBoxDiv .swiper-container{
    width: 100%;
    overflow: hidden;
}
.index3AllDiv{
    background:#F5F5F5;
}
.index3TopDiv{
    margin-bottom: 2rem;
}
.index3Img a{
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
    position: relative;
}
.index3Img a div{
    display: block;
    width: 100%;
    height: 100%;
}
.index3Img a div img{
    width: 100%;
    height: 100%;
    display: block;
}
.index3Img a p{
    position: absolute;
    font-size: 1rem;
    color: #ffffff;
    line-height: 2rem;
    font-weight: 700;
    left: 0.5rem;
    bottom: 0.5rem;
}

.indexBox2Div{
    position: relative;
}
.indexBox2Div .swiper-wrapper .swiper-slide{
    width: 10rem !important;
}
.indexBox2D{
     margin-right: 1rem;
     position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}
.indexBox2Info{
    padding: 0.5rem;
}
.indexBox2Img{
    width: 100%;
    height: 8rem;
    overflow: hidden;
}
.indexBox2Img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}
.indexBox2Div .swiper-container{
    width: 100%;
    overflow: hidden;
}
.indexBox2Info{
    position: absolute;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #ffffff;
    font-weight: 700;
    left: 0rem;
    bottom: 0rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.icon-R-Btn1{
    width: 1.5rem;
    height: 1.5rem;
    background:url("../images/icon_right_2Off.png");
    right: -3rem;
    transition: 0.6s;
}
.icon-R-Btn1:hover{
    background:url("../images/icon_right_2On.png");
}
.icon-L-Btn1{
    width: 1.5rem;
    height: 1.5rem;
    background:url("../images/icon_left_2Off.png");
    left: -3rem;
    transition: 0.6s;
}
.icon-L-Btn1:hover{
    background:url("../images/icon_left_2On.png");
}


.index4AllDiv{
    width: 100%;
    height: 20rem;
    background-image: url("../images/index4Img.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    position: relative;
}
.index4Div{
    position: relative;
    padding: 1rem 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.index4D{
    width: 100%;
}
.index4D1{
    font-size: 0.875rem;
    line-height: 1.2rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.index4D2{
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
}
.index4D3{
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: #ffffff;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 1rem;
}
.index4D4{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #ffffff;
    font-weight: 700;
}


.top2 .indexDivTop div{
    color: #000000;
}
.top2 .indexDivTop a{
    color: #333333;
}

.index5AllDiv{
    background:#f5f5f5;
}
.index5Div .indexDivTop div{
    color: #000000;
}
.index5Div .indexDivTop a{
    color: #333333;
}
.index5Div .indexBoxD{
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.05);
}
.indexDiv5 .indexBox2Div .swiper-wrapper .swiper-slide{
    width: 10rem !important;
    height: 10rem;
}
.indexDiv5 .indexBox2D .indexBox2Img{
    height: 100%;
}
.indexDiv5 .indexBox2Info{
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.bannerAllDiv{
    position: relative;
}
.indexBannerInfo{
    position: absolute;
    width: 100%;
    height: 5rem;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: #ffffff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.indexBannerInfoL{
    padding: 1rem 0.5rem;
}
.indexBannerInfoL1{
    width: 3rem;
    height: 3rem;
    display: block;
    overflow: hidden;
}
.indexBannerInfoL1 img{
    width: 100%;
    display: block;
}
.indexBannerInfoL2{
    margin-left: 0.5rem;
}
.indexBannerInfoL2T{
    font-size: 0.75rem;
    color: #000000;
    line-height: 1rem;
    font-weight: 300;
}
.indexBannerInfoL2C{
    font-size: 1rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 700;
}
.indexBannerInfoL2B{
    display: none;
}
.indexBannerInfoL2B a{
    display: inline-block;
    font-size: 0.75rem;
    color: rgba(255, 106, 0, 1);
    line-height: 1.25rem;
    transition: 0.6s;
}
.indexBannerInfoL2B a:hover{
    color: #712D75;
}
.indexBannerInfoR1{
    position: relative;
    width: 3rem;
    margin-left: 0.5rem;
}
.indexBannerInfoRT{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    background: #cccccc !important;
    display: none;
}
.indexBannerInfoRT div{
    display: block;
    width: 13rem;
    height: 17rem;
    padding: 0.5rem;
    padding-top: 2.5rem;
    position: absolute;
    background: #ffffff;
    left: 50%;
    top: 50%;
    border-radius: 0.5rem;
    overflow: hidden;
    transform: translate(-50%,-50%);
}
.indexBannerInfoRT img{
    width: 12rem;
    height: 12rem;
    display: block;
}
.indexBannerInfoRT .wapClose{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 999;
}
.indexBannerInfoRT span{
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    text-align: center;
}
.indexBannerInfoRB{
    width: 3rem;
    height: 3rem;
    position: relative;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
}
.indexBannerInfoRB a{
    position: absolute;
    width: 3rem;
    height: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: #ffffff;
}
.indexBannerInfoR{
    padding: 1rem 0.5rem;
}

.indexBannerInfoRB1{
    background: linear-gradient(180deg, rgba(255, 71, 51, 1) 0%, rgba(255, 87, 51, 0.75) 100%);
}
.indexBannerInfoRB2{
    background: linear-gradient(180deg, rgba(255, 128, 0, 1) 0%, rgba(255, 141, 26, 0.75) 100%);
}
.indexBannerInfoRB3{
    background: linear-gradient(180deg, rgba(155, 92, 242, 1) 0%, rgba(148, 102, 255, 0.75) 100%);
}

.footerAllDiv{
    width: 100%;
    background: url("../images/bg_dibu.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top:2rem;
}
.footerDiv{
    padding-bottom: 4rem;
}
.footer{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 0.5rem;
}
.footerTop{
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footerTop img{
    width: 14rem;
    height: auto;
}
.footer1{
    width: 100%;
}
.footerTit{
    font-size: 1rem;
    color: #ffffff;
    line-height: 2rem;
    font-weight: 400;
    position: relative;
}
.footerH{
    height: 0;
    overflow: hidden;
    width: 100%;
}
.footerH a{
    display: block;
    color: #ffffff;
    padding: 0.5rem 0;
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-weight:400;
}
.footer2{
    width: 100%;
    padding: 0 0.5rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
    position: relative;
}
.footer2Tit{
    font-size: 1rem;
    color: #ffffff;
    font-weight:700;
    line-height: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
    text-align: center;
}
.footerTit:after{
    content: "";
    display: block;
    width: 1rem;
    height: 0.5rem;
    position:absolute;
    right: 0.5rem;
    top:50%;
    margin-top: -0.25rem;
    background:url("../images/down.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 9;
}
.footer2Info{
    width: 10rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s;
    z-index: 9999999;
}
.footer2Info a{
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    position: absolute;
}
.footer2Info2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.footer2Info3{
    right: 0;
}
.footer2Info a .footer2InfoImg{
    width: 100%;
    height: 100%;
    display: block;
}
.footer2InfoCode{
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -9rem;
    z-index: 999;
    display: none;
}
.footer2Info a:hover .footer2InfoCode{
    display: block;
}

.footer2InfoOn{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #cccccc !important;
    transform:translateX(0%);
}
.footer2InfoOn a .footer2InfoImg{
    display: none;
}
.footer2InfoOn a{
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    padding-top: 2.5rem;
}
.footer2InfoOn a .footer2InfoCode{
    width: 12rem;
    height: 12rem;
    display: block;
    left: 0.5rem;
    transform:translateX(0%);
    top: 2.5rem;
}
.footer2InfoOn div{
    display: block;
    width: 13rem;
    height: 17rem;
    position: absolute;
    background: #ffffff;
    left: 50%;
    top: 50%;
    border-radius: 0.5rem;
    overflow: hidden;
    transform: translate(-50%,-50%);
}
.footer2Btn{
    display: none;
}
.footer2InfoOn .footer2Btn{
    width: 1.5rem;
    height: 1.5rem;
    background: #cccccc;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 999;
    display: block !important;
}

.footer2Bot{
    width: 10rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.footer2BotImg img{
    width: 100%;
    display: block;
}
.footer2BotWord{
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    padding:2rem 0 1rem 0;
    text-align: center;
    color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.2);
    border-radius: 0.8rem;
    overflow: hidden;
    position: absolute;
    bottom: -2.5rem;
    left: 0;
}
.footerDows{
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #ffffff;
    border-top:1px solid rgba(255,255,255,0.2);
}
.footerDows span{
    display: block;
}
/*--index end--*/

/*-- qixia start --*/
.scoAllDiv{
    width: 100%;
    position: relative;
    background: #F9F9F9;
}
.scoTopBg{
    position: absolute;
    top:-2rem;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #F9F9F9;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    z-index: 9999;
}
.qixiaTop{
    margin-bottom: 2rem;
    padding: 0 0.5rem;
}
.qixiaTit{
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1rem;
}
.qixiaInfo{
    width: 100%;
    font-size: 0.75rem;
    color: #000000;
    line-height: 1.5rem;
}
.qixiaD{
    padding: 0 0.5rem;
}
.qixia1{
    width: 100%;
    background: #ffffff;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.05);
}
.qixiaImg{
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.qixiaImg img{
    width: 100%;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    display: block;
    transition: 0.6s;
}
.qixiaImg:hover img{
    transform: scale(1.1);
}
.qixiaWord{
    padding: 0.5rem;
}
.qixiaWord div{
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.qixiaWord p{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #000000;
}
.scoMoreDiv{
    text-align: center;
    padding-bottom: 2rem;
}
.scoMoreImg{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #A6A6A6;
}
.scoMoreImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.scoMoreWord{
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.2rem;
    color: #A6A6A6;
}
/*-- qixia end --*/

/*-- wanle start --*/
.sco1Div{
    width: 100%;
    padding: 0 0.5rem;
}
.sco1DTop{
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.scoDiv{
    position: relative;
    padding-top: 1rem;
}
.sco1Dtit{
    font-size: 1.5rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 900;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(158, 158, 158, 0.2);
}
.sco1Dword{
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: #000000;
}
.sco1DinfoTit{
    background: rgba(113, 45, 117, 0.1);
    font-size: 0.875rem;
    color: #712D75;
    line-height: 40px;
    font-weight: 700;
    padding-left: 3rem;
    position: relative;
}
.sco1DinfoTit i{
    display: block;
    width: 17px;
    height: 14px;
    background: url("../images/wanle/icon_jtou.png");
    background-size: cover;
    position: absolute;
    left: 1rem;
    top:50%;
    transform:translateY(-50%);
}
.sco1DinfoTitOn i{
    display: block;
    width: 17px;
    height: 14px;
    background: url("../images/wanle/icon_jtou.png");
    background-size: cover;
    position: absolute;
    left: 1rem;
    top:50%;
    transform:translateY(-50%) rotate(90deg);
}

.sco1DinfoWordD{
    position: relative;
    transition: 0.6s;
    overflow: hidden;
}
.sco1DinfoWord{
    width: 100%;
    padding: 1rem 1rem 1rem 1.5rem;
    position: relative;
}
.sco1DinfoWord div{
    font-size: 0.875rem;
    line-height: 1.2rem;
    color: #000000;
    font-weight: 400;
}
.sco1DinfoWordD .sco1DinfoWord:after{
    content: "";
    width: 0.3rem;
    height:0.3rem;
    display:block;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 1rem;
    top:50%;
    transform:translateY(-50%);
}
.sco1DinfoD{
    padding-bottom: 4rem;
}

.wanleDiv{
    padding: 0 0.5rem;
    padding-bottom: 4rem;
}
.wanleTit{
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #000000;
    font-weight: 900;
    margin-bottom: 1.2rem;
}
.wanleDiv .swiper-wrapper .swiper-slide{
    width: 10rem!important;
    height: 9rem;
}
.sco1DRightD{
    width: 100%;
    margin-bottom: 1rem;
}
.sco1DRightTop{
    padding: 0.5rem 0;
    border-top: 1px solid rgba(158, 158, 158, 0.2);
    font-size: 0.875rem;
    color: #000000;
    line-height: 1.5rem;
}
.sco1DRightTop img{
    width: 14px;
    height: 18px;
    display: inline-block;
    vertical-align:middle;
    margin-right: 0.5rem;
}
.sco1DRightTopD{
    margin-bottom: 0.5rem;
}
.sco1DRightMap{
    width: 100%;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
}
.sco1DRightMap img{
    width: 100%;
    display: block;
}
.wanleDiv .indexBox2Img{
    height: 9rem;
}

/*-- wanle end --*/

/*-- hotel start --*/
.sco1DinfoWordD1{
    padding: 1rem 0;
}
.sco1DinfoWordD1 .sco1DinfoWord{
    width: 50%;
}
.sco1DinfoWordD1 .sco1DinfoWord img{
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.hotelImg{
    padding-top: 1rem;
}
.hotelImg .swiper-wrapper .swiper-slide{
    width: 15rem !important;
    height: 12rem;
}
.hotelImg .indexBox2Img{
    height: 100%;
}
.sco1DinfoText{
    padding: 0.5rem 0;
}
.sco1DinfoText div{
    font-size: 0.875rem;
    color: #999999;
    line-height: 1.5rem;
}
.sco1DinfoText p{
    font-size: 0.875rem;
    color: #000000;
    line-height: 1.5rem;
}
.hotelImg{
    position: relative;
}
.hotelImg-d{
    height: 20rem;
    position: relative;
    display: block;
    border-radius: 2rem;
    overflow: hidden;
}
.hotelImg-d img{
    height: 100%;
    display: block;
    position: relative;
    left: 50%;
    transform:translateX(-50%);
}
.hotelImgD{
    position: absolute;
    width: 19rem;
    left: 4rem;
    top: 50%;
    transform:translateY(-50%);
}
.hotelImgD1{
    font-size: 2rem;
    line-height: 3rem;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 1rem;
}
.hotelImgD2{
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.5rem;
}
.hotelImgD3{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #ffffff;
}
/*-- hotel end --*/

/*-- delFood start --*/
.sco2DivBtn{
    text-align: center;
    margin-bottom: 2rem;
}
.sco2DivBtn a{
    display: inline-block;
    padding: 0.2rem 1rem;
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    font-weight: 700;
    border:1px solid transparent;
    border-radius: 12px;
}
.sco2DivBtn .sco2DivBtnOn{
    background: rgba(113, 45, 117, 0.1);
    color: #712D75;
}
.sco2DivInfoD{
    margin-bottom: 2rem;
    padding: 0.5rem;
}
.sco2DivInfo{
    width: 100%;
    margin-bottom: 1rem;
    display: block;
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.05);
}
.sco2DivImg{
    width: 100%;
    height: 14rem;
    overflow: hidden;
    display: block;
}
.sco2DivImg img{
    width: 100%;
    display: block;
    transition: 0.6s;
}
.sco2DivImg:hover img{
    transform: scale(1.1);
}
.sco2DivWord{
    padding: 1rem;
}
.sco2DivWord div{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
}
.sco2DivWord p{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: 0.5rem;
}
.sco2DivWord p img{
    width: 15px;
    height: 17px;
    vertical-align: middle;
    margin-right: 1rem;
}
.sco2 .scoMoreImg{
    background: #712D75;
}
.sco2 .scoMoreWord{
    color: #712D75;
}
/*-- delFood end --*/

/*-- shopMall start --*/
.scoTop{
    text-align: center;
    font-size: 2rem;
    color: #333333;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.shopMallDiv{
    padding: 0 0.5rem;
}
.shopMall{
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
}
.shopMallImg{
    width: 100%;
    overflow: hidden;
}
.shopMallImg img{
    width: 100%;
    display: block;
    transition: 0.6s;
}
.shopMallInfo{
    padding: 0.5rem;
}
.shopMallTit{
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 700;
    padding: 0.5rem 0;
}
.shopMallText{
    font-size: 0.875rem;
    line-height: 1.5rem;
    height: 3rem;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clam:2;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
}
.shopMallInfo img{
    width: 15px;
    height: 17px;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}
.shopMallInfo p{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #000000;
    font-weight: 400;
    padding: 0.2rem 0;
}
/*-- shopMall end --*/

/*-- edps start --*/
.sco3AllDiv{
    width: 100%;
    padding-top: 5rem;
    position: relative;
    margin-bottom: 2rem;
}
.sco3D{
    position: relative;
    height: 100%;
    top:50%;
    transform:translateY(-50%);
}
.sco3Div{
    width: 100%;
    height: 5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-image: url("../images/edps/img_chwg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.sco3Btn{
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap*/
}
.sco3Btn a{
    width: 5rem;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-top: 14px;
}
/*.sco3BtnOn:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
}*/
.sco3Btn a i{
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}
.sco3Btn a span{
    display: block;
    font-size: 0.75rem;
    color: #ffffff;
    opacity: 0.7;
    height: 20px;
    line-height: 20px;
}
.sco3Btn .sco3BtnOn span{
    opacity: 1;
}
.sco3Btn .sco3BtnOn{
    background: rgba(255,255,255,0.1);
}
.sco3Btn1 i{
    background-image: url("../images/icon/icon_wanle_s.svg");
}
.sco3Btn1.sco3BtnOn i{
    background-image: url("../images/icon/icon_wanle_d.svg");
}
.sco3Btn2 i{
    background-image: url("../images/icon/icon_jingdian_s.svg");
}
.sco3Btn2.sco3BtnOn i{
    background-image: url("../images/icon/icon_jingdian_d.svg");
}
.sco3Btn3 i{
    background-image: url("../images/icon/icon_meishi_s.svg");
}
.sco3Btn3.sco3BtnOn i{
    background-image: url("../images/icon/icon_meishi_d.svg");
}
.sco3Btn4 i{
    background-image: url("../images/icon/icon_shop_s.svg");
}
.sco3Btn4.sco3BtnOn i{
    background-image: url("../images/icon/icon_shop_d.svg");
}
.sco3InfoTop{
    padding: 0 0.5rem;
    margin-bottom: 2rem;
}
.sco3InfoTopL{
    font-size: 1.625rem;
    color: #333333;
    line-height: 3rem;
    font-weight: 900;
}
.search{
    width: 12rem;
    height: 2.5rem;
    background: #ffffff;
    padding: 0.25rem 3rem 0.25rem 1rem;
    border-radius: 40px;
    position: relative;
}
.search input{
    width: 100%;
    height: 2rem;
}
.search img{
    position: absolute;
    width: 34px;
    height: 34px;
    right: 3px;
    top: 3px;
    display: block;
}
.sco3InfoD{
    padding: 0 0.5rem;
}
.sco3Info{
    width: 100%;
    margin-bottom: 1rem;
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: 2rem;
    overflow: hidden;
}
.sco3InfoImg{
    width: 100%;
    overflow: hidden;
}
.sco3InfoImg img{
    width: 100%;
    display: block;
    transition: 0.6s;
}
.sco3InfoImg:hover img{
    transform: scale(1.1);
}
.sco3InfoWord{
    padding: 1rem;
}
.sco3InfoWord div{
    font-size: 1rem;
    color: #333333;
    line-height: 1.2rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 0.5rem;
}
.sco3InfoWord p{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #5C5C5C;
}
/*-- edps end --*/


/*-- speHotelSco start --*/
.sco3Btn5 i{
    background-image: url("../images/icon/icon_jiud_s.svg");
}
.sco3Btn5.sco3BtnOn i{
    background-image: url("../images/icon/icon_jiud_d.svg");
}
.sco3Btn6 i{
    background-image: url("../images/icon/icon_mins_s.svg");
}
.sco3Btn6.sco3BtnOn i{
    background-image: url("../images/icon/icon_mins_d.svg");
}
/*-- speHotelSco end --*/

/*-- green start --*/
.scol1DinfoImg{
    width: 100%;
    padding: 1rem 0;
    display: block;
}
.scol1DinfoImg img{
    width: 100%;
    display: block;
}
/*-- green end --*/

/*-- workTime start --*/
.sco2BannerDiv{
    height: 30vh;
}
.sco2BannerDiv .bannerDiv{
    height: 100%;
}
.sco2BannerDiv .banner a{
    background: inherit;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.sco2BannerInfo{
    position: absolute;
    width: 80%;
    left: 10%;
    top:50%;
    transform:translateY(-50%);
    text-align: center;
}
.sco2BannerInfo div{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.sco2BannerInfo p{
    font-size: 0.875rem;
    line-height: 1.2rem;
    color: #ffffff;
}
.sco4Top{
    text-align: center;
    margin-bottom: 3rem;
}
.sco4Top a{
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 1rem;
    text-align: center;
    font-size: 1rem;
    color: #333333;
    margin:  0.5rem;
    transition: 0.6s;
    font-weight: 900;
}
.sco4Top .sco4TopOn,
.sco4Top a:hover{
    background: rgba(113, 45, 117, 0.1);
    color: #712D75;
}
.sco4InfoDiv{
    padding:  0 0.5rem;
}
.sco4Info{
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.05);
}
.sco4InfoImg{
    width: 40%;
    overflow: hidden;
}
.sco4InfoImg img{
    width: 100%;
    display: block;
    transition: 0.6s;
}
.sco4InfoWord{
    width: 60%;
    padding: 1rem;
}
.sco4InfoWord1{
    font-size: 1rem;
    line-height: 1.5rem;
    height: 3rem;
    display: -webkit-box;
    -webkit-line-clam:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    color: #333333;
    margin-bottom: 1rem;
}
.sco4InfoWord2{
    font-size:0.875rem;
    line-height: 1.2rem;
    color: #333333;
    margin-bottom:1rem;
}
.sco4InfoWord2 span{
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.2rem;
    color: #0271D9;
}
.sco4InfoWord3{
    font-size: 0.75rem;
    color: #333333;
    line-height: 1.2rem;
}
.sco4InfoWord3 img{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}
/*-- workTime end --*/

/*-- traff start --*/
.sco5InfoL{
    width: 100%;
    padding: 0 0.5rem;
    text-align: center;
}
.sco5InfoL div{
    font-size: 1rem;
    color: #000000;
    line-height: 1.5rem;
    font-weight: 700;
    display: inline-block;
    margin: 0 0.5rem;
    margin-bottom: 2rem;
}
.sco5InfoL .sco5InfoLOn{
    color: #712D75;
}
.sco5InfoL div img{
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}
.sco5InfoR{
    width: 100%;
    padding: 0 0.5rem;
}
.sco5InfoRD{
    margin-bottom: 3rem;
    display: none;
}
.sco5InfoRDOn{
    display: block;
}
.sco5InfoRDTop{
    margin-bottom: 2rem;
}
.sco5InfoRDTop div{
    font-size: 1rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}
.sco5InfoRDTop p{
    font-size: 1rem;
    color: #333333;
    line-height: 2rem;
}
.sco5InfoRDC{
    margin-bottom: 2rem;
}
.sco5InfoRDC div{
    font-size: 1rem;
    color: #000000;
    font-weight: 900;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}
.sco5InfoRDC div img{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin: 0 1rem;
}
.sco5InfoRDC p{
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
.sco5InfoBot{

}
.sco5InfoRDC span{
    font-size: 0.875rem;
    color: #333333;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    display: block;
}
/*-- traff end --*/

/*-- vistor start --*/
.sco6InfoDiv{
    padding: 0 0.5rem;
    padding-bottom: 2rem;
}
.sco6Info{
    border-radius:20px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.sco6InfoTit{
    width: 100%;
    height: 70px;
    position: relative;
    background: rgba(113, 45, 117, 0.05);
    padding: 1rem;
}
.sco6InfoTitL{
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 900;
    color: #000000;
    position: relative;
    top: 50%;
    transform:translateY(-50%);
}
.sco6InfoTitL img{
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}
.sco6InfoTitR{
    position: relative;
    width: 19px;
    height: 11px;
    top:50%;
    transform:translateY(-50%);
    background-image: url("../images/vistor/icon_D.png");
    background-size: cover;
}
.sco6InfoOn .sco6InfoTitR{
    background-image: url("../images/vistor/icon_T.png");
}
.sco6Info .sco6InfoWord{
    height: 0;
    padding: 0;
    overflow: hidden;
}
.sco6InfoOn .sco6InfoWord{
    height: auto;
    background: #ffffff;
    padding: 1rem;
}
.sco6InfoWord p{
    color: #333333;
    font-size: 0.75rem;
    line-height: 2rem;
}
/*-- vistor end --*/

/*-- mes start --*/
.scoMes .scoTopBg,
.scoMes.scoAllDiv{
    background: #ffffff;
}

.scoMesBotDiv{
    background: #f5f5f5;
    padding: 2rem 0.5rem;
}
.scoMesTopD{
    padding: 0 0.5rem;
    padding-bottom: 2rem;
    position: relative;
}
.scoMesTopL{

}
.scoMesTopLTit{
    font-size: 1.5rem;
    color: #000000;
    line-height: 2rem;
    font-weight:700 ;
    margin-bottom: 1rem;
}
.scoMesTopL{
    width: 100%;
    margin-bottom: 1rem;
}
.scoMesTopL p{
    font-size: 1rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 400;
}
.scoMesTopR{
    width: 100%;
    position: relative;
    padding-bottom:2rem; 
}
.scoMesTopRT{
    margin-bottom: 1rem;
}
.scoMesTopRTL{
    width: 100%;
    margin-bottom: 1rem;
}
.scoMesTopRTR{
    width: 100%;
}
.scoMesTopRTL div,
.scoMesTopRTR div{
    font-size: 1.25rem;
    line-height: 2rem;
    color: #000000;
}
.scoMesTopRTL input,
.scoMesTopRTR input{
    width: 100%;
    height: 3rem;
    padding: 0.5rem 0;
    line-height: 2rem;
    font-size: 1rem;
    border-bottom: 1px solid #000000;
}
.scoMesTopRTL input::placeholder,
.scoMesTopRTR input::placeholder{
    color: #999999;
    line-height: 2rem;
    font-size: 1rem;
}
.scoMesTopRB{
    width: 38rem;
    margin-bottom: 2rem;
}
.scoMesTopRB div{
    font-size: 1.25rem;
    line-height: 2rem;
    color: #000000;
}
.scoMesTopRB textarea{
    width: 38rem;
    line-height: 2rem;
    height: 7rem;
    font-size: 1rem;
    border-bottom: 1px solid #000000;
    padding: 0.5rem 0;
    resize: none;
}
.scoMesTopRBtn{
    width: 13.625rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1rem;
    background: #712D75;
    color: #ffffff;
    border-radius: 0.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.scoMesBot{
    margin-bottom: 3rem;
}
.scoMesBotL{
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.scoMesBotL img{
    width: 100%;
    position: relative;
    top: 50%;
    transform:translateY(-50%);
}
.scoMesBotR{
    width: calc(100% - 3.5rem);
}
.scoMesBotR1{
    font-size: 1rem;
    color: #333333;
    line-height: 2rem;
    font-weight: 700;
}
.scoMesBotR2{
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: #666666;
}
.scoMesBotR3{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #333333;
    margin-bottom: 1rem;
}
.scoMesBotR4{
    width: 100%;
}
.scoMesBotR4L{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
}
.scoMesBotR4L img{
    width: 100%;
    position: relative;
    top: 50%;
    transform:translateY(-50%);
}
.scoMesBotR4R{
    width: calc(100% - 2.5rem);
    padding: 1rem 1rem 1rem 2rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #333333;
    background-image: url("../images/mes/mesBg.png");
    background-position: left;
    background-size: auto 100%;
}
/*-- mes end --*/

/*-- tik start --*/
.scoTikDiv{
    padding: 0 0.5rem;
}
.scoTik{
    width: 100%;
    margin-bottom: 2rem;
    display: block;
    overflow: hidden;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.05);
}
.scoTikImg{
    width: 100%;
    overflow: hidden;
}
.scoTikImg img{
    display: block;
    width: 100%;
}
.scoTikWordD{
    padding: 1rem;
}
.scoTikTit{
    font-size: 1.5rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
.scoTikInfo{
    margin-bottom: 1rem;
}
.scoTikInfo div{
    font-size: 1rem;
    color: #333333;
    line-height: 2rem;
}
.scoTikInfo div img{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.scoTikPrice{
    font-size: 1rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.scoTikPrice span{
    display: inline-block;
    font-size: 2rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 700;
}
.scoTikBtn{
    display: block;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #712D75;
}
/*-- tik end --*/

/*-- playList start --*/
.scoPlayListDiv{
    padding-bottom: 2rem;
}
.scoPlayListL{
    width: 100%;
    padding: 0 0.5rem;
}
.scoPlayListLBtn{
    font-size: 1rem;
    line-height: 2rem;
    color: #cccccc;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    cursor: pointer;
    display: block;
}
.scoPlayListLBtnOn{
    color: #ffffff;
}
.scoPlayListLBtnOn:after{
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    transform:translateY(-50%);
    background-image:url("../images/playList/icon_xz.png");
    background-size: cover;
}
.scoPlayListR{
    width: 100%;
    padding: 0 0.5rem;
}
.scoPlayListRInfoD{
    display: none;
}
.scoPlayListRInfoDOn{
    display: block;
}
.scoPlayListRTit{
    width: 100%;
    height: 4rem;
    background-image: url("../images/playList/bg.png");
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 4rem;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
}
.scoPlayListLBg{

}
.scoPlayListLTit{
    margin-bottom: 2rem;
}
.scoPlayListLTitOn{
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 700;
}
.scoPlayListLTitBtn{
    height: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
    color: #ffffff;
    text-align: center;
    padding: 0 1rem;
    border-radius: 1rem;
    overflow: hidden;
    background: #712D75;
}
.scoPlayListLBtnD{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999;
    padding: 4rem 1.5rem 1rem 1.5rem;
    background: #712D75;
    display: none;
}
.scoPlayListLClose{
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    font-size: 1.2rem;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    line-height: 2rem;
}
.scoPlayListLClose img{
    width: 100%;
    height: 100%;
    display: block;
}
/*-- playList end --*/

/*-- act start --*/
.sco3BannerDiv.bannerAllDiv{
    height: 30vh;
}
.sco3BannerDiv .bannerDiv{
    height: 100%;
}
.sco3BannerDiv .banner a{
    height: 100%;
    background-size: auto 100%;
    background-position: center;
}
.sco3BannerDiv .banner a img{
    display: none;
}
.scoActDiv{
    padding: 0 0.5rem;
}
.scoActD{
    width: 100%;
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.05);
}
.scoActL{
    width: 100%;
    overflow: hidden;
}
.scoActL img{
    width: 100%;
    display: block;
    transition: 0.6s;
}
.scoActR{
    padding: 0.5rem;
}
.scoActRTit{
    font-size: 1rem;
    color: #333333;
    line-height: 3rem;
    font-weight: 900;
}
.scoActRInfo{
    font-size: 0.75rem;
    color: #333333;
    line-height: 1.2rem;
    height: 3.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.scoActRBot{
    font-size: 0.75rem;
    line-height: 2rem;
    color: #999999;
}
.scoActRBot span{
    display: inline-block;
    font-size: 0.75rem;
    color: #712D75;
    line-height: 1.5rem;
    height: 1.5rem;
    padding: 0 0.8rem;
    background: rgba(113, 45, 117, 0.1);
    border-radius: 0.2rem;
    overflow: hidden;
    vertical-align:middle;
    margin-right: 1rem;
    font-weight: 700;
}
/*-- act end --*/

/*-- proHtml start --*/
.proHtmlTopD{
    padding-top: 5rem;
}
.proHtmlDiv{
    padding: 0.5rem;
}
.proHtmlTop img{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}
.proHtmlTop a{
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.5rem;
    display: inline-block;
}
.proHtmlTop{
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.5rem;
}
.proHtmlD{

}
.proHtmlDTit{
    font-size: 2.4rem;
    line-height: 3rem;
    color: #000000;
    font-weight: 900;
    text-align: center;
    padding: 2rem 0;
}
.proHtmlDTT{
    text-align: center;
    font-size: 0.75rem;
    line-height: 2rem;
    color: #999999;
    margin-bottom: 2rem;
}
.proHtmlDTT span{
    display: inline-block;
    font-size: 0.875rem;
    line-height: 2rem;
    height: 2rem;
    padding: 0 1rem;
    margin-right: 2rem;
    color: #712D75;
    border-radius: 0.2rem;
    overflow: hidden;
    font-weight: 900;
    background: rgba(113, 45, 117, 0.1);
    vertical-align: middle;
}
.proHtmlInfoD{
    margin-bottom: 2rem;
}
.proHtmlInfoD p{
    font-size: 1rem;
    line-height: 2rem;
    color: #000000;
}
.proHtmlInfoD img{
    text-align: center;
    display: inline-block;
    max-width: 100%;
}
.proHtmlBot{
    padding-bottom: 2rem;
}
.proHtmlBot div{
    font-size: 1rem;
    line-height: 2rem;
    color: #000000;
}
.proHtmlBot div a{
    font-size: 1rem;
    line-height: 2rem;
    color: #000000;
    display: inline-block;
}
.proHtmlBot div a:hover{
    color: #712D75;
}
/*-- proHtml end --*/

/*-- recruitList start --*/
.sco2BannerInfo span{
    display: block;
    position: absolute;
    width: 100%;
    height: 3rem;
    left: 50%;
    top:50% ;
    transform:translate(-50%,-50%);
    border-radius: 1rem;
    overflow: hidden;
}
.sco2BannerInfo input{
    width: 100%;
    height: 3rem;
    padding: 0.5rem 3rem 0.5rem 1rem;
    position: relative;
    font-size: 1rem;
    line-height: 2rem;
}
.sco2BannerInfo input::placeholder{
    font-size: 1rem;
    line-height: 2rem;
    color: #999999;
}
.sco2BannerInfo i{
    position: absolute;
    width: 2rem;
    height: 2rem;
    display: block;
    right: 0.5rem;
    top: 0.5rem;
    background-image:url("../images/recruitList/icon_sousuo.png");
    background-size: cover;
    cursor: pointer;
}
.recruitListDiv{
    padding: 0 0.5rem;
}
.recruitListL{
    width: 100%;
}
.recruitListR{
    width: 100%;
}
.recruitListInfo{
    display: block;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.05);
}
.recruitListInfoTit{
    font-size: 1.2rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.recruitListInfoCon{

}
.recruitListInfoCon div{
    font-size: 1rem;
    color: #333333;
    line-height: 2rem;
    font-weight: 400;
}
.recruitListRD{
    padding-bottom: 2rem;
}
.recruitListBtn{
    text-align: center;
    padding-bottom: 4rem;
}
.recruitListBtn span{
    color:#BABABA;
    display: inline-block;
    margin: 0 0.5rem;
    cursor: pointer;
}
.recruitListBtn a{
    font-size:1rem;
    color:#BABABA;
    display: inline-block;
    margin: 0 0.5rem;
}
.recruitListBtn .recruitListBtnOn{
    color: #712D75;
}
/*-- recruitList end --*/

/*-- recruit start --*/
.recruitInfoDiv{
    padding: 1rem;
    background: #ffffff;
    position: relative;
    top:-3rem;
    z-index: 9;
    overflow: hidden;
    border-radius: 2rem;
}
.recruitTop{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EBEBEB;
}
.recruitTit{
    font-size: 1.2rem;
    line-height:2rem;
    color: #000000;
    font-weight: 900;
    margin-bottom: 1rem;
}
.recruitTop2{

}
.recruitTop2 span{
    font-size: 0.875rem;
    color: #333333;
    line-height: 1.2rem;
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.recruitInfoD{
    min-height: 10rem;
}
.recruitInfoD p{
    margin-bottom: 2rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #000000;
}
/*-- recruit end --*/

/*-- contanct start --*/
.contanctMap{
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
.contanctMap img{
    width: 100%;
    display: block;
}
.contanctDiv{
    padding:0 0.5rem;
}
.contanctInfoD{

}
.contanctInfo{
    margin-bottom: 2rem;
}
.contanctInfoL{
    width: 2rem;
    height: 2rem;
    display: block;
    margin-right: 1rem;
}
.contanctInfoL img{
    width: 100%;
    display: block;
}
.contanctInfoR{

}
.contanctInfoR div{
    font-size: 1.2rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
.contanctInfoR p{
    font-size: 0.875rem;
    color: #333333;
    line-height: 1rem;
}
/*-- contanct end --*/

/*-- intro start --*/
.introBannerHei{
    height: 60vh;
}
.introBannerHei .bannerDiv{
    height: 100%;
}
.introBannerHei .bannerDiv .banner a{
    height: 100%;
    background-size: auto 100%;
    background-position: center;
}
.introBannerHei .bannerDiv .banner a img{
    display: none;
}
.introBannerHei .sco2BannerInfo{
    width: 90%;
    left: 5%;
}
.sco2BannerInfo .introBannerD{
    padding-top: 2rem;
}
.sco2BannerInfo .introBannerD .introBanner{
    width: 50%;
    padding: 0 1.5rem;
    position: relative;
}
.sco2BannerInfo .introBannerD .introBanner:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}
.sco2BannerInfo .introBannerD .introBanner:nth-child(2):after,
.sco2BannerInfo .introBannerD .introBanner:last-child:after{
    display: none;
}
.sco2BannerInfo .introBannerT{
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 2rem;
    text-align: left;
}
.sco2BannerInfo .introBannerT span{
    display: inline-block;
    width: auto;
    position: inherit;
    height: inherit;
    transform: none;
    line-height: 1rem;
    border-radius: inherit;
    overflow: inherit;
}
.sco2BannerInfo .introBannerB {
    font-size: 1rem;
    line-height: 1rem;
    text-align: left;
    margin-bottom: 0;
    font-weight: 200;
}
.introInfoDiv{
    padding: 0 0.5rem;
    padding-bottom: 2rem;
}
.introInfoVide{
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.introInfoVideBg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/intro/videoBg.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top:0;
    z-index: 8;
}
.introInfoVideM{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    left: 0;
    top:0;
    z-index: 9;
    cursor: pointer;
}
.introInfoVideM img{
    width: 73px;
    height: 73px;
    display: block;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.introVideo{
    width: 100%;
    height: 100%;
    display: block;
}
.introInfoWord,
.introInfoWord p{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #333333;
}
/*-- intro end --*/







