.noviceInfo{
    background: url("../images/cPage/noviceBg.png") center no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.noviceInfo .w1400{
    display: flex;
}
.noviceLeft{
    width: 53%;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.noviceSwiperList{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.noviceLeft .swiper-pagination{
    bottom: 32px;
    right: 30px;
    width: auto;
    left: auto;
}
.noviceLeft .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.noviceLeft .swiper-pagination-bullet-active{
    background: #2e63de;
}
.noviceLeftCont{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.6);
    padding: 0 110px 0 15px;
    box-sizing: border-box;
}
.noviceLeftText{
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listImg{
    width: 100%;
    height: 100%;
}
.listImg i{
    width: 100%;
    height: 100%;
}
.play{
    position: absolute;
    width: 60px;
    cursor: pointer;
}
.play img{
    width: 100%;
}
.noviceRight{
    margin-left: 35px;
    width: calc(100% - 53% - 35px);
}
.noviceRightTop{
    height: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}
.noviceRightTab{
    display: flex;
    align-items: center;
}
.noviceTabList{
    font-size: 22px;
    margin: 0 40px;
    position: relative;
    cursor: pointer;
}
.noviceTabList:first-child{
    margin-left: 0;
}
.noviceTabList:after{
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ccc;
}
.noviceTabList:last-child:after{
    display: none;
}
.noviceTabList.curr:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #457bf6;
}
.noviceTabMore{
    font-size: 16px;
    color: #999999;
    position: relative;
    padding-right: 16px;
}
.noviceTabMore:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background: url("../images/cPage/right.png") center no-repeat;
    background-size: cover;
}
.denovice{
    display: none;
}
.denovice.curr{
    display: block;
}
.noviceBotList{
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    position: relative;
}
.noviceBotList:after{
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    border: 2px solid #ccc;
    border-radius: 50%;
}
.noviceBotText{
    padding-left: 20px;
    width: calc(100% - 75px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.novicetime{
    width: 50px;
}
.noviceBotList:hover{
    color: #2c61dd;
}
.noviceBotList:hover:after{
    border: 2px solid #2c61dd;
}
.unscramble{
    background: #eef4ff;
    padding: 90px 0;
}
.unscrambleTopBg{
    height: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.unscrambleList{
    width: calc((100% - 35px) / 2);
    border-radius: 5px;
    overflow: hidden;
}
.unscraTitle{
    margin-left: 5%;
}
.unscraMore{
    font-size: 16px;
    color: #fff;
    margin-left: 5%;
    margin-top: 15px;
    position: relative;
    padding-right: 16px;
}
.unscraMore:after{
    content: '';
    position: absolute;
    right: 0;
    width: 8px;
    height: 14px;
    background: url("../images/cPage/rights.png") center no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
}
.unscramble .w1400{
    display: flex;
    justify-content: space-between;
}
.unscrambleTopBtn{
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}
.unscrambleText{
    font-size: 18px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    position: relative;
    padding-left: 20px;
}
.unscrambleText:after{
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    border: 2px solid #ccc;
    border-radius: 50%;
    top: 9px;
}
.unscrambleText:first-child{
    margin-top: 0;
}
.unscrambleText:hover{
    color: #2c61dd;
}
.unscrambleText:hover:after{
    border: 2px solid #2c61dd;
}
.broadcast{
    background: #f8f9fd;
    padding: 90px 0;
}
.broadcastTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.broadPubTitle{
    font-size: 30px;
    font-weight: bold;
    margin: 0 15px;
}
.broadPubIcon{
    width: 26px;
}
.broadcastTopLeft{
    display: flex;
    align-items: center;
}
.broadSwiper{
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}
.broadList{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.broadList:nth-child(3n+1){

}
.broadImg{
    width: 100%;
    height: 100%;
}
.broadImg i{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.broadText{
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,0.6);
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.broadCard{
    position: absolute;
    width: 105px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #457bf6;
    text-align: center;
    font-size: 16px;
    top: 0;
    right: 0;
}
.broadList:hover .broadImg i{
    transform: scale(1.05);
}
.broadSwiper .swiper-slide{
    display: flex;
}
.broadSwiper .swiper-pagination{
    position: relative;
    margin-top: 30px;
    bottom: unset;
}
.broadSwiper .swiper-pagination-bullet{
    background: #c2c2c2;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.broadSwiper .swiper-pagination-bullet-active{
    background: #457bf6;
    width: 22px;
    border-radius: 50px;
}
.payTaxes{
    background: url("../images/cPage/payTaxes.png") center no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.guide{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.guideMobile{
    display: none;
}
.guideLeft{
    width: 29%;
    margin-top: 25px;
}
.guideLeftList {
    height: 105px;
    margin-top: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    border-radius: 5px;
}
.guideLeftList:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}
.guideLeftList:first-child{
    margin-top: 0;
}
.guideLeftList:hover .guideIcon{
    transform: rotateY(180deg);
}
.guideText{
    font-size: 18px;
    color: #333;
    margin-left: 20px;
}
.guideIcon{
    width: 25px;
    transition: all 0.3s;
}
.guideIcon img{
    width: 100%;
}
.guide-1:after{
    background: url("../images/cPage/icon-5.png") center no-repeat;
    background-size: cover;
    width: 99px;
    height: 100px;
    bottom: -30px;
}
.guide-2:after{
    background: url("../images/cPage/icon-6.png") center no-repeat;
    background-size: cover;
    width: 107px;
    height: 106px;
    bottom: -35px;
}
.guide-3:after{
    background: url("../images/cPage/icon-7.png") center no-repeat;
    background-size: cover;
    width: 83px;
    height: 84px;
    bottom: -5px;
}
.guide-4:after{
    background: url("../images/cPage/icon-8.png") center no-repeat;
    background-size: cover;
    width: 101px;
    height: 101px;
    bottom: -25px;
}
.guideRight{
    width: calc(100% - 29% - 25px);
    margin-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
.guideRightList{
    margin-left: 25px;
    width: calc((100% - 100px) / 5);
    background: #fff;
    border-radius: 10px;
    height: 220px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.guideRightList:nth-child(5n+1){
    margin-left: 0;
}
.guideRightList:hover .guideRightIcon{
    transform: scale(0.8);
}
.guideRightIcon{
    margin-top: 30px;
    transition: all 0.3s;
}
.guideRightText{
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
}
.graphic{
    padding: 90px 0;
    background: #f8f9fd;
}
.graphic .w1400{
    display: flex;
    justify-content: space-between;
}
.graphicLeft{
    width: 70%;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
}
.graphicBtn{
    margin-top: 35px;
    display: flex;
}
.graphicImg{
    height: 270px;
    width: 52%;
    overflow: hidden;
    border-radius: 5px;
}
.graphicImg i{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.graphicImg:hover i{
    transform: scale(1.05);
}
.graphicInfo{
    margin-left: 30px;
}
.graphicText {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
    height: 50px;
    position: relative;
    padding-left: 20px;
}
.graphicText:first-child{
    margin-top: 0;
}
.graphicText:after {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    border: 2px solid #ccc;
    border-radius: 50%;
    top: 9px;
}
.graphicText:hover {
    color: #2c61dd;
}
.graphicText:hover:after{
    border: 2px solid #2c61dd;
}
.graphicRight{
    margin-left: 50px;
    width: calc(100% - 70% - 50px);
}
.graphicRightImg{
    height: 210px;
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 5px;
}
.graphicRightImg:first-child{
    margin-top: 0;
}
.graphicRightImg i{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.graphicRightImg:hover i{
    transform: scale(1.05);
}
.noviceMakeList{
    display: none;
}
.noviceMakeList.curr{
    display: block;
}
/*P5-0 教你办税箭头开始*/
.understandInfo{
    padding: 90px 0;
    background: url("../images/cPage/underBg.png") center no-repeat;
    background-size: 100% 100%;
}
.understandLeft{
    width: 29%;
    height: 510px;
    background: url("../images/cPage/list-2.png") center no-repeat;
    background-size: cover;
    padding: 0 50px;
    box-sizing: border-box;
}
.understandInfo .w1400{
    display: flex;
}
.understandTitle{
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    position: relative;
    margin-top: 80px;
    padding-top: 20px;
}
.understandTitle:after{
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    height: 3px;
    top: 0;
    background: #fff;
}
.understandList{
    margin-top: 30px;
}
.understandText{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.understandMore{
    font-size: 14px;
    color: #fff;
    width: 140px;
    height: 45px;
    line-height: 45px;
    margin-top: 80px;
    background: rgba(255,255,255,0.3);
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
}
.understandMore:after{
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background: url("../images/cPage/rights.png") center no-repeat;
    background-size: cover;
}
.understandRight{
    background: #fff;
    margin-left: 35px;
    width: calc(100% - 29% - 35px);
    padding: 45px;
    box-sizing: border-box;
}
.unscraBtn{
    margin-top: 30px;
}
.unscraText{
    font-size: 18px;
    line-height: 30px;
}
.unscraLink{
    display: flex;
    margin-top: 30px;
}
.unscraImg{
    width: calc((100% - 40px) / 2);
    margin-left: 40px;
}
.unscraImg:first-child{
    margin-left: 0;
}
.unscraImg img{
    width: 100%;
}
.frequency{
    background: #eaf2ff;
    padding: 90px 0;
}
.frequencyBtn{
    margin-top: 40px;
}
.frequencyContent{
    position: relative;
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frequencyContent:first-child{
    margin-left: 0;
}
.frequencyList{
    display: none;
}
.frequencyList.curr{
    display: flex;
}
.frequencyPlay{
    width: 56px;
    position: absolute;
    cursor: pointer;
}
.frequencyPlay img{
    width: 100%;
}
.frequencyImg{
    height: 230px;
    width: 100%;
}
.frequencyImg i{
    width: 100%;
    height: 100%;
}
.frequencyTitle{
    width: 100%;
    bottom: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    box-sizing: border-box;
    font-size: 18px;
    background: rgba(0,0,0,0.4);
}
.frequencyInfo{
    margin-top: 50px;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}
.frequencyTab{
    display: flex;
}
.frequencyTabList{
    width: calc((100% - 120px) / 5);
    margin-left: 30px;
    height: 70px;
    line-height: 70px;
    background: #d3e0fa;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #4a68a4;
    position: relative;
}
.frequencyTab-2{
    background: #d7efd7;
    color: #348b34;
}
.frequencyTab-3{
    background: #f1e4ce;
    color: #a2824d;
}
.frequencyTab-4{
    background: #cee5fc;
    color: #336699;
}
.frequencyTab-5{
    background: #f1dcdd;
    color: #a86164;
}
.frequencyTabList:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    overflow: hidden;
    width: 0px;
    height: 0px;
}
.frequencyTabList:first-child{
    margin-left: 0;
}
.frequencyTab-1.curr:after{
    border-bottom: none;
    border-top-color: #d3e0fa;
}
.frequencyTab-2.curr:after{
    border-bottom: none;
    border-top-color: #d7efd7;
}
.frequencyTab-3.curr:after{
    border-bottom: none;
    border-top-color: #f1e4ce;
}
.frequencyTab-4.curr:after{
    border-bottom: none;
    border-top-color: #cee5fc;
}
.frequencyTab-5.curr:after{
    border-bottom: none;
    border-top-color: #f1dcdd;
}
.bureau{
    background: #f8f9fd;
    padding: 90px 0;
}
.bureauInfo{
    display: flex;
    flex-wrap: wrap;
}
.bureauList{
    margin-left: 45px;
    width: calc((100% - 180px) / 5);
    height: 120px;
    margin-top: 45px;
}
.bureauList:nth-child(5n+1){
    margin-left: 0;
}
.bureauBg{
    width: 100%;
    height: 100%;
}
.bureauBg i{
    width: 100%;
    height: 100%;
}
.bureauList{
    position: relative;

}
.bureauList:hover .bureauIcon{
    transform: scale(0.8);
}
.bureauBox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 15px;
}
.bureauRight{
    margin-left: 15px;
    flex: 1;
}
.bureauIcon{
    width: 60px;
    transition: all 0.3s;
}
.bureauIcon img{
    width: 100%;
}
.bureauTitle{
    font-size: 22px;
    color: #fff;
}
.bureauMore{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    position: relative;
}
.bureauMore:after{
    content: '';
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: url("../images/cPage/rights.png") center no-repeat;
    background-size: cover;
}
.zoneInfo{
    background: url("../images/cPage/zoneBg.png") center no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.zoneInfo .w1400{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zoneInfoList{
    width: calc((100% - 45px) / 2);
    margin-top: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* .zoneInfoList:first-child, .zoneInfoList:nth-child(2){
    margin-top: 0;
} */
.zoneInfoTop{
    background: url("../images/cPage/zoneTopBg.png") center no-repeat;
    background-size: cover;
    height: 120px;
    padding: 0 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zonePubTitle{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0 15px;
}
.zoneInfoTopLeft{
    display: flex;
    align-items: center;
}
.zoneMore{
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-right: 16px;
}
.zoneMore:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background: url(../images/cPage/rights.png) center no-repeat;
    background-size: cover;
}
.zoneCon{
    padding: 0 40px 40px 40px;
    background: #fff;
    box-sizing: border-box;
}
.zoneList{
    line-height: 80px;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zoneConText{
    font-size: 18px;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.zoneConText:after{
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    border: 2px solid #ccc;
    border-radius: 50%;
}
.zoneConArrow{
    width: 8px;
    height: 14px;
    background: url("../images/cPage/right.png") center no-repeat;
    background-size: cover;
}
.zoneList:hover .zoneConText{
    color: #457bf6;
}
.zoneList:hover .zoneConText:after{
    border: 2px solid #457bf6;
}
.zoneList:hover .zoneConArrow{
    background: url("../images/cPage/zoneRights.png") center no-repeat;
    background-size: cover;
}
/*P5-0 教你办税箭头结束*/
/*P8-1-1 表单下载开始*/
.formInfo{
    background: #f8f9fd url("../images/cPage/formInfoBg.png") center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}
.formMainTop{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.formMainPubTitle{
    font-weight: bold;
    font-size: 28px;
    margin: 0 15px;
}
.formBtnInfo{
    width: 800px;
    margin: 0 auto;
    margin-top: 60px;
}
.formSub{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 80px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.formSubInput{
    padding-left: 40px;
    height: 100%;
    width: calc(100% - 225px);
}
.formSubInput input{
    height: 100%;
    font-size: 22px;
    width: 100%;
}
.formSubBtn{
    width: 165px;
    background: #457bf6;
    margin: 5px;
    height: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}
.formSubText{
    color: #fff;
    font-size: 28px;
}
.formSubSearch{
    width: 30px;
    margin-left: 20px;
}
.formSubSearch img{
    width: 100%;
}
.formSubLabelInfo{
    display: flex;
    flex-wrap: wrap;
}
.formLableMain{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.formLabelTitle{
    font-size: 18px;
    line-height: 40px;
    margin-top: 25px;
    color: #457bf6;
}
.formLableList{
    line-height: 40px;
    padding: 0 25px;
    font-size: 18px;
    color: #999999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: 25px;
    cursor: pointer;
    border-radius: 5px;
}
.formLableList:hover{
    color: #457bf6;
}
.downTab{
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.downList{
    margin-left: 50px;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 24px;
    width: calc((100% - 50px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
}
.downList:first-child{
    margin-left: 0;
}
.downList.curr{
    background: #457bf6;
    color: #fff;
}
.downBusiness{
    background: url("../images/cPage/taxBg.png") center no-repeat;
    background-size: 100% 100%;
    padding: 50px 90px 90px 90px;
    margin-top: 70px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.busInfoBox{
    height: 70px;
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.busInfoTitle{
    font-size: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 80px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.busInfoTitle:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #2e63de;
    left: 50%;
    transform: translateX(-50%);
}
.busInfoTitle.curr:after{
    width: 100%;
}
.busInfoTitle.curr:before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    overflow: hidden;
    width: 0px;
    height: 0px;
    border-bottom: none;
    border-top-color: #2e63de;
}
.entranceBox{
    display: none;
    flex-wrap: wrap;
    margin-top: 30px;
}
.entranceBox.curr{
    display: flex;
}
.entrance{
    margin-top: 25px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    width: calc((100% - 80px) / 5);
    font-size: 22px;
    color: #fff;
    background: linear-gradient(to right, #edb55c, #e59415);
    transition: all 0.3s;
    border-radius: 5px;
}
.entrance:hover{
    transform: translateY(-5px);
}
.entrance:nth-child(5n+1){
    margin-left: 0;
}
.entrance:nth-child(2){
    background: linear-gradient(to right, #f5b093, #e98459);
}
.entrance:nth-child(3){
    background: linear-gradient(to right, #eda06e, #f5812a);
}
.entrance:nth-child(4){
    background: linear-gradient(to right, #49d598, #1aae6e);
}
.entrance:nth-child(5){
    background: linear-gradient(to right, #638ae7, #2c61dd);
}
.entrance:nth-child(6){
    background: linear-gradient(to right, #84b4ef, #3c90f6);
}
.entrance:nth-child(7){
    background: linear-gradient(to right, #849de9, #3b5dc0);
}
.entrance:nth-child(8){
    background: linear-gradient(to right, #8a77db, #5741b2);
}
.entrance:nth-child(9){
    background: linear-gradient(to right, #fdcb6f, #df8f10);
}
.taxInfo{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 90px;
    padding: 40px 90px;
}
.taxInfoList{
    position: relative;
}
.taxInfoTop.curr .openIcon{
    transform: rotate(90deg);
    background: url(../images/cPage/icon-20s.png) center no-repeat;
    background-size: cover;
}
.taxInfoTop.curr .openText{
    color: #457bf6;
}
.taxInfoTop{
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
    cursor: pointer;
}
.taxInfoTopMain{
    display: flex;
    align-items: center;
}
.taxTopTitle{
    margin: 0 15px;
    font-size: 24px;
    font-weight: bold;
}
.taxTopIcon{
    width: 20px;
}
.taxTopIcon img{
    width: 100%;
}
.openType{
    font-size: 20px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.openIcon{
    margin-left: 10px;
    width: 10px;
    height: 17px;
    background: url("../images/cPage/icon-20.png") center no-repeat;
    background-size: cover;
}
.taxInfoPos{
    margin-top: 35px;
    display: none;
}
.taxInfoList:first-child .taxInfoPos{
    display: block;
}
.taxInfoTab{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.taxInfoTabTitle{
    font-size: 22px;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}
.taxInfoTabTitle.curr{
    color: #457bf6;
}
.taxInfoTabTitle:after{
    content: '';
    position: absolute;
    right: 0;
    height: 10px;
    width: 1px;
    background: #ccc;
    top: 50%;
    transform: translateY(-50%);
}
.taxInfoTabTitle:last-child:after{
    display: none;
}
.taxInfoTabTitle:first-child{
    padding-left: 0;
}
.taxNoticeText{
    font-size: 18px;
    color: #666666;
}
.taxPosBox{

}
.taxPosListInfo{
    border: 1px solid #ccc;
    margin-top: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fdfdfd;
    border-radius: 5px;
}

.taxNoticeBox{
    display: flex;
    align-items: center;
}
.taxNoticeList{
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.taxNoticeList:first-child{
    margin-left: 0;
}
.taxDownIcon{
    background: url("../images/cPage/icon-21.png") center no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}
.downMore{
    font-size: 18px;
    color: #999999;
    margin-left: 10px;
}
.taxSeeIcon{
    background: url("../images/cPage/icon-22.png") center no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
}
.seeMore{
    font-size: 18px;
    color: #999999;
    margin-left: 10px;
}
.taxPosListInfo:hover{
    background: url('../images/cPage/taxInfoBg.png') center no-repeat;
    background-size: cover;
}
.taxPosListInfo:hover .taxNoticeText{
    color: #fff;
}
.taxPosListInfo:hover .downMore{
    color: #fff;
}
.taxPosListInfo:hover .seeMore{
    color: #fff;
}
.taxPosListInfo:hover .taxDownIcon{
    background: url("../images/cPage/icon-21s.png") center no-repeat;
    background-size: cover;
}
.taxPosListInfo:hover .taxSeeIcon{
    background: url("../images/cPage/icon-22s.png") center no-repeat;
    background-size: cover;
}
.taxPosList{
    display: none;
}
.taxPosList.curr{
    display: block;
}
.downTypeList{
    display: none;
}
.downTypeList.curr{
    display: block;
}
/*P8-1-1 表单下载结束*/
/*P9-0 云上办税厅开始*/
.cloudBg{
    width: 100%;
    height: 315px;
    background-size: cover;
}
.cloudBg i{
    width: 100%;
    height: 100%;
}
.cloudBgMobile{
    display: none;
}
.cloudMain{
    background: url("../images/cPage/makeBg.png") center no-repeat;
    padding: 80px 0;
    background-size: cover;
}
.makTab{
    width: 283px;
    height: 149px;
    background: url("../images/cPage/tab-1.png") center no-repeat;
    background-size: cover;
    margin-top: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.makTab:first-child{
    margin-top: 0;
}
.makTab.curr{
    background: url("../images/cPage/tab-2.png") center no-repeat;
    background-size: cover;
}
.cloudMain .w1400{
    display: flex;
    justify-content: space-between;
}
.cloudRight{
    width: calc(100% - 283px - 50px);
    margin-left: 50px;
}
.cloudImgList{
    width: 100%;
    height: 690px;
    display: none;
}
.cloudImgList.curr{
    display: block;
}
.cloudImgList i{
    width: 100%;
    height: 100%;
}
.currImg{
    display: none;
}
.makTab.curr .currImg{
    display: block;
}
.makTab.curr .defaultImg{
    display: none;
}
@media (max-width: 1500px) {
    .cloudImgList{
        height: 550px;
    }
}
.remote{
    padding: 80px 0;
    background: #eef4ff;
}
.remoteText{
    font-size: 30px;
    font-weight: bold;
}
.remoteBtn{
    margin-top: 40px;
    display: flex;
}
.remoteList{
    margin-left: 70px;
    width: calc((100% - 140px) / 3);
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    height: 275px;
    border-radius: 5px;
}
.remoteList:first-child{
    margin-left: 0;
}
.remoteTop{
    margin-top: 60px;
}
.remoteTopText{
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
}
.remoteListBtn{
    position: absolute;
    bottom: 25px;
}
.remoteInfo{
    display: flex;
    align-items: baseline;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}
.remoteInfo:first-child{
    margin-top: 15px;
}
.remoteInfoText{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}
.rePos {
    position: absolute;
    width: 130px;
    left: -53px;
    bottom: 32px;
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
}
.remoteInfo.curr .rePos{
    height: 148px;
}
.rePos img{
    width: 100%;
}

/*P9-0 云上办税厅结束*/
/*P1-1-1 通知公告详情开始*/
.consult{
    background: #f8f9fd url(../images/page/notification.jpg) top center no-repeat;
    background-size: 100% auto;
    padding-bottom: 86px;
}
.advisory{
    background: #fff;
    padding: 0 100px 60px 100px;
    box-sizing: border-box;
}
.title_box{
    font-size: 28px;
    text-align: center;
    padding-top: 50px;
}
.cen_t{
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}
.cen_t .i1{
    margin-left: 45px;
}
.ratepaying .cen{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 28px;
}
.cen_b{
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #666;
}
.icon-flex{
    display: flex;
    align-items: center;
}
.btn-default, .btn-download{
    cursor: pointer;
}

.ratepaying .cen .word {
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.ratepaying .cen em {
    display: inline-block;
    width: 32px;
    height: 21px;
    border-right: #c6c6c6 1px solid;
    cursor: pointer;
}
.ratepaying .cen em.big {
    background: url(../images/icon/icon_19.png) center no-repeat;
}
.ratepaying .cen em.big:hover,
.ratepaying .cen em.big.cur {
    background: url(../images/icon/icon_19s.png) center no-repeat;
}
.ratepaying .cen em.middle {
    background: url(../images/icon/icon_20.png) center no-repeat;
}
.ratepaying .cen em.middle:hover,
.ratepaying .cen em.middle.cur {
    background: url(../images/icon/icon_20s.png) center no-repeat;
}
.ratepaying .cen em.small {
    background: url(../images/icon/icon_21.png) center no-repeat;
    border-right: none;
}
.ratepaying .cen em.small:hover,
.ratepaying .cen em.small.cur {
    background: url(../images/icon/icon_21s.png) center no-repeat;
}
.ratepaying .cen .pos_box .Smohan_Layer_box {
    height: 1px;
    overflow: hidden;
}
.ratepaying .icon_box {
    height: 30px;
    padding: 0 25px;
    width: auto;
    padding-right: 32px;
    background: url(../images/page/wx.png) 73px center no-repeat;
}
.ratepaying .text {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}
.ratepaying .text p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 10px;
    text-indent: 2em;
}
.ratepaying .text p:last-child {
    margin-bottom: 0;
}
.ratepaying .text img {
    margin: 30px auto;
    max-width: 100%;
    height: auto !important;
}


.attachment{
    margin-top: 35px;
}
.attachmentTitle{
    font-size: 24px;
}
.attachmentInfo{
    margin-top: 30px;
}
.attachmentInfo a{
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}
.attachmentInfo a:hover{
    color: #457bf6;
}
/*P1-1-1 通知公告详情结束*/

@media (max-width: 1200px) {
    /*p3-0新手学堂开始*/
    .noviceInfo{
        padding: 0.8rem 0;
    }
    .noviceInfo .w1400{
        flex-wrap: wrap;
    }
    .noviceLeft{
        width: 100%;
        height: 5.2rem;
    }
    .play{
        width: 1.2rem;
    }
    .noviceLeftCont{
        padding: 0 1.5rem 0 0.2rem;
        height: 0.9rem;
    }
    .noviceLeftText{
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.28rem;
    }
    .noviceLeft .swiper-pagination{
        right: 0.2rem;
        bottom: 0.1rem;
    }
    .noviceRight{
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .noviceTabList{
        font-size: 0.28rem;
        margin: 0 0.25rem;
    }
    .noviceRightTop{
        height: 1rem;
        line-height: 1rem;
    }
    .noviceTabMore{
        font-size: 0.26rem;
        padding-right: 0.23rem;
    }
    .noviceTabMore:after{
        width: 0.13rem;
        height: 0.22rem;
    }
    .noviceBotList{
        margin-top: 0.5rem;
        font-size: 0.28rem;
    }
    .novicetime{
        width: 0.8rem;
    }
    .noviceBotText{
        padding-left: 0.4rem;
        width: calc(100% - 1rem);
    }
    .noviceBotList:after{
        width: 0.06rem;
        height: 0.06rem;
        border: 0.03rem solid #ccc;
    }
    .unscramble{
        padding: 0.8rem 0;
    }
    .unscrambleList{
        width: 100%;
        margin-top: 0.6rem;
    }
    .unscrambleList:first-child{
        margin-top: 0;
    }
    .unscramble .w1400{
        flex-wrap: wrap;
    }
    .unscrambleTopBg{
        height: 2.8rem;
    }
    .unscraTitle{
        width: 3.45rem;
    }
    .unscraTitle img{
        width: 100%;
    }
    .unscraMore{
        margin-top: 0.2rem;
        font-size: 0.26rem;
        padding-right: 0.23rem;
    }
    .unscraMore:after{
        width: 0.13rem;
        height: 0.22rem;
    }
    .unscrambleTopBtn{
        padding: 0.4rem;
    }
    .unscrambleText:after{
        width: 0.06rem;
        height: 0.06rem;
        border: 0.03rem solid #ccc;
    }
    .unscrambleText{
        font-size: 0.28rem;
        margin-top: 0.4rem;
        padding-left: 0.4rem;
    }
    .broadPubIcon{
        width: 0.26rem;
    }
    .broadPubIcon img{
        width: 100%;
    }
    .broadPubTitle{
        font-size: 0.36rem;
        margin: 0 0.2rem;
    }
    .broadSwiper .swiper-slide{
        display: block;
    }
    .broadcast{
        padding: 0.8rem 0;
    }
    .broadList{
        width: 100%;
        margin-left: 0;
        height: 3.9rem;
    }
    .broadText{
        height: 1rem;
        line-height: 1rem;
        padding: 0 0.2rem;
        font-size: 0.28rem;
    }
    .broadCard{
        font-size: 0.26rem;
        width: 1.7rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .broadSwiper .swiper-pagination{
        margin-top: 0.5rem;
        display: flex;
        justify-content: center;
    }
    .broadSwiper .swiper-pagination-bullet{
        width: 0.16rem;
        height: 0.16rem;
    }
    .broadSwiper .swiper-pagination-bullet-active{
        width: 0.45rem;
    }
    .payTaxes{
        padding: 0.8rem 0;
    }
    .guide{
        margin-top: 0.5rem;
    }
    .guidePc{
        display: none;
    }
    .guideMobile{
        display: flex;
    }
    .guideRight{
        margin-left: 0;
        width: 100%;
    }
    .guideRightList{
        margin-left: 0.25rem;
        margin-top: 0.25rem;
        height: 2.5rem;
        width: calc((100% - 0.5rem) / 3) !important;
    }
    .guideMobileSwiper{
        position: relative;
        overflow: hidden;
        margin-top: 0.25rem;
    }
    .guideMobileSwiper .swiper-wrapper{
        height: auto;
    }
    .guideMobileSwiper .swiper-slide{
        display: flex;
        flex-wrap: wrap;
    }
    .guideRightList:nth-child(3n+1){
        margin-left: 0;
    }
    .guideRightList:nth-child(5n+1){
        margin-left: initial;
    }
    .guideRightList:nth-child(6n){
        margin-left: 0.25rem;
    }
    .guideRightIcon{
        margin-top: 0.35rem;
    }
    .guideRightIcon{
        width: 0.75rem;
    }
    .guideRightIcon img{
        width: 100%;
    }
    .guideRightText{
        margin-top: 0.2rem;
        font-size: 0.26rem;
        padding: 0 0.2rem;
    }
    .guideMobileSwiper .swiper-pagination{
        position: relative;
        margin-top: 0.5rem;
        bottom: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guideMobileSwiper .swiper-pagination-bullet{
        background: #c2c2c2;
        opacity: 1;
        width: 0.16rem;
        height: 0.16rem;
    }
    .guideMobileSwiper .swiper-pagination-bullet-active {
        width: 0.45rem;
        background: #457bf6;
        border-radius: 1rem;
    }
    .graphic{
        padding: 0.8rem 0;
    }
    .graphic .w1400{
        flex-wrap: wrap;
    }
    .graphicLeft{
        width: 100%;
        padding: 0.4rem;
    }
    .graphicBtn{
        flex-wrap: wrap;
        margin-top: 0.5rem;
    }
    .graphicImg{
        width: 100%;
        height: 3.5rem;
    }
    .graphicInfo{
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .graphicText{
        font-size: 0.28rem;
        height: auto;
        line-height: 0.5rem;
        padding-left: 0.4rem;
        max-height: 1rem;
    }
    .graphicText:after{
        width: 0.06rem;
        height: 0.06rem;
        border: 0.03rem solid #ccc;
    }
    .graphicRight{
        width: 100%;
        margin-left: 0;
    }
    .graphicRightImg{
        margin-top: 0.5rem;
        width: 100%;
        height: 3.9rem;
    }
    .graphicRightImg:first-child{
        margin-top: 0.5rem;
    }
    /*p3-0新手学堂结束*/
    /*P5-0 教你办税箭头开始*/
    .noviceTabList:after{
        right: -0.25rem;
    }
    .understandInfo{
        padding: 0.8rem 0;
    }
    .understandInfo .w1400{
        flex-wrap: wrap;
    }
    .understandLeft{
        width: 100%;
        height: 5.5rem;
        padding: 0 0.7rem;
    }
    .understandTitle{
        margin-top: 0.75rem;
        font-size: 0.46rem;
    }
    .understandList{
        margin-top: 0.4rem;
    }
    .understandText{
        font-size: 0.26rem;
        line-height: 0.42rem;
    }
    .understandMore{
        margin-top: 0.45rem;
        width: 2.3rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.26rem;
        padding-left: 0.5rem;
    }
    .understandMore:after{
        width: 0.13rem;
        height: 0.22rem;
        right: 0.5rem;
    }
    .understandRight{
        margin-top: 0.6rem;
        margin-left: 0;
        width: 100%;
        padding: 0.4rem;
    }
    .unscraBtn{
        margin-top: 0.2rem;
    }
    .unscraText{
        font-size: 0.26rem;
        line-height: 0.56rem;
    }
    .unscraLink{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .unscraImg{
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .frequency{
        padding: 0.8rem 0;
    }
    .frequencyInfo{
        padding: 0.3rem 0.4rem 0.6rem 0.4rem;
    }
    .frequencyTab{
        flex-wrap: wrap;
    }
    .frequencyTabList{
        width: calc((100% - 0.6rem) / 3);
        margin-left: 0.3rem;
        height: 0.9rem;
        line-height: 0.9rem;
        background: #f4f4f4;
        font-size: 0.26rem;
        margin-top: 0.3rem;
        color: #999999;
    }
    .frequencyTabList:after{
        display: none;
    }
    .frequencyTabList.curr{
        color: #4a68a4;
        background: #d3e0fa;
    }
    .frequencyTabList:nth-child(3n+1){
        margin-left: 0;
    }
    .bureauList{
        width: calc((100% - 0.5rem) / 2);
        margin-left: 0.5rem;
        height: 1.65rem;
        margin-top: 0.5rem;
    }
    .bureauList:nth-child(2n+1){
        margin-left: 0;
    }
    .bureauList:nth-child(5n+1) {
        margin-left: auto;
    }
    .frequencyList{
        flex-wrap: wrap;
    }
    .frequencyBtn{
        margin-top: 0.4rem;
    }
    .frequencyContent{
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .frequencyImg{
        height: 3.4rem;
    }
    .frequencyPlay{
        width: 1rem;
    }
    .frequencyTitle{
        min-height: 1rem;
        padding: 0 0.2rem;
        font-size: 0.28rem;
    }
    .bureau{
        padding: 0.8rem 0;
    }
    .bureauIcon{
        width: 0.9rem;
    }
    .bureauTitle{
        font-size: 0.28rem;
    }
    .bureauMore{
        margin-top: 0.15rem;
        font-size: 0.24rem;
    }
    .bureauBox{
        padding: 0 0.2rem;
    }
    .bureauMore:after{
        left: 1.05rem;
        width: 0.13rem;
        height: 0.22rem;
    }
    .zoneInfo{
        padding: 0.8rem 0;
    }
    .zoneInfoList{
        width: 100%;
        margin-top: 0.6rem;
   
    }
    /* .zoneInfoList:first-child, .zoneInfoList:nth-child(2){
        margin-top: 0.6rem;
    } */
    .zoneInfoTop{
        padding: 0 0.4rem;
        height: 1.9rem;
    }
    .zonePubIcon{
        width: 0.26rem;
    }
    .zonePubIcon img{
        width: 100%;
    }
    .zonePubTitle {
        font-size: 0.36rem;
        margin: 0 0.2rem;
    }
    .zoneMore{
        font-size: 0.26rem;
        padding-right: 0.23rem;
    }
    .zoneMore:after {
        width: 0.13rem;
        height: 0.22rem;
    }
    .zoneCon{
        padding: 0 0.4rem 0.4rem 0.4rem;
    }
    .zoneConText{
        font-size: 0.28rem;
        padding-left: 0.4rem;
    }
    .zoneList{
        height: 1.2rem;
        line-height: 0.42rem;
    }
    .zoneConArrow{
        width: 0.13rem;
        height: 0.22rem;
    }
    .zoneConText:after {
        width: 0.06rem;
        height: 0.06rem;
        border: 0.03rem solid #ccc;
    }
    /*P5-0 教你办税箭头结束*/
    /*表单下载开始*/
    .formMainTop{
        padding-top: 0.6rem;
        margin-top: 0;
    }
    .formMainPubIcon{
        width: 0.4rem;
    }
    .formMainPubIcon img{
        width: 100%;
    }
    .formMainPubTitle{
        font-size: 0.52rem;
        margin: 0 0.2rem;
    }
    .formBtnInfo{
        margin-top: 0.6rem;
        width: 100%;
    }
    .formSubInput{
        padding-left: 0.3rem;
    }
    .formSub{
        height: 1rem;
        box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    }
    .formSubInput{
        width: calc(100% - 2.2rem);
    }
    .formSubInput input{
        font-size: 0.28rem;
        display: block;
    }
    .formSubBtn{
        width: 1.6rem;
        margin: 0.1rem;
        height: calc(100% - 0.2rem);
    }
    .formSubText{
        font-size: 0.28rem;
    }
    .formSubSearch{
        width: 0.3rem;
        margin-left: 0.2rem;
    }
    .formLabelTitle{
        margin-top: 0.4rem;
        font-size: 0.26rem;
    }
    .formLableList {
        margin-top: 0.4rem;
        margin-left: 0.2rem;
        padding: 0 0.3rem;
        font-size: 0.26rem;
    }
    .downTab{
        margin-top: 0.6rem;
    }
    .downList{
        height: 1rem;
        box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
        width: calc((100% - 0.3rem) / 2);
        margin-left: 0.3rem;
        font-size: 0.32rem;
    }
    .downBusiness{
        margin-top: 0.6rem;
        padding: 0 0.25rem 0.6rem 0.25rem;
        box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    }
    .busInfoBox{
        height: 1.4rem;
    }
    .busInfoTitle{
        font-size: 0.32rem;
        padding: 0 0.5rem;
    }
    .busInfoTitle:after{
        height: 0.04rem;
    }
    .busInfoTitle.curr:before{
        border: 0.12rem solid transparent;
        bottom: -0.12rem;
        border-bottom: none;
        border-top-color: #2e63de;
    }
    .entrance{
        margin-top: 0.3rem;
        width: calc((100% - 0.3rem) / 2);
        margin-left: 0.3rem;
        height: 1rem;
        font-size: 0.28rem;
    }
    .entrance:hover{
        transform: none;
    }
    .entranceBox{
        margin-top: 0.2rem;
    }
    .entrance:nth-child(2n+1){
        margin-left: 0;
    }
    .entrance:nth-child(5n+1){
        margin-left: auto;
    }
    .taxInfo{
        margin-top: 0.6rem;
        padding: 0.1rem 0.25rem 0.6rem 0.2rem;
        box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    }
    .taxTopIcon{
        width: 0.24rem;
    }
    .taxTopTitle{
        margin: 0 0.2rem;
        font-size: 0.36rem;
        width: 78%;
    }
    .openType{
        font-size: 0.26rem;
        width: 18%;
    }
    
    .openIcon{
        width: 0.14rem;
        height: 0.23rem;
        margin-left: 0.15rem;
    }
    .taxInfoTop{
        height: 1.3rem;
    }
    .taxPosListInfo{
        height: auto;
        margin-top: 0.4rem;
        padding: 0.35rem 0.25rem;
        box-sizing: border-box;
        flex-wrap: wrap;
        border: 0.02rem solid #efefef;
        border-radius: 0.1rem;
    }
    .taxNoticeText{
        width: 100%;
        font-size: 0.28rem;
    }
    .taxNoticeBox{
        width: 100%;
        margin-top: 0.3rem;
    }
    .taxPosBox{
        margin-top: 0;
    }
    .taxInfoPos{
        margin-top: 0.5rem;
    }
    .taxInfoTab{
        margin-bottom: 0.5rem;
    }
    .taxInfoTabTitle{
        font-size: 0.32rem;
        padding: 0 0.7rem;
    }
    .downMore{
        font-size: 0.26rem;
        margin-left: 0.15rem;
    }
    .seeMore{
        font-size: 0.26rem;
        margin-left: 0.15rem;
    }
    .taxPosListInfo:hover{
        background-size: 100% 100%;
    }
    .taxDownIcon{
        width: 0.3rem;
        height: 0.3rem;
    }
    .taxNoticeList{
        margin-left: 0.3rem;
    }
    .formInfo{
        padding-bottom: 0.9rem;
    }
    /*表单下载结束*/
    /*P9-0 云上办税厅开始*/
    .cloudBgPc{
        display: none;
    }
    .cloudBgMobile{
        display: block;
    }
    .cloudBg{
        height: 5.55rem;
    }
    .cloudMain{
        margin-top: 0;
        padding: 0.6rem 0;
    }
    .cloudMain .w1400{
        flex-wrap: wrap;
    }
    .makTabInfo{
        width: 100%;
        display: flex;
    }
    .cloudRight{
        margin-left: 0;
        width: 100%;
        margin-top: 0.5rem;
    }
    .makTab{
        height: 1.7rem;
        width: calc((100% - 0.3rem) / 2);
        margin-left: 0.3rem;
        margin-top: 0;
    }
    .makTab:first-child img{
        width: 1.35rem;
    }
    .makTab img{
        width: 1.5rem;
    }
    .cloudImgList{
        height: 6.6rem;
    }
    .remote{
        padding: 0.6rem 0 0.8rem 0;
    }
    .remoteText{
        font-size: 0.36rem;
    }
    .remoteBtn{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .remoteList{
        height: 4rem;
        margin-left: 0;
        width: 100%;
        margin-top: 0.5rem;
        padding: 0 0.7rem;
    }
    .remoteTop{
        margin-top: 0.8rem;
    }
    .remoteTopText{
        font-size: 0.3rem;
        margin-top: 0.2rem;
    }
    .remoteInfoIcon{
        width: 0.4rem;
    }
    .remoteInfoIcon img{
        width: 100%;
    }
    .remoteInfoText{
        font-size: 0.3rem;
        margin-left: 0.2rem;
    }
    .rePos {
        width: 1.5rem;
        left: -0.6rem;
        bottom: 0.6rem;
    }
    .remoteInfo.curr .rePos{
        height: 1.65rem;
    }
    /*P9-0 云上办税厅结束*/
    /*P1-1-1 通知公告详情开始*/
    .consult{
        padding-top: 0.7rem;
        padding-bottom: 0;
    }
    .advisory{
        padding: 0 0.3rem 0.5rem 0.3rem;
    }
    .title_box{
        padding-top: 0.6rem;
        font-size: 0.42rem;
    }
    .ratepaying .cen{
        flex-wrap: wrap;
        margin-top: 0.5rem;
        padding-bottom: 0.52rem;
        padding-left: 1.4rem;
    }
    .cen_t{
        flex-wrap: wrap;
        font-size: 0.28rem;
    }
    .cen_t i{
        width: 100%;
        margin-left: 0!important;
    }
    .cen_t .i1{
        margin-top: 0.3rem;
    }
    .btn-default, .btn-download{
        display: none;
    }
    .cen_b{
        flex-wrap: wrap;
        font-size: 0.28rem;
    }
    .ratepaying .cen .word{
        width: 100%;
        margin-left: 0;
        font-size: 0.28rem;
        margin-top: 0.3rem;
    }
    .ratepaying .icon_box{
        padding-left: 0;
    }
    .icon-flex{
        margin-top: 0.3rem;
    }
    .ratepaying .icon_box {
        padding: 0;
        padding-right: 0.4rem;
        background-size: 0.4rem;
        line-height: 0.4rem;
        height: 0.4rem;
        background: url(../images/mobile/page/wx.png) right center no-repeat;
        background-size: 0.4rem auto;
        margin-right: 0.08rem;
    }
    .ratepaying .text{
        margin-top: 0.6rem;
        padding-bottom: 0.3rem;
    }
    .ratepaying .text p{
        font-size: 0.28rem;
        line-height: 0.42rem;
        margin-bottom: 0.1rem;
    }
    .ratepaying .text p iframe{
        width: 100%;
        height: 5rem;
        display: block;
    }
    .attachment{
        margin-top: 0.4rem;
    }
    .attachmentTitle{
        font-size: 0.36rem;
    }
    .attachmentInfo{
        margin-top: 0.3rem;
    }
    .attachmentInfo a{
        font-size: 0.28rem;
        margin-top: 0.2rem;
    }
    /*P1-1-1 通知公告详情结束*/
}

@media (max-width:1200px) {
    .formInfo{
      margin-top: 0.5rem;
    }
    .formMainTop{
      display: none;
    }
    .formMain .undtax {
        z-index: 0;
    }
  }