html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 12px;
    font-family: Microsoft YaHei;
    /*font-family:SimSun;*/
}

div,
ul,
li,
dl,
dt,
dd,
img,
input,
h4,
form {
    margin: 0;
    padding: 0;
    border: 0;
}

img,
input,
select {
    vertical-align: middle;
}

textarea {
    resize: none;
}

i {
    font-style: normal;
}

ul,
dl {
    list-style-type: none;
}

a:link,
a:visited,
a:hover {
    display: inline;
    text-decoration: none;
    color: #000
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


/* 共用头部 */

.module-topbar {
    height: 35px;
    background: #f5f5f5;
}

.topleft-bar li {
    display: inline-block;
    position: relative;
    float: left;
    min-width: 36px;
    padding-left: 10px;
    margin-right: 20px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
}

.topleft-bar li.first {
    padding-left: 0;
}

.topleft-bar li span,
.topleft-bar li a,
.topright-bar li a,
.topright-bar li span {
    color: #666;
    cursor: pointer;
}

.topleft-bar li a:hover,
.topright-bar li a:hover {
    color: #ff0000;
}

.topleft-bar li span i {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 9px;
    height: 35px;
    background: url(../../images/topbar-ico.png) no-repeat right center;
}

.topleft-bar li.study,
.topleft-bar li.class-report,
.topleft-bar li.class-plus {
    width: 75px;
}

.topleft-bar li.active,
.topleft-bar li.active1,
.topleft-bar li.active2 {
    display: block;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-bottom: none;
    border-bottom: none;
    background: #fff;
    color: #ffffff;
}

.topleft-bar li.active span,
.topleft-bar li.active1 span,
.topleft-bar li.active2 span {
    color: #ff0000;
}

.topleft-bar li.active span i,
.topleft-bar li.active1 span i,
.topleft-bar li.active2 span i {
    background: url(../../images/topbar-ico-h.png) no-repeat right center;
}

.topleft-bar-con,
.topleft-bar-con1,
.topleft-bar-con2 {
    left: -1px;
    *top: 30px;
    z-index: 100;
    width: 107px;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-top: none;
    background: #fff;
    float: left;
    color: #FFFFFF;
}

.topleft-bar-con1 {
    width: 219px;
    /* padding: 0 18px; */
}

.topleft-bar-con dl dt,
.topleft-bar-con2 dl dt {
    float: left;
    padding-right: 0px;
    border: none;
    width: 107px;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.topleft-bar-con1 dl dt {
    float: left;
    padding-right: 0px;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

.topleft-bar-con dl dt a,
.topleft-bar-con2 dl dt a {
    width: 77px;
    height: 36px;
    padding: 0 15px;
    line-height: 36px;
    display: block;
    text-align: left;
    font-size: 12px;
}

.topleft-bar-con1 dl dt a {
    font-size: 12px;
    width: 63px;
    display: block;
}

.topleft-bar-con dl dt a:hover,
.topleft-bar-con2 dl dt a:hover {
    background: #EFEFEF;
}

.topleft-bar-con1 {
    padding-left: 10px;
    padding-top: 0px;
}

.topright-bar li {
    float: left;
    line-height: 35px;
    font-size: 12px;
}

.toprightCon {
    float: left;
    width: 135px;
    height: 31px;
    margin-top: 2px;
    background: url(../../images/topRBg.png) no-repeat left center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(244, 0, 0, 1);
    line-height: 31px;
    text-align: center;
}

.topright-bar li a.top-name {
    padding-left: 15px;
    background: url(../../images/icoi-head-portrait.png) no-repeat left center;
}

.topright-bar li span {
    margin: 0 10px;
    line-height: 24px;
    color: #bbb;
}


/* 顶部通屏广告 */
.module-headerBox {
    padding: 15px 0;
    background: #fff;
}

.module-header {
    width: 1200px;
}

.adCon {
    left: 50%;
    margin-left: -600px;
    top: 0;
}


.screenAd a.data-arg {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.screenAd img {
    height: 70px;
}

.AdCon {
    width: 1200px;
    height: 70px;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.close {
    position: absolute;
    top: 0;
    right: 11px;
    width: 27px;
    height: 34px;
    cursor: pointer;
    z-index: 100;
}


/* logo 导航 */

.h-tel-con {
    width: 158px;
    height: 28px;
    margin-top: 20px;
}

.menuCon {
    float: left;
    padding: 20px 0;
}

.menuCon li {
    float: left;
    margin-left: 40px;
}

.menuCon li a {
    display: block;
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.menuCon li a:hover {
    color: #ff0000;
}


/* 首页 */


/* banner切换 */

.bannerCon {
    position: relative;
    top: -460px;
}

.banner-box-silder {
    height: 460px;
}

.banner-box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-box li a {
    height: 460px;
    position: relative;
    z-index: 98;
}

.banner-box ul li img {
    height: 460px;
}

.banner-box-page {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 100;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin-bottom: 0px;
    cursor: pointer;
}

.banner-box-page ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
    height: auto;
    margin: 0 4px;
    padding: 5px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: url(../../images/lbIcoH.png) repeat;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    opacity: 1;
    border-radius: 0;
    cursor: pointer;
}

.banner-box-page ul li.on {
    width: auto;
    height: auto;
    color: #fff;
    background: url(../../images/lbIco.png) repeat;
}

.tempWrap {
    width: 100%;
}

.slidercong-l {
    width: 186px;
    height: 460px;
    padding: 0 17px;
    background: url(../../images/layerBg.png) repeat;
    width: 186px;
    position: absolute;
    z-index: 99;
}

.slidercong-l dl dt.block1 {
    height: 120px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.slidercong-l dl dt.block1 a {
    *position: relative;
    float: left;
    *min-width: 66px;
    margin-top: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.slidercong-l dl dt.block1 a i {
    *position: absolute;
    float: right;
    width: 26px;
    height: 24px;
    background: url(../../images/hotI.png) no-repeat top center;
    background-size: 16px;
}

.slidercong-l dl dt.block1 a:first-child {
    margin-right: 50px;
    *margin-right: 44px;
}

.slidercong-l dl dt.block2 {
    height: 171px;
    padding: 30px 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.slidercong-l dl dt.block2 a {
    float: left;
    width: 42px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.slidercong-l dl dt.block2 a.last {
    margin-right: 0px;
}

.slidercong-l dl dt.block3 {
    height: 135px;
}

.slidercong-l dl dt a:hover {
    color: #ff0000;
}

.screenAdBig {
    height: 600px;
    /* height: 0px; */
    position: relative;
    overflow: hidden;
    transition: 0.2s;
}

.screenAdBG {
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.screenAdBigC {
    position: relative;
    padding: 0 12px 0 5px;
    box-sizing: border-box;
}

.screenBigLogo {
    width: 117px;
}

.screenBigTime {
    width: 372px;
    position: absolute;
    top: 0px;
    right: 114px;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 36px;
}

.screenBigTime span {
    color: #ffe278;
}

.screenBigclose {
    width: 36px;
    position: absolute;
    top: 34px;
    right: 9px;
    cursor: pointer;
}

.screenBigTitle {
    width: 707px;
    position: absolute;
    top: 85px;
    left: 246px;
}

.screenBigBox {
    width: 884px;
    position: absolute;
    top: 204px;
    left: 163px;
}

.screenBigTab {
    width: 833px;
    height: 188px;
    position: absolute;
    top: 364px;
    left: 188px;
    background: rgba(255, 69, 69, 1);
    border-radius: 14px;
}

.tabBTN {
    width: 100%;
    height: 68px;
    clear: both;
    margin-top: -13px;
}

.tabBTN li {
    width: 165px;
    height: 68px;
    font-size: 20px;
    line-height: 68px;
    float: left;
    margin-right: 2px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 0 0 rgba(156, 0, 0, 0.4);
    position: relative;
    text-align: center;
    cursor: pointer;
}

.tabBTN li:nth-last-of-type(1),
.screenBigText li:nth-last-of-type(1) {
    margin-right: 0;
}

.tabBTN li div span {
    text-shadow: none !important;
}

.tabBTNBG {
    width: 165px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.tabBTN li span {
    position: relative;
}

.tabBTNBG2 {
    display: none;
}

.tabBTN li div {
    width: 121px;
    height: 23px;
    position: absolute;
    top: -8px;
    left: 22px;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 69, 69, 1);
    line-height: 22px;
}

.headerTip {
    width: 121px;
    position: absolute;
    left: 0;
}

.headerTip img {
    position: absolute;
}

.headerTip span {
    position: relative;
    z-index: 2;
}

.screenBigText {
    font-size: 18px;
    color: rgba(255, 69, 69, 1);
    line-height: 12px;
    padding: 0 47px;
    box-sizing: border-box;
    margin-top: 20px;
}

.w100s {
    width: 140px !important;
    background: url("../../images/contentBG2.png") no-repeat !important;
    background-size: 100% 100% !important;
}

.w100SS {
    width: 160px !important;
    background: url("../../images/contentBG3.png") no-repeat !important;
    background-size: 100% 100% !important;
}

.screenBigText li {
    width: 90px;
    height: 36px;
    background: url("../../images/contentBG.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 36px;
    float: left;
    margin-right: 39px;
    margin-bottom: 19px;
    cursor: pointer;
}

/* .screenBigText li:hover a{
    color: #d60f0f !important;
    text-decoration: underline;
} */
.screenBigText li a {
    color: rgba(255, 69, 69, 1);
}

.screenBigText li:nth-of-type(6n) {
    margin-right: 0;
}

.lookMore {
    width: 192px;
    height: 55px;
    position: absolute;
    right: 60px;
    top: 7px;
    cursor: pointer;
}

/* 登录 */

.login-con {
    width: 180px;
    height: 350px;
    padding: 20px 20px 0;
    background: rgba(255, 255, 255, .8);
    margin-top: 45px;
    position: absolute;
    right: 0;
    z-index: 10000;
}

.login-t {
    padding-bottom: 10px;
}

.login-t input {
    width: 133px;
    margin-bottom: 15px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #fff;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 20px;
    color: #8E8E8E;
    padding-left: 47px;
    text-align: left;
    border-radius: 18px;
}

.login-t input:focus,
.login-t input.yzm:focus {
    border: 1px solid #ff0000;
}

.login-t input[type=text].user-name {
    background: url(../../images/ico-login1.png) #fff no-repeat 16px 8px;
}

.login-t input.password {
    background: url(../../images/ico-login2.png) #fff no-repeat 16px 8px;
}

.login-t input.yzm {
    width: 76px;
    padding-left: 16px;
    font-size: 12px;
    color: #8E8E8E;
    height: 34px;
    margin: 0 0 25px 0 !important;
}

.login-t .yzm-img {
    width: 82px;
    height: 34px;
}

.login-t .yzm-img img {
    width: 100%;
    height: 36px;
}

.login-t input[type=submit],
.login-t a.regBtn {
    display: block;
    width: 180px;
    height: 36px;
    margin-bottom: 15px;
    /* padding: 7px 0; */
    background: none;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #ff0000;
    padding-left: 0px;
    cursor: pointer;
    text-align: center;
    border-radius: 19px;
    border: 1px solid #ff0000;
}

.login-t a.regBtn {
    background: linear-gradient(-90deg, rgba(250, 89, 33, 1), rgba(253, 32, 33, 1));
    color: #FFFFFF;
    line-height: 36px;
}

.login-t input[type=submit]:hover {
    background: #ff0000;
    color: #fff;
}

.login-t .login-b a.password-btn {
    float: right;
    font-size: 12px;
    color: #999;
}



.login-t input.register {
    background: #fff;
    color: #72b4ee;
    border-color: #72b4ee;
    margin-bottom: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 192px;
    padding-left: 0px;
    box-sizing: border-box;
}

.login-t input.register:hover {
    background: #87bff0;
    border: 1px solid #87bff0;
    color: #fff;
    cursor: pointer;
}

.login-t .login-b a.experience-btn {
    color: #66ABEB;
    font-size: 12px;
    float: left;
    cursor: pointer;
}

.xin_span_tips {
    width: 105px;
    display: block;
    font-size: 12px;
    float: left;
}

.xin_span_tips a {
    float: left;
    color: #0B8FFF;
}

.xin_reg_tip {
    width: 34px;
    margin-right: 10px;
    border-right: 1px solid #dfdfdf;
    margin-right: 10px;
}


.login-t .login-b a.register-btn {
    float: right;
    padding-right: 15px;
    background: url(../images/ico-jt.gif) no-repeat right center;
    font-size: 12px;
    color: #dc2828;
}

.login-t .login-b a.password-btn:hover,
.login-t .login-b a.register-btn:hover,
.login-t .login-b a.experience-btn:hover {
    text-decoration: underline;
}

.xin_ul {
    width: 100%;
    margin-bottom: 26px;
    font-size: 14px;
}

.xin_ul li {
    float: left;
    cursor: pointer;
}

.xin_code {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.xin_weixin {
    width: 65px;
    height: 16px;
    background: url(../../images/weixin2.png) no-repeat;
    margin: 0 auto;
    padding-left: 30px;
    margin-top: 20px;
    color: #999999;
}

.xin_weixin_tips {
    width: 100%;
    text-align: center;
    line-height: 22px;
    color: #999999;
}

.xin_startBtn {
    margin: 16px 50px 60px;
}

#logined {
    position: relative;
}

.xin_a_href {
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    text-align: center;
    cursor: pointer;
    color: red !important;
}

img.imgC {
    position: absolute;
    top: 9px;
    left: 17px;
    z-index: 999;
}

/* 登录 end */



/* 左侧广告 */
.regTu2 {
    position: fixed;
    left: 0;
    bottom: 2%;
    width: 98px;
    height: 186px;
    z-index: 1000;
    top: auto;
}

.regTu3 {
    position: fixed;
    left: 0;
    top: auto;
    width: 98px;
    height: 214px;
    bottom: 2%;
    display: none;
}

/* 侧边栏 */
.sidebar {
    display: none;
}
.fixed_wrap {
    width: 74px;
    height: 414px;
    position: fixed;
    right: 0px;
    top: 20%;
    z-index: 5;
}

.good_manners {
    width: 74px;
    height: 73px;
    margin-bottom: 10px;
    background: url(../../images/ico-hl.gif) no-repeat top center;
}

.fixed_wrap ul {
    position: absolute;
    width: 74px;
    height: 320px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(34, 34, 34, 0.14);
    border-radius: 4px;
}

.fixed_wrap li {
    position: relative;
    background: white;
}

.fixed_wrap li a {
    /*width:78px;*/
    padding-top: 73px;
    display: block;
    cursor: pointer;
}

.fixed_wrap li a.foot_back {
    background: url(../../images/ico-top.png) no-repeat center 20px;
    padding-top: 40px;
    height: auto;
}

.fixed_wrap li a.fixed_zx {
    background: url(../../images/ico-zx.png) no-repeat center 20px;
}


.fixed_wrap li a.fixed_fw {
    background: url(../../images/ico-fw.png) no-repeat center 20px;
}


.fixed_wrap li a.fixed_jm {
    background: url(../../images/ico-jm.png) no-repeat center 20px;
}

.fixed_wrap li a.fixed_ty {
    background: url(../../images/ico-ty.png) no-repeat center 20px;
}

.fixed_wrap li a.fixed_app {
    background: url(../../images/ico-app.png) no-repeat center 20px;
}


.fixed_wrap li a.fixed_zx:hover {
    background: url(../../images/ico-zx-h.png) no-repeat center 20px;
}


.fixed_wrap li a.fixed_fw:hover {
    background: url(../../images/ico-fw-h.png) no-repeat center 20px;
}


.fixed_wrap li a.fixed_jm:hover {
    background: url(../../images/ico-jm-h.png) no-repeat center 20px;
}

.fixed_wrap li a.fixed_ty:hover {
    background: url(../../images/ico-ty-h.png) no-repeat center 20px;
}

.fixed_wrap li a.fixed_app:hover {
    background: url(../../images/ico-app-h.png) no-repeat center 20px;
}

.fixed_wrap li a p {
    font-size: 12px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.fixed_wrap li a.foot_back p {
    line-height: 16px;
}

.fixed_wrap li a.foot_back:hover p {
    color: #FF0000;
}

.fix_top {
    /* padding-top: 25px !important; */
    margin: 0 auto;
    display: block;
}

.fixed_wrap li .telCon {
    position: absolute;
    top: -72px;
    right: 75px;
    display: none;
    width: 92px;
    padding: 20px 20px 20px 0;
}

.fixed_wrap li .fwCon {
    top: -41px;
}

.fixed_wrap li .telCon1 {
    width: 156px;
}

.fixed_wrap li .telCon i {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 17px;
    height: 16px;
    margin-top: -8px;
    z-index: 10;
    background: url(../../images/ico-jt.png) no-repeat right center;
}

.fixed_wrap li .telCon dl,
.weChatCon1 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 0 5px;
}

.fixed_wrap li .telCon dl dt {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 38px;
}


.fixed_wrap li .telCon dl dt a {
    padding: 0;
    color: rgba(102, 102, 102, 1);
}

.fixed_wrap li .telCon dl dt a:hover {
    color: #FF0005;
}


.weChatCon1 img {
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    margin-left: 14px;
    margin-right: 14px;
}

.fixed_wrap li .telCon span {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(52, 52, 52, 1);
    line-height: 27px;
    text-align: center;
}

.fixed_wrap li:hover .telCon,
.fixed_wrap li:hover .weChatCon1 {
    display: block;
}

.fixImg {
    display: block;
    margin: 0 auto;
}



/*底部注册*/
input,
textarea,
option {
    -webkit-appearance: none;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.regis {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.regis .resBox {
    width: 100%;
    height: 85px;
    background: rgba(0, 0, 0, 0.7);
}

.regis .form-con {
    height: 133px;
}

.regis .same {
    margin-top: 23px;
}

.regis .form-con .try {
    left: 0px;
    bottom: 4px;
    top: -39px;
}

.regis .form-con .try img {
    display: block;
}

.ml175 {
    margin-left: 135px;
}

.regis input,
.form-con select {
    width: 98px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 24px 23px 23px 22px;
    padding-left: 14px;
    padding-right: 20px;
    margin-right: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(154, 154, 154, 1);
    line-height: 40px;
    border: none;
    opacity: 1;
}
.regis input{
    box-sizing: unset !important;
}

.form-con select {
    width: 132px;
    padding-right: 20px;
    background: url(../../images/ico_grade.png) #fff no-repeat 104px center;
    background-size: 11px;
}


.yzmCon {
    width: 226px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 24px 23px 23px 22px;
}

#yzmInput {
    width: 110px;
    height: 40px;
    padding-left: 14px;
    padding-right: 0;
    margin-right: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(154, 154, 154, 1);
    line-height: 40px;
    float: left;
}

.yzm {
    width: 76px;
    height: 32px;
    margin: 4px 17px 4px 0;
}

.hint {
    display: none;
    animation: showtip ease .2s;
    -webkit-animation: showtip ease .2s;
    position: absolute;
    width: 76px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background-color: #ff4943;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    left: 0;
    top: -24px;
    z-index: 2;
}

.regis i {
    width: 0;
    height: 0;
    position: absolute;
    border: 0 solid transparent;
    border-width: 4px 4px 0;
    border-top-color: #ff4943;
    display: block;
    bottom: -4px;
    left: 10px;
}

.form-con select option {
    font-size: 12px;
    line-height: 30px;
}

.form-con #subject {
    margin-left: 20px;
}

.form-con #identity {
    margin-left: 20px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

.regis .form-con a {
    display: inline-block;
    width: 202px;
    height: 61px;
    margin-top: 4px;
    margin-left: 39px;
    background: url(../../images/regisBtn.png) no-repeat;
    line-height: 61px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    float: left;
}

.regis .form-con a:hover {
    background: url(../../images/regisBtnH.png) no-repeat;
}

.containers {
    width: 1200px;
    margin: 0 auto;
}

.customer-service-back {
    display: block;
    background: #ff4467;
    width: 77px;
    height: 77px;
    top: -122px;
    left: -2px;
    position: absolute;
    display: inline-block;
    /* background-position: -36px -510px; */
    /* right: 46px; */
    /* bottom: 142px; */
    border-radius: 50%;
    animation: backmove3 2s infinite;
    -moz-animation: backmove3 2s infinite;
    -webkit-animation: backmove3 2s infinite;
    -o-animation: backmove3 2s infinite;
}

@keyframes backmove3 {
    0% {
        width: 77px;
        height: 77px;
        background: rgba(255, 68, 103, 0.8);
        margin-top: 10px;
        margin-left: 10px
    }

    50% {
        width: 100px;
        height: 100px;
        background: rgba(255, 68, 103, 0.4);
        margin-top: 0px;
        margin-left: 0px
    }

    100% {
        width: 77px;
        height: 77px;
        background: rgba(255, 68, 103, 0.8);
        margin-top: 10px;
        margin-left: 10px;
    }
}
