* {
    margin: 0;
    border: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

html {
    background: #f3f3f3;
}
/*导航悬浮部分*/
.Gmat_daohang {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.Gmat_daohang_fixed {
    width: 100%;
    height: auto;
}

/*导航登陆后个人样式*/
.drop-down {
    width: 56px;
    height: 100%;
    float: right;
    position: relative;
}

.drop-down:hover {
    background: #2A83FF;
}

.drop-down-img {
    width: 36px;
    height: 38px;
    margin: 2px auto 0;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.drop-down-img > img {
    width: 100%;
    height: 100%;
}

.drop-down-div {
    display: none;
    width: 180px;
    height: 355px;
    position: absolute;
    right: 0px;
    top: 42px;
    background: #fff;
    margin: -2px 0 0 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
    z-index: 99;
}

.drop_down_head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 24px;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.drop_down_da {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0 0 0 0;
    padding: 0 0 0 24px;
    background: #fff;
    line-height: 42px;
    font-size: 14px;
    color: #4A4A4A;
    cursor: pointer;
}

.drop-down-div .drop_down_da:hover {
    color: #fff;
    background: #2A83FF;
}

.drop_down_bottom {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 24px;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #eee;
}

/*公共主导航样式*/
.Gmat_nav, .Gmat_nav1 {
    width: 100%;
    height: 40px;
    background: #212731;
}

.Gmat_nav_main, .Gmat_nav1_main {
    width: 1080px;
    height: 40px;
    margin: auto;
}

.Gmat_nav_main ul {
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin: 7px 0 0 0;
}

.Gmat_nav_main ul li {
    width: auto;
    height: 26px;
    float: left;
    padding: 0 10px 0 10px;
    margin: 0 6px 0 0;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.Gmat_nav_main ul .active {
    background: #2A83FF;
    border-radius: 2px;
}

.Gmat_nav_main ul li:hover {

    background: #2A83FF;
    border-radius: 2px;
}

.Gmat_nav_main > ul > li > a {
    color: #FFF;
}

.Gmat_login {
    float: right;
    height: 26px;
    margin: 7px 0 0 0;
}

.Gmat_login .Gmat_login_z,
.Gmat_login .Gmat_login_d {
    width: 50px;
    height: 22px;
    float: right;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: 2px 0 0 10px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.Gmat_login .Gmat_login_z > a {
    color: #FFF;
}

.Gmat_nav_main .Gmat_login .active {
    background: #fff;
    color: #252525;
}

.Gmat_login span {
    float: right;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
/*当前页面选中样式*/
.dangqianye{
    color: #2A83FF !important;
}

/*课程包*/
.cart_main1{
    width: 1080px;
    height: auto;
    margin: auto;
    padding: 0 2px;
}

/*GMAT页面课程分类*/
.Gmat_nav_select {
    width: 100%;
    height: 56px;
    background: #fff;
}

.Gmat_nav_select .select_ul {
    width: 1080px;
    height: 100%;
    margin: auto;
    line-height: 56px;
    font-size: 20px;
    color: #333333;
    position: relative;
}

.Gmat_nav_select .select_ul a {
    width: 185px;
    height: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    color: #333;
    transform: perspective(1px) translateZ(0);
    white-space: nowrap;
}

.Gmat_nav_select .select_ul .left_li {
    float: left;
    cursor: pointer;
}

.Gmat_nav_select .select_ul .right_li {
    float: right;
    cursor: pointer;
}

.Gmat_nav_select .select_ul a:before {
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transition: width .45s, opacity .1s;
    transition: width .45s, opacity .1s;
    width: 0;
    bottom: 0;
}

.Gmat_nav_select .select_ul a:hover:before {
    opacity: 1;
    background: #2A83FF;
    text-decoration: none;
    width: 100%;
}

.Gmat_nav_select1 {
    width: 100%;
    height: 42px;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}

.Gmat_nav_select1 .select_ul {
    width: 1080px;
    height: 100%;
    margin: auto;
    line-height: 42px;
    font-size: 20px;
    color: #333333;
    position: relative;
}

.Gmat_nav_select1 .select_ul li {
    width: 185px;
    height: 100%;
    text-align: center;
    position: relative;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
}

.Gmat_nav_select1 .select_ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.Gmat_nav_select1 .select_ul .left_li {
    float: left;
    cursor: pointer;
    font-size: 18px;
}

.Gmat_nav_select1 .select_ul .right_li {
    float: right;
    cursor: pointer;
    font-size: 18px;
}

/*Gmat logo*/
.Gmat_logo {
    width: 240px;
    height: 170px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    background: url("https://s.molistudy.cn/2018-12-03/FA9EA565-D63C-7479-1B06-8CA1F66293D5.png") no-repeat center;
}

.Gmat_logo1 {
    width: 100px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    background: url("https://s.molistudy.cn/2018-12-04/D8F18517-776D-EAF8-B7A1-5AF68D058A39.png") no-repeat center;

}

/*Gmat导航下课程介绍*/
.Gmat_nav1 {
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #979FA9;
    line-height: 32px;
    background: #F3F3F3;
    box-shadow: 0 1px 1px 0 #E5E5E5;
}

.Gmat_nav_hide {
    display: none;
}

.Gmat_nav1 .select_ul {
    width: 1080px;
    height: 100%;
    margin: auto;
}

.Gmat_nav1 .select_ul .left_li {
    text-align: center;
    width: 185px;
    float: left;
}

.Gmat_nav1 .select_ul .right_li {
    text-align: center;
    width: 185px;
    float: right;
}

/* 分页 */
.fanye {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

.fanye > ul {
    float: right;
}

.fanye .fanye_li {
    float: left;
}

.fanye .fanye_li > a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 4px;
    color: #666;
    float: left;
    cursor: pointer;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #E3ECF3;
    border-radius: 2px;
}

.fanye .fanye_li1 > a {
    color: #fff;
    background: #2A83FF;
    border: 1px solid #2A83FF;
}

.fanye .fanye_li > a :hover {
    color: #fff;
    background: #2A83FF;
    border: 1px solid #2A83FF;
}
/* end */

/* 右侧咨询插件 start */
.share_consult .right-share {
    position: fixed;
    z-index: 99;
    width: 80px;
    height: 330px;
    bottom: 110px;
    right: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.share_consult .right-share .right-share-block {
    position: relative;
    height: 82.5px;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
}

.share_consult .right-share .right-share-block:hover {
    background: #F7F7F7;
}

.share_consult .right-share .right-share-block .share-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 7px;
}

.share_consult .right-share .right-share-block .share-text {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #666666;
}

.share_consult .right-share .right-share-block .share-con {
    font-size: 14px;
    position: absolute;
    right: 72px;
    top: 50%;
    margin-top: -20px;
    white-space: nowrap;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.1);
    background-color: #0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.share_consult .right-share .share-tel .share-icon {
    background: url("../../images/common/share-phone.png") no-repeat 2px 2px;
}

.share_consult .right-share .share-wechat .share-icon {
    background: url("../../images/common/share-wechat.png") no-repeat 0 2px;
}

.share_consult .right-share .share-question .share-icon {
    background: url("../../images/common/share-question.png") no-repeat 1px 2px;
}

.share_consult .right-share .share-top .share-icon {
    background: url("../../images/common/share-top.png") no-repeat 4px 4px;
}

.share_consult .right-share .share-ask .share-icon {
    background: url("../../images/common/share-ask.png") no-repeat 1px 0;
}

.share_consult .show-share {
    position: fixed;
    z-index: 99;
    right: 95px;
    border-radius: 3px;
}

.share_consult .show-wechat {
    width: 130px;
    height: 160px;
    bottom: 225px;
    background: #4c9eff;
    background-size: 100px;
}

.share_consult .show-wechat .show-share-img {
    height: 130px;
    background: url("//s.molistudy.cn/2018-01-26/FB694A7A-EE9E-1192-0831-A39759EACAF8.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-wechat .show-share-text {
    text-align: center;
    color: #FFF;
    font-size: 13px;
}

.share_consult .show-wechat .nav-triangle {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #4c9eff;
    position: absolute;
    top: 75px;
    left: 125px;
}

.share_consult .show-ask {
    width: 130px;
    height: 160px;
    bottom: 145px;
    background: #4c9eff;
    background-size: 100px;
}

.share_consult .show-ask .show-share-img {
    height: 130px;
    background: url("//s.molistudy.cn/2018-01-26/FB694A7A-EE9E-1192-0831-A39759EACAF8.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .show-share-text {
    text-align: center;
    color: #FFF;
    font-size: 13px;
}

.share_consult .show-ask .nav-triangle {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #4c9eff;
    position: absolute;
    top: 75px;
    left: 125px;
}

.share_consult .n-show-share .nav-triangle {
    background-color: #FFF;
}

.share_consult .show-tel {
    width: 210px;
    height: 30px;
    bottom: 375px;
    background: #4c9eff center no-repeat;
    background-size: 100px;
    text-align: center;
    color: #FFF;
    padding: 8px;
    line-height: 16px;
}

.share_consult .show-tel .nav-triangle {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #4c9eff;
    position: absolute;
    top: 11px;
    right: -4px;
}

.share_consult .show-ask .show-share-img {
    height: 130px;
    background: url("//s.molistudy.cn/2018-01-26/FB694A7A-EE9E-1192-0831-A39759EACAF8.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .qrcode-1 {
    background: url("//s.molistudy.cn/2018-01-26/FB694A7A-EE9E-1192-0831-A39759EACAF8.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .qrcode-16 {
    background: url("//s.molistudy.cn/2018-11-20/90F1EAAD-CC3C-3EFD-70CC-00DB646E88D9.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .qrcode-24,
.share_consult .show-ask .qrcode-125,
.share_consult .show-ask .qrcode-127 {
    background: url("../../images/cart/gre_qrcode.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .qrcode-75,
.share_consult .show-ask .qrcode-123 {
    background: url("../../images/course/erweima75.jpeg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-wechat .show-share-img {
    height: 130px;
    background: url("//s.molistudy.cn/2018-01-12/8FD05A0D-1C62-F304-112C-38B6A87E6D06.png") center no-repeat;
    background-size: 100px;
}

.share_consult .show-wechat .qrcode-16,
.share_consult .show-wechat .qrcode-24 {
    background: url("//s.molistudy.cn/2018-01-12/9B500D74-9578-4F63-EF70-AAA565A45A7B.png") center no-repeat;
    background-size: 100px;
}

.share_consult .show-wechat .qrcode-75 {
    background: url("//s.molistudy.cn/2018-07-04/7F883810-1155-88B2-6DB9-147D77EE7348.jpg") center no-repeat;
    background-size: 100px;
}

/*早鸟价*/
.zaoniaojia1{
    display: none;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("//s.molistudy.cn/2019-03-27/03B7447D-05DC-B0A9-2BE6-9D52629D28CF.png") no-repeat center;
}
.zaoniaojia2{
    width: 44px;
    height: 20px;
    position: absolute;
    left: 20px;
    bottom: 64px;
    background: url("//s.molistudy.cn/2019-03-27/FB0B1C32-B937-D0B4-4268-08C868013B3F.png") no-repeat center;
}
