ul li {
    list-style-type: none;
}
a,span{
    color: inherit;
    word-wrap: break-word;
}
a:hover , a:focus {
    color: inherit;
    text-decoration: none;
}
.hidden {
    display: none!important;
}
.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transform: translateZ(0);
}
.badge.badge-important {
    background: #ff3333;
    top: 1px;
    right: 1px;
    margin-left: 2px;
}
.header_badge {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ff3333;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 3px;
    display: none;
}
.index_header_badge {
    top: 0 ;
    right: -3px;
}
.fixed_header .infrom {
    display: none;
}
.new_badge {
    position: absolute;
    font-size: 12px;
    top: 4px;
    line-height: 12px;
    background: #f00;
    color: #fff;
    padding: 0 1px;
    right: 0;
    border-radius: 4px;
}
.infrom {
    position: absolute;
    line-height: 38px;
    background: #FFF9CD;
    width: 100%;
    height: 38px;
    display: none;
    z-index: 50;
    overflow: hidden;
    top: -40px;
}
.infrom-content {
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1060px;
}
.infrom-content i{
    color: #ff5e06;
    float: right;
    cursor: pointer;
}
.infromL {
    padding: 0;
    margin: 0;
    position: absolute;
}
.infromL li {
    height: 38px;
}

.infrom-content a {
    color: #ff5e06;
    font-size: 14px;
}
.infrom-content a:hover , .infrom-content a:active ,.infrom-content a:focus {
    color: #ff5e06;
    text-decoration: none;
}

/* fixed right nav */
.fixedRight .footerIcon {
    display: inline-block;
    background: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/right%40NV%40icon.png');
    width: 36px;
    height: 36px;
}
.fixedRight {
    position: fixed;
    right: 50px;
    bottom: 100px;
    width: 60px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    z-index: 999;
}
.fixedRight ul {
    padding: 0;
    margin: 0;
}
.fixedRight li {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.fixedRight li.back-top {
    display: block;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
}
.fixedRight li .code {
    display: none;
    position: absolute;
    width: 114px;
    height: 128px;
    left: -120px;
    top: -34px;
    background: #fff;
    border: none;
    text-align: center;
    border: 1px solid #ccc;
    opacity: 0;
}
.fixedRight li.appCode .code .code_andriod {
    margin-right: 10px;
}
.fixedRight li .code .code_app {
    display: flex;
}
.fixedRight li .code img {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto;
}
.fixedRight li > div {
    margin: 0 6px;
    height: 100%;
    padding: 11px 0;
}

.fixedRight li div a {
    display: block;
}
.fixedRight li.consult {
    color: #09f;
    font-size: 16px;
}
.fixedRight li.consult:hover {
    background: #09f;
    color: #fff;
}


.fixedRight li.consult:hover .footerIcon {
    background-position: -164px 0;
}

.fixedRight li.consult  div {
    border-top: none;
}
.moneyimg {
    position: relative;
    top: -2px;
}

.money .explain, .appCode .explain, .weixinCode .explain, .back-top .explain{
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #09f;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 10;
    display: none;
    cursor: pointer;
}
.money div, .appCode div, .weixinCode div, .back-top div{
   border-top: 1px solid #ccc;
}

.back-top .explain{
    border-radius: 0 0 4px 4px;
}

.weixinCode .explain {
    padding: 10px 5px;
}
.fixedRight li.appCode .footerIcon {
    background-position: -82px 0;
}
.fixedRight li.weixinCode .footerIcon {
    background-position: -122px 0;
}
.fixedRight li.back-top .footerIcon {
    background-position: -41px 0;
}
.back-top {
    display: none;
}
.fixedRight li:hover div {
    border-top: 1px solid #09f;
}
.fixedRight li:hover .explain{
    display: block;
}
.fixedRight li:hover .code {
    opacity: 1;
    display: block;
    border-top: 1px solid #ccc;
    -webkit-animation:coderote .2s ease-in;
    -moz-animation:coderote .2s ease-in;
    animation:coderote .2s ease-in;
    -webkit-transform-origin: 100% 95%;
    -moz-transform-origin: 100% 95%;
    transform-origin: 100% 95%;
}


/* fixed right nav */

.max_width{
    max-width: 1060px !important;
}

.warpper {
    position: relative;
    min-height : 100vh;
    margin-bottom : -290px;
}
.push {
    height : 290px;
}

/* 消息提示框 */
#message{
    position: absolute;
    width: 1200px;
    /* margin-top: -9px; */
    z-index: 999;
}
.message_dev{
    width: 225px;
    float: right;
    height: auto;
}
.message_box{
    /* width: 225px; */
    background: #fff9cd;
    border-radius: 4px;
    /* float: right; */
    line-height: 0;
    /* display: none; */
    padding: 5px;
    display: none;
}

.message_con{
    /* margin: 6px 10px -2px 12px; */
    /* padding-top: 6px;
    padding-left: 12px;
    padding-bottom: 1px; */
}
.message_info{
    height: 18px;
    margin-bottom: 4px;
    padding-top: 10px;
}
.message_info span{
    font-size: 12px;
    color: #333;
}
.message_thr{
    margin-bottom: 6px;
    /* padding-top: 10px; */
}
.message_info a{
    color: #09f;
    font-size: 12px;
}
#messageClose{
    float: right;
    margin-right: 10px;
    margin-top: 10px;

    /* display: none; */
}
.message_con i{
    cursor: pointer;
}

/* footer */
.footer {
    background-color: #151C29;
    color: #ddd;
    width: 100%;
    padding: 40px 0;
    font-size: 13px;
    line-height: 30px;
    height: 290px;
}
.footer_container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.footerLeft .footerlogo {
    width: 192px;
    height: 50px;
    margin-bottom: 20px;
    border: none;
}
.footerLeft .footerlogo img {
    width: 100%;
    height: 100%;
}
.footerLeft .logoTitle {
    color: #fff;
    font-size: 16px;
}
.footerLeft .aboutUs {
    margin: 20px 0;
}
.footerLeft .aboutUs a {
    display: inline-block;
    position: relative;
}
.footerLeft .aboutUs a:hover .weixin_code{
    visibility: visible;
}
.footerLeft .record_link:hover {
    color: #fff;
}
.footerLeft .footer_icon {
    width: 35px;
    height: 35px;
    padding: 4px;
    border-radius: 50%;
    background-color: #808080;
    display: inline-block;
    vertical-align: middle;
}
.footerLeft .footer_icon:hover {
    background: #ddd;
}
.footerLeft .weibo-link {
    margin: 0 30px 0 20px;
}
.footerLeft .weixin_code {
    position: absolute;
    top: -222px;
    left: -69px;
    visibility: hidden;
}
.footerCenter .footer-content a {
    padding-right: 60px;
    color: #ddd;
}
.footerCenter .footer-content a:hover {
    color: #fff;
}
.footerCenter .appTitle {
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 14px;
}
.footerCenter .appList {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}
.footerCenter .appList li {
    position: relative;
    margin-right: 40px;
}
.footerCenter .appList li .appCode {
    position: absolute;
    position: absolute;
    top: -180px;
    left: -30px;
    visibility: hidden;
}
.footerCenter .appList li:hover .appCode {
    visibility: visible;
}
.m-footer {
    display: none;
    background: #151C29;
    text-align: center;
    height: 180px;
}
@media (max-width: 1200px) {
    footer.m-footer {
        display: block;
    }
    footer.pc-footer {
        display: none;
    }
}
.m-footer .footerBox {
    padding-top: 40px;
    color: #aaa;
}
.m-footer .footer-content {
   position: relative;
   padding-left: 0;
   color: #aaa;
   margin-bottom: 10px;
}
.m-footer .footicon:hover , .m-footer .record_link:hover{
    color: #fff;
}
/* footer */


.social-link{
    /*position: absolute;*/
    right: 0;
    top: 0;
    line-height: 60px;
    font-size: 30px;
}

.social-link a {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
}
.social-link a:hover .footer_icon{
    background-color: #adadad;
}

.social-link .weixin_code {
    /*display: none;*/
    position: absolute;
    bottom: 45px;
    left: -67px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear;
    z-index: 20;
}

.social-link .weixin-link:hover > .weixin_code{
    /*display: block;*/
    visibility : visible;
    opacity: 1;
}

.social-link .footer_icon{
  width: 35px;
  height: 35px;
  padding: 4px;
  border-radius: 50%;
  background-color: #808080;
}

.footer-content{
  position: relative;
  padding-left:0;
}
.br-ctl {display: none;}
@media screen and (max-width: 500px){
  .footer_container {
     text-align: center;
  }
}

.login-info li.myCourse_link {
    position: relative;
}
.login-info li.myCourse_link:hover .recordList {
    display: block;
}
.recordList {
    position: absolute;
    right: 0;
    background: rgba(255,255,255,.9);
    z-index: 10;
    width: 228px;
    box-shadow: 0px 1px 10px rgba(0,0,0,.5);
    display: none;
    z-index: 1000;
}
.recordList:before {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,.9);
    top: -8px;
    right: 10%;
}
.recordList a.link:hover , .recordList a.link:focus, .recordList a.link:active {
    background: transparent;
    text-decoration: none;
}
.recordList a.link {
    line-height: 16px;;
    color: #0099ff;
    font-size: 16px;
}
.recordList a.recordVoid {
    line-height: 52px;
}
.recordList h2 {
    font-size: 16px;
    color: #333;
    padding: 0;
    padding-left: 18px;
    margin: 16px 0;
    border: none;
    line-height: 16px;
}
.recordList .recordCour {
    padding-left: 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.recordCour li {
    height: 72px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}
.recordCour li a.link {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    width: 100%;
}
.recordCour li:nth-last-child(1) {
    border: none;
}
.recordCour li img {
    width: 72px;
}
.recordCour li .recordCourDes {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    padding-left: 12px;
    overflow: hidden;
    padding-right: 5px;
    text-align: left;
    width: 142px
}
.recordCourDes h3 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recordCourDes p {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recordMore {
    text-align: center;
}
.recordList .recordMore a {
    line-height: 16px;
    display: inline;
    color: #0099ff;
    font-size: 16px;
}


.header-logo{
    display: inline-block;
    /* padding: 16px; */
    width: 115px;
}
.m_header  .header-logo {
    width: 96px;
    margin-left: 5px;
}
.top-header {
  position: relative;
}

.search-box {
    display: inline-block;
    width: 180px;
    padding: 0 30px 0 10px;
    border: none;
    border-radius: 2px;
    border-right: none;
    height: 32px;
    line-height: 32px;
    border: 1px solid #09f;
    background: #f5f5f5;
}

.search-box:focus{
    background-color: #fff;
}
header .menu-list{
    display: inline-block;
    padding-left: 40px;
}
header .menu-list li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #333;
}
header .menu-list li a{
    display: block;
    padding: 0 15px;
    color: #333;
}
header .menu-list li a:hover{
    color: #09f;
    text-decoration: none;
}
header .menu-list li.active a:hover {
    color: #fff;
}
.searchBox{
    display: inline-block;
    position: relative;
    margin-left: 30px;
}
.search-wrap {
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 38px;
    background: #fff;
    z-index: 999;
}
#searchAddr #global_search_btns {
    display: inline-block;
    border: 1px solid #18A5E5;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 0 8px;
    right: -74px;
    padding-bottom: -1px;
    font-size: 16px;
    color: #18A5E5;
    z-index: 9999;
}
.search-icon {
    border: none;
    background: transparent;
    font-size: 18px !important;
    line-height: 32px !important;
    position: absolute;
    width: 30px;
    text-align: center;
    right: 0;
    top: 2px;
    cursor: pointer;
    color: #09f;
}
.login-info {
    position: absolute;
    right: -50px;
    top: 0;
    height: 60px;
	margin-bottom: 0;
}
.login-info li {
    list-style-type: none;
}
.login-info li a {
    padding: 0;
    font-size: 16px;
    color: #18A5E5;
    line-height: 50px;
    color: #333;
    text-align: center;
    padding: 0 10px;
}
.fa-search:before{
  /*   margin-top: 8px;
    display: block; */
}
/* .login-info li #goods-cart {
    width: 112px;
} */
.goods-cart .car-count {
    color: #eb153d;
    padding-left: 6px;
}
.iconfont-class{
    margin-top: 2px !important;
    vertical-align: middle;
}

.login-info li a:hover,.login-info li a:focus{
    color: #09f;
    background: none;
    cursor: pointer;
}
.login-info li a.btn-login .iconfont {
    font-size: 18px;
    margin-right: 5px;
}
.login-info .line {
    height: 16px;
    margin: 0 8px;
    border-left: 1px solid #18a5e5;
}
.login-info .nav-word {
	margin: 0 5px;
}
.nav-word .iconfont {
    font-size: 19px;
    padding-right: 5px;
}
.icon-carcount{
    margin-top: 15px !important;
}
.iconfont-close{
    margin-top: 0px !important;
}
.icon-usertop{
     margin-top: 17px !important;
}
.login-info .dropdown{
    margin-left: 5px;
}
#bs-navbar {
	line-height: 34px;
}
.nav>li:hover .dropdown-menu {display: block;    margin-top: -2px;}
.dropdown-menu li{
    margin-left: 0!important;
}


.carousel-control{
    height: 100px;
    width: 80px;
    top: 50%;
    margin-top: -50px;
}
/* @media (max-width: 1400px){
    .searchBox{
        margin-left: 10px;
    }
} */
@media (max-width: 1324px){
    .searchBox{
        display: none;
    }
}
@media(max-width : 991px) {
    .footer-left {
        display: none;
    }
}

@media (max-width: 768px){
	.newlogo {    /* margin-left: -15px;*/ }
	.login-info {
	    position: absolute;
        left: 0;
        top: 380px;
        margin-bottom: 0;
        /*background-color: #18A5E5;*/
        color: #ccc;
        width: 100%;
        z-index: 99;
        border: none;
	}
	.login-info li a {color: #90DCFF;}
	.search-box {margin-left: 0;width: 100%;}
	.search-wrap {width: 75%;}
	.login-info .in .nav {background-color: #18A5E5;}
	.search-wrap { display: none;}
	.header-xs-new {padding: 0;}
	#bs-navbar .icon-user{margin-left: 4px;}
	.login-info li {padding: 4px 0 4px 0;}
	.login-info .line {display: none;}
	.br-ctl {display: block;}
	.icon-ctl {display: none; }
	#bs-navbar li.open {background-color: #fff;}
	#bs-navbar li.open a {color: #18A5E5;}
    .carousel-control{width : 40px;height : 50px;margin-top: -25px;}
}

.navbar-nav li.active{ background-color: #fff}
.navbar-nav li.active a{ color: #18A5E5; }
#common-header li.active a{ color: #18A5E5; background-color: #fff;}
#common-header li.active{ background-color: #fff;}
/*#bs-navbar li.open a {color: #18A5E5; }*/
#bs-navbar li ol li a {color: #90DCFF; }

.carousel-control.left{
  background: no-repeat center center;
  background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/left_button.png') !important;
}
.carousel-control.right{
  background: no-repeat center center;
  background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/right_button.png') !important;
}
.carousel-control.left:hover,.carousel-control.right:hover{
  background-color: rgba(0,0,0,.2);
}
.footer_fixed{
  position: fixed;
  bottom: 0;
}

header{
  background-color: #fff !important;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-top: 2px solid #09f;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
    min-width: 1200px;
}

.login-info .user-img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.person_center{
    border: 1px solid #ddd;
    width: 150px;
    border-radius: 0;
}

.person_center li a{
    width: 100%;
    text-align: left;
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    vertical-align: text-top;
    color: #666;
    padding: 0 0 0 14px;
}

.person_center li a:hover{
    background-color: #f3f4f6;
    color: #18a5e5;
}
/*.dropdown-menu {*/
    /*left: -20px;*/
/*}*/
.dropdown-menu li a:hover .icon.iconfont{
    color: #18a5e5;
}

.nav>li .mycourses-link:focus{
    background-color: transparent;
}

header .menu-list .active{
    background-color: #09f;
}
header .menu-list .active a {
    color: #fff;
}

@media screen and (min-width:961px) {
    .pc-header{
        display: block;
    }
    .m_header{
        display: none;
    }
}

@media screen and (max-width:1060px) {
    .pc-header{
        display: none;
    }
    .m_header{
        display: block;
        position: relative;
    }
    #message{
        top: 50px;
        right: 70px;
    }
    footer.footer_container{
        padding: 10px 0 20px;
    }
    /*footer .footerBox{
        text-align: center;
    }*/
    footer .social-link{
        position: static;
    }
    .fixedRight {
        display: none;
    }
}


.m_header .m_header_menu{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.m_header .m_header_menu li{
    display: inline-block;
    /* width: 60px; */
    text-align: center;
    height: 50px;
    font-weight: 600;
    padding: 0 10px;
    margin-top: -1px;
}
.m_header .m_header_menu li .iconfont {
    font-size: 18px;
}
.m_header .m_header_menu li .user-img {
    border-radius: 50%;
    max-width: 100%;
}

.m_header .m_header_course li a{
    display: block;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    line-height: 40px;
}

.m_header .m_header_course{
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    margin-top: -1px;
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}

.m_header .m_header_link{
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 50px;
}

.m_header .m_header_course .active{
    background-color: #484c57;
}
.m_header .m_header_course .active a {
    color: #fff;
}

.header_menu_open{
    z-index: 99;
    position: fixed;
}

.m_header .m_header_course .icon{
    font-size: 18px;
    padding-right: 20px;
}

.m_header_menu .active{
    background-color: #09f;
    color: #fff;
}
.message_red{
    position: absolute;
    color: red;
    top: 7px;
    right: 5px;
    line-height: 1;
}

.m_header .message_red{
    position: static;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.titleAlert {
    position: absolute;
    background: #fefb9e;
    text-align: center;
    height: 48px;
    width: 336px;
    line-height: 48px;
    top : 44%;
    left: 50%;
    margin-top: -24px;
    margin-left: -168px;
    z-index: 999;
    display: none;
}
.titleAlert .err {
    text-align: center;
     color : #fa952f;
     display: none;
}
.titleAlert .success {
    text-align: center;
    color: #02ba13;
    display: none;
}
.titleAlert .iconfont {
    font-size: 26px;
        color : #fa952f;
}
.titleAlert .message {
    display: inline;
    font-size: 16px;
    color: #333;
}

@keyframes fadeOutDown {
  from {
    visibility: visible;
    opacity: 1;
  }

  to {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/* 脤谩脢戮麓掳 */
.dalog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1002;
    /*display: none;*/
}
.verify-win {
    width: 450px;
    /* height: 172px; */
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -225px;
    margin-top: -86px;
    z-index: 10;
    background: #fff;
    padding: 0 20px;
    border-radius: 6px;
    padding-bottom: 20px;
}
.win-top {
    margin: 0 -20px 15px;
    background-color: #09f;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.win-top i {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 22px;
    cursor: pointer;
}
.win-top i:hover {
    color: #333;
}
.win-top h3 {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}
.verify-win p {
    font-size: 20px;
    color: #333;
    margin-bottom: 26px;
}
.verify-win .verify_handle {
    text-align: right;
}
.alert_renounce {
    display: inline-block;
    text-align: center;
    width: 66px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #c5c5c5;
    color: #666;
    margin-right: 20px;
}
.alert_renounce:hover {
    background-color: #f5f5f5;
}
.alert-true {
    display: inline-block;
    text-align: center;
    width: 66px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    background: #09f;
}
.alert-true:hover {
    background-color: #12b0ff;
}

/* header icon */
.header_base_icon {
    display: inline-block;
    background: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/PC_phone_icon.png');
    width: 22px;
    height: 22px;
    background-size: 191px auto;
    vertical-align: middle;
    margin-right: 20px;
}
.header_base_icon.header_icon_home {
  background-position: -7px -52px;
}
.header_base_icon.header_icon_course {
  background-position: -7px -87px;
}
.header_base_icon.header_icon_tiku {
  background-position: -153px -181px;
  height: 21px;
}
.header_base_icon.header_icon_video {
  background-position: -81px -87px;
}
.header_base_icon.header_icon_cart {
  background-position: -49px -52px;
}
.header_base_icon.header_icon_order {
  background-position: -87px -52px;
}
.header_base_icon.header_icon_coupon {
    background-position: -6px -211px;
}
.header_base_icon.header_icon_EDU {
    background-position: -88px -181px;
}
.header_base_icon.header_icon_ASK_A {
    background-position: -121px -181px;
}
.header_base_icon.header_icon_mail {
  background-position: -125px -52px;
}
.header_base_icon.header_icon_setup {
  background-position: -165px -52px;
}
.header_base_icon.header_icon_ask {
  background-position: -46px -87px;
}
.header_base_icon.header_icon_logout {
    background-position: -6px -149px;
}
/* 登录注册 */
.login_icon {
    background: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/zhuc_denl_icon.png');
    display: inline-block;
    width: 37px;
    height: 37px;
}
.autn_model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1001;
    display: none;
}
.autn_model .panel_login ,.autn_model .panel_register {
    display: none;
}
.panel_login > .ass_log , .panel_login > .phone_log , .panel_register > .phone_regis , .panel_register > .base_info ,  .panel_register > .rigs_success {
    display: none;
}
.autn_model h2 , .autn_model p , .autn_model h3 , .autn_model h4 , .autn_model ul {
    padding: 0;
    margin: 0;
}
.autn_model .clear {
    clear: both;
}
.autn_model .autn_model_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
}
.autn_form {
    position: relative;
    padding: 30px 40px;
    width: 432px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}
.autn_form .usually {
    /* height: 60px; */
    /* overflow-y: auto; */
}
/* .usually::-webkit-scrollbar {
    width: 10px;
}
.usually::-webkit-scrollbar-track-piece {
    box-shadow: 0 0 7px #c9c9c9 inset;
} */
.login_title {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.login_title h2{
    font-size: 20px;
    color: #333;
}
.login_title p.login_change_type {
    cursor: pointer;
    line-height: 25px;
    font-size: 14px;
}
.login_title p .iconfont {
    font-size: 12px;
    font-weight: bold;
    color: #09f;
    padding-left: 8px;
}
.input_box input {
    padding: 16px;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}
.input_box input.icon_input {
    padding-left: 40px;
}
.input_box .input_icon {
    position: absolute;
    top: 9px;
    font-size: 23px;
    color: #999;
    left: 10px;
}
.input_group {
    margin-bottom: 10px;
}
.input_box {
    margin-bottom: 20px;
    position: relative;
}
.input_box.input_cover {
    display: flex;
    display: -webkit-flex;
   /*  align-items: center;
    -webkit-align-items: center; */
}
.input_box.input_cover .input_title {
    flex-basis: 70px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #09f;
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 20px;
}
.btn:hover , .btn:active , .btn:focus {
    color: #fff;
}
.autn_form .login_attach {
    color: #999;
    margin: 10px 0 20px;
    font-size: 14px;
    height: 25px;
}


.login_checkbox {
    display: none;
}
.login_checkbox + label::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.login_checkbox:checked + label::before  {
    background: #09f;
    border-color: #09f;
}
.login_change , .login_change:focus , .login_change:active{
    float: right;
    color: #09f;
    font-size: 16px;
}
.login_change:hover {
    color: #09f;
    text-decoration: underline;
}
/* 第三方登录 */
.login_oauth {
    text-align: center;
}
.login_oauth .hint {
    color: #999;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 14px;
}
.login_oauth .line {
    border-bottom: 1px solid #ddd;
    position: relative;
    bottom: 10px;
    margin: 0 39px;
}
.autn_form .oauth_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 20px;
}
.oauth_list li {
    margin: 0 20px;
    cursor: pointer;
}
.oauth_list li a {
    display: block;
}
.oauth_list li .login_icon.login_icon_qq {
    background-position: -15px -24px;
}
.oauth_list li .login_icon.login_icon_qq:hover {
    background-position: -15px -74px;
}
.oauth_list li .login_icon.login_icon_sina {
    background-position: -61px -24px;
}
.oauth_list li .login_icon.login_icon_sina:hover {
background-position: -61px -74px;
}
.oauth_list li .login_icon.login_icon_weixin {
    background-position: -108px -24px;
}
.oauth_list li .login_icon.login_icon_weixin:hover {
background-position: -108px -74px;
}
/* 第三方登录 */
.btn.btn_validate:hover , .btn.btn_validate:focus , .btn.btn_validate:active {
    color: #09f;
}
.btn.btn_validate {
    background: #fff;
    color: #09f;
    font-size: 16px;
    outline: none;
    border: 1px solid #09f;
    margin-left: 22px;
}
.btn.btn_validate.none {
    color: #666;
    border: 1px solid #e2e2e2;
}
.country_chouse {
    border: 1px solid #e2e2e2;
    border-right: none;
    flex-basis: 70px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    color :  #999;
}
.user_photo {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.user_photo img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}
.user_photo .upload_photo {
    position: relative;
}
.user_photo input[type=file] {
    padding: 0;
    border: none;
    opacity: 0;
    width: 102px;
    height: 34px;
    position: absolute;
    cursor: pointer;
    font-size:0
}
.user_photo .upload_btn {
    display: inline-block;
    width: 102px;
    height: 34px;
    border: 1px solid #09f;
    border-radius: 6px;
    color: #09f;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.upload_explain {
    margin: 10px 0 20px;
    padding-left: 66px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.rigs_success .login_WX {
    text-align: center;
}
.rigs_success .login_WX img {
    width: 175px;
    height: 175px;
}
.rigs_success p {
    text-align: center;
    margin-top: 20px;
    color: #09f;
}
/* 登录注册 */
.autn_model  .error_info {
    color: #fa952f;
    margin-bottom: 10px;
    display: none;
}
.autn_model  .error_info .iconfont {
    margin-right: 10px;
}
.input_box.input_cover.validate {
    display: none;
}

.tiku_icon {
    background: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/tiku_icon.png');
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.newer_box{
    position: fixed;
    top:50%;
    margin-top: -271.5px;
    left: 50%;
    margin-left: -252.5px;
    height: 543px;
    width: 505px;
    background: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/fudai.png') no-repeat;
    background-size: cover;
    z-index: 1000;
}
#newer_close{
    height: 48px;
    width: 48px;
    background: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/close_icon.png");
    float: right;
    margin-top: 50px;
    cursor:pointer;
}
#all_black_layer{
    position: fixed;background: rgba(0, 0, 0, 0.5);top: 0; right: 0; bottom: 0;left: 0;z-index: 10000;display: none;
}
.gift_list{
    margin: 0 auto;
    margin-top: 198px;
    height: auto;
}
.gift_info{
    list-style: none;
    height: 110px;
    width: 184px;
    background: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/quan_icon.png") no-repeat;
    float: left;
    position: relative;
}
.black_layer{
    height: 110px;
    width: 184px;
    position: absolute;
    z-index: 100;
    background: rgba(0,0,0,.4);
    text-align: center;
}
.go_to_use{
    color: #fff;
    background: #0099ff;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: -31px;
    position: absolute;
    top:42px;
}

.go_to_use:hover{
    color: #fff;
    background: #0078ff;
}
.gift_list .list_0,.list_1{
    margin-left: 45px;
}
.gift_list .list_2{
    margin-top: 30px;
    margin-left: 160px;
}
.lingqu_box{
    text-align: center;
    display: none;
    margin-top: 30px;
}
#lingqu_gift{
    background: #fcf6d9;
    color: #f10035;
    border: none;
    font-size: 18px;
    border-radius: 15px;
    padding: 5px 20px;
}
#lingqu_gift:hover{
    background: #333;
}
.lingqu_success_box{
    display: none;
    margin-top:30px;
    text-align: center;
    color:#fcf6d9;
    font-size: 18px;
}
.newer_success{
    height: 30px;
    width: 30px;
    background: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/chenggong_icon.png");
    float: left;
    display: inline-block;
    margin-left: 190px;
}

.gift_type{
    float: left;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #ff0034;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    margin-top: 10px;
}
.gift_title{
    font-size:18px;
    font-weight: bold;
    color:#ff0034;
    margin-top:33px;
    position: absolute;
    text-align: center;
    width: 184px;
    left: 0;
    overflow: hidden;
    height: 29px;
}
.gift_intro{
    font-size:12px;
    color:#ff0034;
    margin-top:60px;
    position: absolute;
    text-align: center;
    width: 184px;
    left: 0;
    overflow: hidden;
    height: 33px;
}

.coupon_tip{
    color: #fff;
    position: absolute;
    text-align: right;
    bottom: 13px;
    font-size: 14px;
    background: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/zhuyi.png') no-repeat;
    width: 115px;
    left: 50%;
    margin-left: -57px;
}
.cooperation{
    font-size: 13px;
    color:#ddd;
}

.cooperation a:hover{
    color:#fff;
}


/* 分销分享 */
.course_detail_top .course_share #distribution {
    border: 1px solid #ff4000;
    display: inline-block;
    color: #fff;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 13px;
    cursor: pointer;
    background: #f40;
}
.course_detail_top .course_share #distribution:hover {
    background: #f00;
    color: #fff;
}

.distribution_box {
    width: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -199px;
    z-index: 10;
    background: #fff;
    padding: 0 20px;
    border-radius: 6px;
}


/* 关注服务号 */
.attention_service_number{
    width: 450px;
    height: 370px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -170px;
    z-index: 10;
    background: #fff;
    padding: 0 20px;
    border-radius: 6px;
}
.service_content{
    color:#333;
    font-size:14px;
}
.service_ps{
    color:#fa952f;
    font-size:12px;
    margin-top:-8px;
}
.center{
    text-align: center;
}
.service_erweima_class{
    height: 200px;
    overflow: hidden;
}
.service_erweima_class img{
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: -20px;
    padding-top: 10px;
}

.toTrhee{
    font-size: 12px;
    color: #FA952F;
    margin-top: -5px;
}
.distribution_share {
    display: flex;
    display: -webkit-flex;
    padding: 0 35px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 50px;
    width: 75%;
    margin-top: 10px;
    margin-left: -34px;

}
.distribution_share span{
    font-size: 14px;
    color: #333;
    line-height: 35px;
}

.distribution_share li i.distribution_share_icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/zhuc_denl_icon.png');
    cursor: pointer;
}
.distribution_share li i.distribution_share_icon.weixin {
    background-position: -62px -24px;
}
.distribution_share li i.distribution_share_icon.QQ {
    background-position: -15px -24px;
}
.distribution_share li i.distribution_share_icon.sina {
    background-position: -109px -24px;
}
.distribution_box p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin: 10px 0;
}
.distribution_box p a {
    color: #09f;
}
.distribution_box p a:hover {
    text-decoration: underline;
}
.distribution_link {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 15px;
}
.distribution_link li {
    width: 186px;
    height: 110px;
    background: #F5F5F5;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    border: 1px solid #ddd;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.distribution_link li.distribution_link_img {
    flex-direction: row;
    -webkit-flex-direction: row;
    padding: 13px;
    color: #09f;
}
.distribution_link li .link_code {
    max-width: 166px;
    max-height: 24px;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #666;
    background: #ffffff;
    font-size: 12px;
    resize: none;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
}
#coLink{
    display: block;
    color: #09f;
    margin-top: 10px;
    cursor: pointer;
}
.distribution_link li #copy_link {
    width: 108px;
    height: 28px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #09f;
    font-size: 14px;
    border-radius: 2px;
    outline: none;
}
.link_share{
    font-size: 14px;
    color: #333;
}
.toshare{
    margin-left: 120px;
}

.recommend{
    font-size: 12px;
    color: #FF0000;
    position: absolute;
    top: 40px;
    right: 80px;
}

.link_info{
    font-size: 12px;
    line-height: 20px;
}
.distribution_link li #copy_link:hover {
    background: #09f;
    color: #fff;
    border: none;
}
.distribution_link li #link_img {
    width: 84px;
    height: 84px;
    margin-right: 4px;
}

/*赚钱排行榜*/
.distribution-ranking{
    width: 450px;
    min-height: 120px;
    background-color: #f4f4f4;
    padding: 0 20px;
    margin-bottom: -10px;
    margin-left: -20px;
    border-radius: 0 0 6px 6px;
}
.distribution-ranking li{
    margin-bottom: 12px;
    width: 95px;
    margin-right: 62px;
    display: flex;
    justify-content: space-between;
}
.distribution-ranking li:nth-of-type(3n){
    margin-right: 0;
}
.distribution-ranking .ranking-title{
    font-size:14px;
    color: #333;
    padding-top: 9px;
}
.distribution-ranking .ranking-mess{
    display: flex;
    flex-wrap: wrap;
}

.distribution-ranking .ranking-mess img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.distribution-ranking .ranking-mess span{
    color: #FF4000;
    font-size: 16px;
    line-height: 36px;
}
.distribution-ranking .ranking-more{
    color: #0099FF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -10px;
}
/* 分销分享 end */
.img-gif{
    position: relative;
    position: absolute;
    top: 20px;
    left: 15px;
    -webkit-animation:swinging 1s ease-in-out 0s infinite;
    -moz-animation:swinging 1s ease-in-out 0s infinite;
    animation:swinging 1s ease-in-out 0s infinite;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50% ;
}
@-webkit-keyframes swinging{
    0% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}
@-webkit-keyframes coderote{
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
