body{
    margin:0;
    background: white;
}
a{
    text-decoration: none;
}
a:hover{
    opacity: 0.6;
}
.banner{
    width: 100%;
    height: 406px;
    background: url("img/banner.png") no-repeat center white;
    background-size: auto 100%;
    overflow: hidden;
}
.bannerTop{
    display: flex;
    margin-top:52px;
}
.bannerTop>div{
    height: 42px;
}
.bannerTop>div:first-child{
    width: 156px;
    height: 42px;
    background:linear-gradient(90deg, #FF6A00 0%, #FF9D65 100%);
}
.bannerTop>div:last-child{
    width: 287px;
    height: 42px;
    border: 1px solid #FF6A00;
    background:white;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6A00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aliLogo{
    width: 100%;
    height: 100%;
    background: url("img/alilogo.png") no-repeat center;
    background-size: 116px 26px;
}
.aliTitle{
    height: 40px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top:28px;
}
.aliDesc{
    width: 690px;
    height: 57px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    opacity: 0.8;
    margin-top:30px;
}
.aliPartner{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
    background: linear-gradient(90deg, #FF6A00 0%, #FF9D65 100%);
    display: inline-block;
    margin-top:46px;
    padding:5px 7px;
}
.askBtnBox{
    margin-top:16px;
}
.askBtn{
    width: 100px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #FF6A00;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6A00;
    display: flex;
    align-items: center;
    justify-content: center;
}
.emailHead{
    height: 96px;
    background: linear-gradient(90deg, #FF6A00 0%, #FF9D65 100%);
    overflow: hidden;
}
.headTop{
    background: url("img/m.png") no-repeat center;
    background-size: 41px 25px;
    background-position-x: 24px;
    padding-left:77px;
    height: 42px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top:14px;
}
.headBottom{
    margin-top:4px;
    padding-left:24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.headBottom span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6C03;
    padding:0 5px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-right:6px;
}
.emailBody{
    display: flex;
}
.emailBody>div{
    width: 400px;
    box-sizing: border-box;
    padding:20px 24px 28px 24px;
    background: white;
    position: relative;
    border-right: 1px solid #f5f5f5;
    transition: 0.3s;
}
.emailBody>div:last-child{
    border-right:none;
}
.emailBody>div:hover{
    z-index: 23;
    box-shadow: 0px 0px 22px 2px rgba(210, 210, 210, 0.2);
}
.bodyHead{
    border-bottom:1px dashed #E4E4E4;
    padding-bottom:16px;
}
.bodyHead>div:first-child{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.bodyHead>div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top:10px;
}
.productDesc{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 25px;
    border-bottom:1px dashed #E4E4E4;
    padding:8px 0;
    box-sizing: border-box;
    height: 118px;
}
.userNumDesc {
    width: 67px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-left: 12px;
    line-height: 30px;
}
.emailConfig{
    padding:20px 0;
    border-bottom:1px dashed #E4E4E4;
}
.numBox{
    display: flex;
}
.numInputCss{
    width: 60px;
    height: 30px;
    outline: none;
    border:1px solid #C7CFD6;
    text-align: center;
    background: #ffffff00;
    box-sizing: border-box;
}
.symbol{
    border:1px solid #C7CFD6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.decrease{
    border-right: none;
}
.increase{
    border-left: none;
}
.inputDesc{
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top:10px;
    padding-left:20px;
}
.emailRow{
    display: flex;
    align-items: center;
    height: 30px;
    margin-bottom:8px;
}
.emailRow div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
.emailRow>div:first-child{
    color:#666666;
    width: 115px;
}
.emailConfig>div.emailRow:last-child{
    margin-bottom:0;
}
.timer{
    display: flex;
}
.timer>div{
    box-sizing: border-box;
    width: 46px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #C7CFD6;
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:10px;
    cursor: pointer;
}
.timer>div:last-child{
    margin-right:0;
}
.timer>div.active{
    color:#FF6A01;
    border: 1px solid #FF6A01;
}
.symbolY{
    font-size: 12px;
    color:#FF6A01;
}
.priceBox{
    font-size:30px;
    color:#FF6A01;
    margin:0 -6px;
}
.greyBox{
    color:#444444;
    font-size: 12px;
}
.emailBtnGroup{
    display: flex;
    align-items: center;
    margin-top:8px
}
.emailBtnGroup>a{
    box-sizing: border-box;
    width: 110px;
    height: 34px;
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.emailBtnGroup>a:first-child{
    color:white;
    background:#FF6A00;
    margin-right:8px;
}
.emailBtnGroup>a:last-child{
    color:#FF6A00;
    background:white;
    border:1px solid #FF6A00;
}
.includeAll{
    color:#098DF9;
}
.subNavBox div.active{
    color:#FF6A00;
}
.subNavBox div:hover{
    color:#FF6A00;
}
.module-title-desc{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    text-align: center;
    margin-top:-22px;
    margin-bottom:35px;
}
.ysBox{
    display: flex;
    flex-wrap: wrap;
}
.ysBox>div{
    width: 400px;
    height: 240px;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
    text-align: center;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
.ysBox>div:nth-child(3n){
    border-right:none;
}
.ysBox>div:nth-child(7),.ysBox>div:nth-child(8),.ysBox>div:nth-child(9){
    border-bottom:none;
}
.ysBox>div:hover{
    box-shadow: 0px 1px 22px 2px rgba(210, 210, 210, 0.2);
    z-index: 23;
}
.ysBox>div:hover img{
    margin-top:40px;
}
.ysBox>div:hover p{
    opacity: 1!important;
}
.ysBox>div>img{
    margin-top:60px;
    transition: 0.3s;
}

.ysBox>div>p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:20px;
    margin-bottom:0;
    transition: 0.3s;
}
.ysBox>div>p:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top:10px;
    opacity: 0;
}
.tsBox{
    display: flex;
    background: #FAFAFA;
    padding:32px 24px;
    box-sizing: border-box;
    justify-content: space-between;
}
.tsBox>div{
    width: 266px;
    text-align: center;
}
.tsTitle{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:26px;
    margin-bottom:18px;
}
.tsDesc{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.tsMs{
    /*display: flex;*/
    margin-top:30px;
}
.tsMs>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-left:2px solid #FF6900;
    padding-left:10px;
    float:left;
    margin-right:78px;
    margin-bottom:36px;
}
.tsMs>div:nth-child(3n){
    margin-right: 0;
}
.tsMs>div>div:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
.tsMs>div>div:last-child{
    width: 336px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top:18px;
}
.question{
    display: flex;
    justify-content:space-between;
}
.question>div{
    width: 282px;
    box-sizing: border-box;
}
.quesHead{
    width:100%;
    height: 50px;
    background: #FF6A00;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    padding-left:25px;
    color: #FFFFFF;
    box-sizing: border-box;
}
.quesBody{
    box-sizing: border-box;
    border:1px solid #E4E4E4;
    height: 226px;
    border-top:none;
    padding-left:25px;
    padding-top:30px;
}
.quesBody ul{
    padding-left:0;
    margin:0;
}
.quesBody li{
    list-style: none;
    margin-bottom:12px;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.quesBody a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
.quesBody a:hover{
    color:#FF6A00;
}
.question-ul{
    padding-left:0;
}
.question-ul li{
    margin-bottom:16px;
    list-style: none;
    position: relative;
}
.question-ul li:before{
    content:"";
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    top:8px;
}
.question-ul li a{
    margin-left:10px;
    width: 267px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.question-ul li,.question-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
}
.question-ul li:hover,.question-ul li:hover a{
    color:#FF6A00;
}
.question-ul li:hover::before{
    background: #FF6A00;
}
.dingd{
    display: flex;
    justify-content: space-between;
}
.dingd>div{
    width: 590px;
    background: white;
    padding:0 24px;
    box-sizing: border-box;
}
.imgBox{
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}
.imgBox div{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:30px;
}
.ddTitle{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-bottom:15px;
}
.ddDesc{
    margin-bottom:30px;
    display: flex;
    justify-content: space-between;
}
.ddDesc>div{
    padding:16px 0 0 36px;
    height: 120px;
    width: 260px;
    box-sizing: border-box;
}
.ddDesc>div:first-child{
    border:1px dashed #E4E4E4;
    color:#999999;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
}
.ddDesc>div:last-child{
    border:1px dashed #C6C6C6;
    color:#444444;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    position: relative;
}
.ddDesc>div:last-child .newIcon{
    color:#098DF9;
    font-size: 12px;
    position: absolute;
    top:10px;
    margin-left:6px;
    font-style: oblique;
}
.module-head-title1{
    color: #2D3241;
    font-size: 28px;
    margin-bottom: 48px;
    text-align: center;
}
.userNum{
    margin:0 -4px;
}
.timeNum{
    margin:0 -4px;
}
.alihost{
    display: flex;
}
.alihost>div{
    width: 390px;
    box-shadow: 0px 0px 16px 0px rgba(192, 192, 192, 0.3);
    margin-right: 15px;
}
.alihost>div:last-child{
    margin-right:0;
}
.hostHead{
    width: 100%;
    box-sizing: border-box;
    padding:30px 25px 0 25px;
    height: 124px;
    background: #EBEBEB;
}
.hostHead>div:first-child{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.hostHead>div:last-child{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:10px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.hostMid{
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding:0 25px;
    box-shadow: 0px 0px 16px 0px rgba(192, 192, 192, 0.3);
    background: white;
    position: relative;
    z-index: 2;
}
.hostMid>div:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.hostMid>div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.hostConfig{
    padding:30px 25px 0 25px;
    background: white;
    position: relative;
}
.bottomLine{
    border-bottom: 1px dashed #E4E4E4;
    margin-top:30px;
    height: 1px;
}
.hostPrice{
    padding:30px 25px;
    background: white;
}
.hostPriceSymbol{
    font-size: 12px;
    color:#FF6A01;
}
.hostMainPrice{
    font-size: 30px;
    color:#FF6A01;
    margin:0 -6px;
}
.hostPriceUnit{
    font-size:12px;
    color:#444444;
}
.yhIcon{
    background:#FF6A01;
    color:white;
    font-size: 12px;
    padding:0 2px;
    margin-left:18px;
}
.yhPirce{
    font-size: 12px;
    color:#777777;
}
.buyBtn{
    display: block;
    width: 100%;
    height: 40px;
    background: #FF6A00;
    color:white;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.hostYsBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:60px;
}
.hostYsBox>div{
    width: 356px;
    text-align: center;
    margin-bottom:100px;
}
.hostYsBox>div>p:nth-child(2){
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
.hostYsBox>div>p:nth-child(3){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.hostYsBox>div:nth-child(4){
    margin-bottom:0;
}
.hostYsBox>div:nth-child(5){
    margin-bottom:0;
}
.hostYsBox>div:nth-child(6){
    margin-bottom:0;
}
.hostGnTitle{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:24px;
}
.cjHead{
    display: flex;
    justify-content: space-between;
}
.cjHead>div{
    width: 399px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    background: #FDFDFD;
    box-sizing: border-box;
    cursor: pointer;
}
.cjHead>div.on{
    border-top:2px solid #FF6A00;
    background:white;
    box-shadow: 0px -8px 10px 0px rgba(192, 192, 192, 0.2);
}
.yyBody{
    display: flex;background: #FFFFFF;
}
.yyBody>div{
    height: 670px;
    box-sizing: border-box;
}
.yyBody>div:first-child{
    display: flex;
    align-items: center;
}
.rightTitle{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.rightDesc{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:18px;
}
.rightHead{
    border-bottom: 1px dashed #E4E4E4;
    height: 130px;
    box-sizing: border-box;
    padding-top:42px;
}
.liCss{
    padding-left:28px;
    margin-bottom:26px;
}
.liCss>div:first-child{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    position: relative;
}
.liCss>div:first-child:before{
    content:"";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("img/gou.png") no-repeat center;
    background-size: 18px 18px;
    left:-28px;
}
.liCss>div:last-child{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:12px;
}
.tjdp{
    display: flex;
}
.tjdp>a{
    width: 133px;
    height: 30px;
    background-color: #FCFCFC;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-right:5px;
}
.tjdp img{
    margin-right:8px;
}
.dtBox{
    width:100%;
    position: relative;
}
.dtUl{
    padding:0;
    margin:0;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}
.dtUl li{
    list-style: none;
    float:left;
    min-width: 300px;
    max-width: 300px;
}
.dtTime{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    padding-left:15px;
}
.dtDesc{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:6px;
    padding-left:15px;
}
.dtCircle {
    width: 4px;
    height: 4px;
    border: 3px solid #999999;
    border-radius: 50%;
    background: white;
    margin-top:10px;
    z-index: 233;
    position: relative;
}
.dtDetail{
    margin-top:4px;
    box-sizing: border-box;
    /*width: 276px;*/
    padding:12px 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 20px;
}
.dtUl li:hover .dtDetail{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(213, 213, 213, 0.2);
    border-radius: 2px;
}
.dtUl li:hover .dtCircle{
    border: 3px solid #FF6C03;
}
.line{
    width: 100%;
    height: 1px;
    background:#C8C8C8;
    position: absolute;
    z-index: 1;
    top:60px;
}
.btnGroup{
    text-align: center;
    margin-top:40px;
}
.btnGroup span{
    cursor: pointer;
}
.btnGroup>span:first-child{
    margin-right:84px;
}
.btnGroup .leftArrow{
    background: url("img/leftArrow.png") no-repeat center;
    background-size: 7px 14px;
    width: 7px;
    height: 14px;
    display: inline-block;
}
.btnGroup .rightArrow{
    background: url("img/rightArrow.png") no-repeat center;
    background-size: 7px 14px;
    width: 7px;
    height: 14px;
    display: inline-block;
}
.btnGroup .leftArrow.disable{
    background: url("img/leftArrowDisable.png") no-repeat center;
    background-size: 7px 14px;
    cursor: not-allowed;
}
.btnGroup .rightArrow.disable{
    background: url("img/rightArrowDisable.png") no-repeat center;
    background-size: 7px 14px;
    cursor: not-allowed;
}