
.img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    color: #666666;
}
a:hover{
    color: #222;
}
.containerBG{
    position: relative;
    background: #fff;
}
.newielts{
    width: 100%;
    padding-bottom: 100px;
}
.banner{
    width: 100%;
    padding-top:60px;
    padding-bottom: 140px;
    background: #282828;
}
.bannerCenter{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.ieltsBanleft{
    width: 630px;
    height: 250px;
    display: block;
}
.ieltsBanRight{
    text-align: center;
    width: 500px;
}
.bannerTop{
    padding-top: 37px;
    margin-bottom: 34px;
}
.bannerLine{
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #525252;
}
.bannerTitle{
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
    margin-right: 26px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
}
.privilegeList{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.privilegeList li{
    width: 100px;
    text-align: center;
}
.privilegeImg{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
}
.privilegeText{
    font-size: 24px;
    color: #F3C6A3;
    letter-spacing: 0;
    line-height: 32px;
}
.bannerBotBg{
    width: 100%;
    height: auto;
}


/*登录前*/
.button {
    float: right;
    margin-right: 140px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border: none;
    /*width: 220px;*/
    padding: 0 20px;
    height: 50px;
    background: #C8161E;
    box-shadow: 0 5px 16px 0 rgba(48,0,0,0.20);
    border-radius: 25px;
    color: #FFFFFF;
    cursor: pointer;
}

.my-login {
    padding-top: 45px;
    box-sizing: border-box;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 140px;
    background: #ffffff;
    z-index: 90;
    border-radius: 15px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.10);
}
.leftCon{
    display: inline-block;
    margin-left: 108px;
}
.diamon{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.leftconText{
    vertical-align: middle;
    display: inline-block;
    font-size: 34px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
}
.leftconDate{
    vertical-align: middle;
    font-size: 28.8px;
    color: #C8161E;
    letter-spacing: 0;
    line-height: 28.8px;
    margin-right: 3px;
}
.year,.money{
    vertical-align: text-top;
    font-size: 16.8px;
    color: #999999;
    letter-spacing: 0;
}
.year{
    margin-right: 20px;
}


.userBox .left {
    display: inline-block;
    margin-left: 50px;
    margin-top: -10px;
}
.userBox .leftImg {
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 50px;
}
.userBox .leftImg img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.userBox .rightUser {
    display: inline-block;
    vertical-align: middle;
    margin-right: 90px;
    font-size: 20px;
}
.identity{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
#joinBtn2 {
    margin-left: 200px;
}
.identity{

}
/*选项卡浮动样式*/
.switchFix {
    padding-bottom: 24px;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    background: #fff;
}
.switchTap{
    width: 712px;
    height: 50px;
    margin: 120px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
}
.switchTap li{
    user-select: none;
    cursor: pointer;
    width: 140px;
    font-size: 28px;
    color: #666666;
}
.switchTitle{
    letter-spacing: 0;
    text-align: center;
    line-height: 34px;
    margin-bottom: 12px;
}
.switchTap .isSwitch{
    font-size: 34px;
    color: #222222;
}
.isSwitch .switchLine{
    width: 56px;
    height: 4px;
    margin: 0 auto;
    background-image: linear-gradient(-140deg, #F14736 0%, #C8161E 100%);
    border-radius: 25px;
}

/*royalty*/
.grayBg{
    background: #F9F9F9;
}
.whiteBg{
    background: #ffffff;
}
.royaltyContainer{
    width: 100%;
    padding-top: 70px;
}
/*版心*/
.royaltyCenter{
    width: 1000px;
    margin: 0 auto;
}
.royaltyTitle{
    font-size: 40px;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 59px;
    text-align: center;
}
.royaltyClassTitle{
    font-size: 28px;
    color: #222222;
    line-height: 28px;
    margin-bottom: 10px;
}
.royaltyClassIntro{
    font-size: 24px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 40px;
}

/*特权一*/
.royaltyZj{
    width: 100%;
    margin-bottom: 46px;
}
.royaltyZj li{
    user-select: none;
    cursor: pointer;
    display: inline-block;
    width: 480px;
    padding: 32px 34px 34px;
    background: #fff;
    margin-right: 34px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 34px;
}
.royaltyZj li:nth-of-type(2n){
    margin-right: 0;
}
.royaltyZjLeft{
    width: 262px;
    margin-right: 45px;
    display: inline-block;
    vertical-align: top;
}
.royaltyZjLeftTitle{
    font-size: 23.04px;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 9px;
}
.royaltyZjLeftText{
    font-size: 15.36px;
    color: #9A5A36;
    letter-spacing: 0;
    margin-bottom: 46px;
}
.royaltyZjLeftDate{
    font-size: 15.36px;
    color: #222222;
    letter-spacing: 0;
}

.royaltyZjRight{
    width: 98px;
    display: inline-block;
    vertical-align: top;
}
.royaltyZjRightImg{
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
}
.royaltyBtn{
    cursor: pointer;
    display: block;
    border: none;
    width: 98px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #F3C6A3;
    border-radius: 50px;
    font-size: 16.79px;
    color: #9A5A36;
    letter-spacing: 0;
}

.royaltyDianBo{
    width: 100%;
    padding-bottom: 85px;
}
.royaltyDianBo li{
    user-select: none;
    cursor: pointer;
    display: inline-block;
    width: 320px;
    padding: 20px 16px 20px 16px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.royaltyDianBo li:nth-of-type(3n){
    margin-right: 0;
}
.royaltyDianBoImg{
    vertical-align: top;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 10px;
}
.royalTwoRight{
    display: inline-block;
    width: 205px;
}
.royaltyDianBoTitle{
    font-size: 17px;
    color: #222222;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 8px;
}
.royaltyDianBoIntro{
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    margin-bottom: 8px;
    height: 35px;
    overflow: hidden;
}
.royaltyDianBoTea{
    font-size: 12px;
    color: #222222;
    letter-spacing: 0;
    line-height: 12px;
}

/*特权二*/
/*私人订制*/
.dingzhi{
    width: 1000px;
    margin: 0 auto 71px;
    border-radius: 10px;
}
.royaltyTuya{
    width: 100%;
}
.royaltyTuya li{
    user-select: none;
    cursor: pointer;
    width: 420px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 71px;
    margin-right: 150px;
}
.royaltyTuya li:nth-of-type(2n){
    margin-right: 0;
}
.royaltyTuyaImg{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.royalTwoBot{
    width: 100%;
    padding: 24px 30px 24px 30px;
    box-sizing: border-box;
}
.royaltyBotTitle{
    width: 200px;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0;
    line-height: 32px;
}
.royaltyBotIntro{
    width: 200px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}
.royalTwoBotLeft{
    display: inline-block;
}
.royalTwoBotRight{
    float: right;
    padding:8px 18px;
     background: #F3C6A3;
    border-radius: 50px;
    font-size: 21px;
    color: #9A5A36;
    letter-spacing: 0;
}

.tuyaTable{
    background: #eeeeee;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 1000px;
    margin: 0 auto 71px;
}
.tuyaTableLC{
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #222222;
}
.tuyaIntro{
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    color: #666666;
}
.tuyaChoice{
    user-select: none;
    width: 350px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-size: 28px;
    background: #F3C6A3;
    color: #9A5A36;
    cursor: pointer;
}
.tuyadown{
    width: 42px;
    height: 78px;
    display: block;
    margin: 20px auto 20px;
}
.tuyaPromress{
    font-size: 24px;
    color: #666666;
    text-align: center;
    margin-top: 25px;
}

/*已完成*/
.done {
    opacity: 0.4;
    background: none;
    border: none;
}

/*正在做*/
.doing {
    opacity: 1;
    color: #9A5A36;
    background: #F3C6A3;
}

/*不满足*/
.will {
    opacity: .4;
    background: none;
    border: 1px dashed #F3C6A3;
}

/*特权三*/
.royaltyService{
    width: 100%;
    padding-bottom: 39px;
}
.royaltyService li{
    vertical-align: top;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    width: 480px;
    height: 380px;
    padding: 60px 58px 0;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: center;
}
.royaltyService li:nth-of-type(2n){
    margin-right: 0;
}
.royaltyServiceImg{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
}
.royaltyServiceTitle{
    font-size: 34px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 20px;
}
.royaltyServiceText{
    text-align: left;
    font-size: 24px;
    color: #999999;
    line-height: 34px;
}

/*特权四*/
.royaltyMall{
    width: 100%;
}
.royaltyMall li{
    user-select: none;
    cursor: pointer;
    display: inline-block;
    width: 485px;
    padding: 21px 26px 20px 23px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.royaltyMall li:nth-of-type(2n){
    margin-right: 0;
}
.royaltyMallImg{
    width: 116.6px;
    height: 116.6px;
    display: inline-block;
    margin-right: 15px;
}
.royaltyMallRight{
    vertical-align: top;
    width: 300px;
    display: inline-block;
}
.royaltyMallTitle{
    font-size: 24px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 11px;
}
.royaltyMallText{
    font-size: 17px;
    color: #999999;
    margin-bottom: 10px;
}
.royaltyMallMoney{
    font-size: 20px;
    color: #222222;
    margin-right: 12px;
}
.royaltyMallMoneyBg{
    display: inline-block;
    width: 119px;
    height: 23px;
    background: #F3C6A3;
    transform: skewX(-10deg);
    text-align: center;
}
.royaltyMallPlus{
    display: inline-block;
    font-size: 17px;
    color: #9A5A36;
    line-height: 23px;
    transform: skewX(10deg);
}

/*雅思常见会员问题*/
/*雅思会员问题*/
.vipQuestion {
    text-align: left;
    width: 900px;
    margin: 0 auto;
    padding: 70px 0 70px ;
}

.vipQuestion h4 {
    text-align: center;
    color: #222222;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 73px;
}

.vipQuestion .vipQuestionCon {
    margin-bottom: 40px;
}

.vipQuestion .vipQuestionCon:last-child {
    margin-bottom: 0;
}

.vipQuestion .vipQuestionCon h5 {
    color: #222222;
    font-size: 20px;
    line-height: 28px;
}

.vipQuestion .vipQuestionCon p {
    color: #222222;
    line-height: 22px;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 8px;
}

/*遮罩层*/
.mask{
    display: none;
    width: 100%;
    height: 1000px;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 91;
}
/*弹窗提示*/
.filpBox {
    display: none;
    color: #ffffff;
    text-align: center;
    width: 500px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 100px;
    font-size:17px;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    border-radius: 20px;
    letter-spacing: 1px;
}

.ieltscollege-mask {
    position: fixed;
    left:50%;
    top:50%;
    z-index:1001;
    display:none;
    margin-left:-340px;
    margin-top: -170px;
    width:680px;
    height:340px;
    color:#333;
    background: #fff;
}
.mask-title {
    padding-top: 40px;box-sizing: border-box;
    margin:55px 0 34px;
    font-size:34px;
    text-align:center;
    line-height: 0;
}
.mask-text {
    margin:0 auto;
    width:550px;
    font-size:20px;
    line-height: 30px;
    text-align: center;
}
.mask-btn {
    position: absolute;
    bottom:55px;
    left:50%;
    margin-left:-110px;
    width:220px;
    height:50px;
    font-size:24px;
    line-height:50px;
    text-align:center;
    color:#fff;
    background: #c8161e;
}
.mask-btn:hover  {
    color: #ffffff;
}
.mask-close {
    position: absolute;
    top:0;
    right:0;
    width:60px;
    height:60px;
    cursor: pointer;
}
.mask-close img {
    position:absolute;
    top:20px;
    right:20px;
    width:20px;
    height:20px;
}

/*回放弹窗*/
.playbackFilp{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1001;
    margin-left: -340px;
    margin-top: -170px;
    width: 680px;
    height: 340px;
    color: #333;
    background: #fff;
}
.playbackFilpTitle{
    padding-top: 40px;
    box-sizing: border-box;
    margin: 55px 0 34px;
    font-size: 34px;
    text-align: center;
    line-height: 0;
}