.banner{
    background: url(/template/guanwang/images/account/banner.jpg) no-repeat center;
    height:654px;
    background-size: cover;
}
.yuyue .yys{
    display: flex;
    justify-content: space-around;
    padding: 30px 0 25px 0;
    width: 85%;
    margin: 0 auto;
}
.yuyue .yys .left{
    width: 60%;
    height: 130px;
    padding-top: 30px;
}
.yuyue .yys .right{
    height: 130px;
}
.yuyue .yys .right{
    background: url(/template/guanwang/images/account/fine.jpg) no-repeat left;
    width: 540px;
    height: 129px;
    padding-left: 40px;
}
.yys .left .imgpic{
    float: left;
    margin-right: 10px;
    padding-top: 8px;
}
.yys .left .text{
    color: #5c2b03;
}
.yys .left .text strong{
    font-size: 22px;
    display: block;
    padding-bottom: 10px;
}
.yys .left .text p{
    font-size: 16px;
}
.yys .right .radio label{
    width: 30%;
    font-size: 18px;
    color: #5c2b03;
    line-height: 30px;
}
.yys .right .radio input{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-left: 15px;
    vertical-align: middle;
}
.yys .right .btn{
    width:400px;
    height: 40px;
    background:linear-gradient(to right, #fe8510,#f95b02);
    border-radius: 20px;
    margin: 10px 0 0 18px;
    font-size: 16px;
}
.yys .right .btn a{
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 100%;
}
.yys .right .btn:hover{
     background:linear-gradient(to right, #fe8510,#fd6a14);
}

.titles{
    display: flex;
    justify-content:start;
    padding-top: 60px;
    text-align: center;
    width:900px;
    margin: auto;
}
.titles img{
    width: 45px;
    height: 50px;
}
.titles h3{
    margin: 0;
    padding: 0 10px;
    font-size: 46px;
    font-weight: bold;
    color: #333;
}

/* 报考人数增长 */
.why{
    background: url(/template/guanwang/images/account/whybg.jpg) no-repeat center;
    height:915px;
}
.why .content{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.why .contentl{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 2px #eed5b6;
    padding: 38px 0;
    width:520px;
}
.why .contentl img{
    display: block;
    margin:auto;
}
.why .contentr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:740px;
}
.why .contentr .contentlist{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 2px #eed5b6;
    width: 49%;
    height: 352px;
    padding: 20px;
    text-align: center;
}
.contentr .contentlist .liyou{
    background: url(/template/guanwang/images/account/whytit.jpg) no-repeat center;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
}
.contentr .contentlist h6{
    font-size: 22px;
    padding-top: 15px;
}
.contentr .contentlist p{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding:5px 10px;
    height: 120px;
}
.contentr .contentlist .btn{
    width:180px;
    height: 42px;
    background:linear-gradient(to right, #fe6b40,#fb4746);
    border-radius: 20px;
    margin: 10px 0 0 18px;
}
.contentr .contentlist .btn a{
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 16px;
}
.contentr .contentlist .btn:hover{
     background:linear-gradient(to right, #fb4746,#fe6b40);
}

/* 小白必知考务节点 */
.examnode{
    padding: 20px 0 30px 0;
}
.examnode .titles{
    width: 487px !important;
    padding-bottom: 50px;
}
.examnode .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.examnode .content .list{
    width: 23%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 20px 0px rgb(196 149 74 / 20%);
    border-radius: 10px;
    height: 230px;
    margin: 40px 0 60px 0;
}
.examnode .content .list .icon{
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px #fdf9f6;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -40px;
    left: 33%;
}
.examnode .content .list .icon img{
   margin-top: 25px;
}
.examnode .content .list .text{
    position: absolute;
    top:60px;
    padding: 0 20px;
}
.examnode .content .list .text h5{
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    display: block;

}
.examnode .content .list .text p{
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.examnode .content .list .btn{
    width:180px;
    height: 50px;
    background:linear-gradient(to right, #be8e46,#f0cc6c);
    border-radius: 30px;
    position: absolute;
    bottom: -20px;
    left: 20%;
}
.examnode .content .list .btn a{
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    line-height: 36px;
    font-size: 16px;
}
.examnode .content .list .btn:hover{
     background:linear-gradient(to right, #f0cc6c,#be8e46);
}


/* 0基础学实操 */

.basis{
    background: url(/template/guanwang/images/account/pic2.jpg) no-repeat center;
    height: 750px;
    background-size: cover;

}
.basiscon{
    position: relative;
    height: 650px;
}
.basis a{
    width: 170px;
    height: 55px;
    background:linear-gradient(to right, #fb4746,#fe6b40);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 55px;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    right: 60px;
}

/* 切换 */
.bawo{
    margin: 30px 0;
    padding-bottom: 30px;
}
.bawo .titles{
    width:670px;
    padding: 50px 0;
}
.bawo .nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 550px;
}
.bawo .nav .nav-link{
    width:95%;
    height:58px;
    background-color: #fdefdd;
    margin-bottom: 10px;
    color: #282828;
    font-size: 20px;
    line-height: 40px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color:#d5aa58;
    color: #fff;
    font-size: 22px;
}

/* vip */
.vip{
    background-color: #fdfdfd;
    padding: 50px 0 30px 0;
}
.vip .title{
    border-bottom: 1px solid #d4d4d4;
}
.vip .title img{
    display: block;
    margin: auto;
}
.vip .title h5{
    font-size: 38px;
    text-align: center;
    padding: 20px 0;
    color: #3f4656;
}
.vip .content{
    display: flex;
    justify-content: space-between;
    padding: 35px;
}
.vip .content .l{
    background: url(/template/guanwang/images/account/vipbg1.jpg) no-repeat center;
    height: 380px;
    width: 573px;
    position: relative;
}
.vip .content .r{
    background: url(/template/guanwang/images/account/vipbg2.jpg) no-repeat center;
    height: 380px;
    width: 573px;
    position: relative;
}
.vip .content ul{
    position: absolute;
    right:10px;
    width: 310px;
    padding-top: 50px;

}
.vip .content li{
    color: #642104;
    font-size: 17px;
    line-height: 46px;
}
.vip .content img{
    vertical-align: middle;
}


/* 常见问题 */
.problem{
    padding-bottom: 50px;
}
.problem .titles{
    width:500px;
    padding:70px 0 50px 0;
}
.problem .content img{
    display: block;
    margin: auto;
}
.problem .btn{
    width: 420px;
    height: 66px;
    margin: 20px auto;
    display: block;
    border-radius:30px;
    background:linear-gradient(to right, #fb4746,#fe6b40);
}
.problem .btn a{
    display: block;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
}
.problem .btn:hover{
    background:linear-gradient(to right, #fe6b40,#fb4746);
}

/* 掌上题库 */
 .tiku{
     background: url(/template/guanwang/images/account/bg.jpg) repeat center;
     height: 1020px;
     padding-top: 20px;
 }
 .tiku .titles{
     width: 320px;
     padding-bottom: 70px;
 }
 .tiku .content .tikupic{
    display: block;
    margin: auto;
 }
 .tiku .content .bottom{
    border-radius:15px;
    background:linear-gradient(to right, #d99d3b,#efc86b);
    margin-top: 50px;
    padding: 20px 40px 10px 30px;
    display: flex;
    justify-content: space-between;
 }
 .tiku .content .bottom h4{
     color: #fff;
     font-size: 42px;
     font-weight: bold;
     line-height: 60px;
 }
 .tiku .content .bottom h4 img{
     vertical-align: middle;
 }
 .tiku .content .bottom p{
    border-radius:20px;
    background:linear-gradient(to right, #d89e3a,#eec76a);
    margin:15px 0 0 0;
    padding: 0 20px;
    height: 44px;
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
 }
 .tiku .content .btn{
     background-color: #ff5c5d;
     border-radius: 20px;
     width: 180px;
     height: 50px;
     margin-top: 10px;
 }
 .tiku .content .btn a{
     color: #fff;
     display: block;
     font-size: 22px;
     line-height: 38px;
 }
 .tiku .content .btn:hover{
    background-color: #ec4f4f;
 }

 .fangshi .titles{
    width: 370px;
    padding-bottom: 70px;
}
.fangshi .content img{
    display: block;
    margin: auto;
}


.baozhang{
    background: url(/template/guanwang/images/account/bg.jpg) repeat center;
     height: 610px;
     padding: 20px 0;
     margin: 40px 0 0 0;
}
.baozhang .titles{
    width: 420px;
    margin-bottom: 20px;
}
.baozhang .content{
    background-color: #fff;
    border-radius: 5px;
    margin: 30px auto;
    padding: 20px 0 0 0;
}
.baozhang .content img{
    display: block;
    margin: 30px auto;
}

