body{
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
a,a:active,a:hover,a:visited{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
    font-family: inherit;
}
button,input,select,text,textarea{
    outline: none;
}

html.active, html.active body {
    position: relative;
    overflow: hidden;
    height: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*header的公用css by 付锐 180731*/
#header{
    width: 100%;
    height: 60px;
    background-color: #07111b;
    position: relative;
}
#header > .header-con{
    width: 100%;
    padding: 0 40px;
    height: 60px;
}
#header .logo{
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
}
#header .logo img{
    max-height: 40px;
}

/*header 之 导航pc端*/
.nav-bar-pc{
    float: left;
    margin-left: 50px;
    height: 50px;
}
.nav-bar-pc > li{
    float: left;
}
.nav-bar-pc > li > a{
    display: block;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    font-size: 14px;
    padding: 15px 30px 0 30px;
    height: 50px;
}
.nav-bar-pc > li > a:hover,.nav-bar-pc > li > a.active{
    color: rgba(255, 255, 255, 1);
}
.nav-bar-pc > li > a > i{
    font-size: 12px;
    margin-left: 5px;
    vertical-align: text-top;
}
.nav-bar-pc .dropdown-menu{
    top: 48px;
    font-size: 13px;
    border: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 6px 0 rgba(7,17,27,.1);
}
.nav-bar-pc .dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.53846154;
    color: #555;
    white-space: nowrap;
}
.nav-bar-pc .dropdown-menu > li > a:hover{
    background: #26caac;
    color: #FFFFFF;
}

    /*header 之 搜索pc端*/
.nav-search-pc{
    position: relative;
    width: 160px;
    float: right;
    height: 36px;
    margin-top: 12px;
    margin-right: 20px;
    border-radius: 36px;
    border: 1px solid rgba(255,255,255,1);
    background: rgba(255,255,255,1);
    transition: width .3s ease;
}
.nav-search-pc.cur{
    /*border: 1px solid rgba(38,202,172,.4);*/
}
.nav-search-pc > input{
    width: 100%;
    padding: 0 40px 0 16px;
    border: 0;
    background: none;
    height: 34px;
    color: #333;
}
.nav-search-pc.cur > a{
    background: rgba(38,202,172,.2);
    color: #26caac;
}
.nav-search-pc > a{
    position: absolute;
    width: 36px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: rgba(0, 0, 0, .6);
    border-radius: 24px;
    top: 5px;
    right: 5px;
}
.nav-search-pc > a:hover{
    background: rgba(38,202,172,.4);
    color: #26caac;
}

.nav-search-pc > .hot-words{
    position: absolute;
    top: 5px;
    right: 30px;
    height: 24px;
}
.nav-search-pc > .hot-words > a{
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
    background: rgba(0,0,0,.05);
    float: right;
    border-radius: 24px;
    margin-left: 5px;
    text-decoration: none;
}
.nav-search-pc > .hot-words > a:hover{
    background: rgba(38,202,172,.4);
    color: #26caac;
}

/*header之打开导航按钮*/
.open-nav-wap{
    width: 40px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.open-nav-wap > span{
    display: inline-block;
    width: 40px;
    height: 54px;
    text-align: center;
}
.open-nav-wap > span > i,.open-nav-wap > span:before,.open-nav-wap > span:after{
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: rgba(255,255,255,.8);
    position: absolute;
    left: 10px;
}
.open-nav-wap > span > i{
    top: 26px;
}
.open-nav-wap > span:before{
    content: '';
    top: 18px;
}
.open-nav-wap > span:after{
    content: '';
    top: 34px;
}
.open-nav-wap.active{
    background: #0d1a27;
}
.open-nav-wap.active > span > i,.open-nav-wap.active > span:before,.open-nav-wap.active > span:after{
    background: rgba(255,255,255,1);
}

/*header之导航搜索wap端*/
.navbar-wap,.navbar-bg-wap{
    position: absolute;
    width: 100%;
    top: 54px;
    left: 0;
}
.navbar-bg-wap{
    background: rgba(7,17,27,.3);
    height: 1000px;
    z-index: 2;
    display: none;
}
.navbar-bg-wap.active{
    display: block;
}
.navbar-wap{
    background: #0d1a27;
    z-index: 4;
    overflow: hidden;
    display: none;
}
.nav-search-wap{
    width: 100%;
    height: 80px;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav-search-wap .search-con{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.2);
    position: relative;
}
.nav-search-wap .search-con > input{
    width: 100%;
    height: 38px;
    border: 0;
    background: none;
    padding: 0 14px;
    color: rgba(255,255,255,.8);
}
.nav-search-wap .search-con > a{
    position: absolute;
    right: 0;
    top: -1px;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background: #26caac;
    border-radius: 0 40px 40px 0;
}
.nav-search-wap .search-con > a > i{
    font-size: 16px;
}

.nb-main{
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.navbar-wap-list{
    width: 100%;
    padding: 8px 0;
}
.navbar-wap-list > li{
    width: 100%;
    text-align: center;
}
.navbar-wap-list > li > a{
    display: block;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, .6);
}
.navbar-wap-list > li > a > i{
    font-size: 12px;
    margin-left: 5px;
    vertical-align: text-top;
}
.navbar-wap-list ul{
    width: 100%;
    padding: 2px 0;
    background: rgba(255,255,255,.02);
    display: none;
}
.navbar-wap-list ul > li{
    border-bottom: 1px solid rgba(255,255,255,.03);
}
.navbar-wap-list ul > li:last-child{
    border-bottom: 0;
}
.navbar-wap-list ul > li > a{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: rgba(255,255,255,.4);
}

/*header之右侧*/
.header-right{
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 10;
}



/*header之登录注册*/
.login-register{
    float: right;
    height: 60px;
    line-height: 60px;
}
.login-register > .lr-pc{
    height: 60px;
}
.login-register > .lr-pc > a{
    color: rgba(255, 255, 255, .6);
    margin-left: 20px;
}
.login-register > .lr-pc > span{
    margin-left: 20px;
    color: rgba(153,153,153,.6);
}
.login-register > .lr-pc > a:hover{
    color: rgba(255, 255, 255, 1);
}

.login-register > .lr-wap{
    display: none;
    height: 54px;
    width: 34px;
    position: relative;
    font-size: 0;
}
.login-register > .lr-wap > a{
    display: inline-block;
    width: 34px;
    height: 54px;
    font-size: 0;
}
.login-register > .lr-wap > a span{
    display: inline-block;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,.5);
    border-radius: 34px;
    margin-top: 10px;
    text-align: center;
    line-height: 34px;
}
.login-register > .lr-wap > a span img{
    width: 22px;
    height: 22px;
}

.login-register > .lr-wap > ul{
    position: absolute;
    top: 54px;
    right: 0;
    width: 120px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 6px 0 rgba(7,17,27,.1);
    display: none;
}
.login-register > .lr-wap li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.login-register > .lr-wap li:first-child{
    border-bottom: 1px solid #eee;
}
.login-register > .lr-wap li > a{
    color: #999;
    font-size: 12px;
    display: block;
    height: 36px;
}
.login-register > .lr-wap.active > ul{
    display: block;
}


/*header之教学中心*/
.header-myteach{
    margin-right: 10px;
    padding-top: 7px;
    float: right;
    position: relative;
    height: 50px;
}
.header-myteach > a{
    display: inline-block;
    height: 36px;
    border-radius: 36px;
    line-height: 34px;
    /*border: 1px solid rgba(255,255,255,.2);
    background: rgba(7,17,27,1);
    color: rgba(255, 255, 255, .6);*/
    border: 1px solid rgba(255,255,255,.4);
    color: rgba(255, 255, 255, 1);
    padding: 0 15px;
    text-decoration: none;
}
.header-myteach:hover > a,.header-myteach.active > a{
    /*border: 1px solid rgba(255,255,255,.4);
    color: rgba(255, 255, 255, 1);
    background: rgba(32, 41, 50, 1);*/
    border: 1px solid rgba(38,202,172,.7);
    color: rgba(255,255,255, 1);
    background: rgba(38,202,172, .6);
}

.header-myteach-list{
    position: absolute;
    top: 50px;
    right: 0;
    width: 108px;
    min-height: 50px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 6px 0 rgba(7,17,27,.1);
    z-index: 10;
    padding: 5px 0;
	display: none;
}
.header-myteach-list li{
    width: 100%;
    text-align: center;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}
.header-myteach-list li > a{
    text-decoration: none;
    color: #555;
	font-size: 13px;
    display: block;
}
.header-myteach-list li:hover > a{
    background: #26caac;
	color: #ffffff;
}

/*header之消息通知*/
.header-message{
	position:relative;
    float: right;
    width: 30px;
    text-align: center;
    height: 60px;
    margin: 0 15px 0 5px;
}
.header-message> a.ic:hover{
    color: rgba(255, 255, 255, 1);
}
.header-message > a.ic{
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 60px;
    padding-top: 22px;
    color: rgba(255, 255, 255, .6);
}
.header-message > a.ic >  i.normal{
    font-size: 17px;
}
.header-message > span.new{
    position: absolute;
    background: #ed3e3e;
    display: inline-block;
    line-height: 15px;
    padding: 1px 4px;
    height: 15px;
    border-radius: 10px;
    color: #fff;
	top:12px;
    left: 15px;
	font-size: 12px;
}
.header-message-pup{
    position: absolute;
    top: 60px;
    right: 0;
    width: 280px;
    height: 400px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 6px 0 rgba(7,17,27,.1);
    z-index: 10;
    display: none;
}
.header-message-pup > .top-wrap{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.header-message-pup > .top-wrap > li{
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #eeeeee;
    color: #999;
    cursor: pointer;
}
.header-message-pup > .top-wrap > li:last-child{
    border-right: 0;
}
.header-message-pup > .top-wrap > li > span{
    background-color: #ea5d5c;
    margin-left: 4px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    vertical-align: super;
}
.header-message-pup > .top-wrap > li:hover,.header-message-pup > .top-wrap > li.active{
    color: #26caac;
}
.header-message-pup > .tab-content{
    width: 100%;
    height: 354px;
}
.msg-pup-con{
    width: 100%;
}
.msg-pup-con > .con{
    width: 100%;
    height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}
.msg-pup-con > .con::-webkit-scrollbar/*整体部分*/
{
    width: 6px;
    height:7px;
}

.msg-pup-con > .con::-webkit-scrollbar-track/*滑动轨道*/
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
    border-radius: 0;
    background: rgba(0,0,0,0.05);
}

.msg-pup-con > .con::-webkit-scrollbar-thumb/*滑块*/
{
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    background: rgba(0,0,0,0.15);
}

.msg-pup-con > .con::-webkit-scrollbar-thumb:hover/*滑块效果*/
{
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
    background: rgba(0,0,0,0.1);
}
.pup-notice-list,.pup-privateLetter-list{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    font-size: 0;
}
.pup-notice-list:hover,.pup-privateLetter-list:hover{
    background-color: #f8fafc;
}
.pup-notice-list > p{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 10px 20px;
    color: #999;
    font-size: 12px;
    line-height: 180%;
	margin: 0;
}

.pup-privateLetter-list > a{
    display: block;
    text-decoration: none;
    padding: 16px 24px;
}
.pup-privateLetter-list .tx{
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 4px;
}
.pup-privateLetter-list .tx > img{
    width: 100%;
}
.pup-privateLetter-list .names,.pup-privateLetter-list .contents{
    font-size: 12px;
    height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 14px;
}
.pup-privateLetter-list .names{
    color: #aaaaaa;
    margin-bottom: 6px;
}
.pup-privateLetter-list .contents{
    color: #999999;
}


.msg-pup-con > .mores{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}
.msg-pup-con > .mores > a{
    text-decoration: none;
    color: #999;
    font-size: 12px;
}
.msg-pup-con > .mores > a:hover{
    color: #26caac;
}

.head-msg-tips{
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.head-msg-tips > span{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #bbb;
    margin-top: 10px;
}


/*header之登录之后的个人显示box*/
.header-user-box{
    float: right;
    height: 60px;
    width: 40px;
    position: relative;
}
.header-user-box > a{
    display: inline-block;
    width: 40px;
    height: 60px;
}
.header-user-box:hover > a > span{
    border: 2px solid rgba(255,255,255,.6);
}
.header-user-box > a > span{
    display: inline-block;
    border: 2px solid #07111b;
    width: 44px;
    height: 44px;
    margin-top: 10px;
    position: relative;
    border-radius: 42px;
}
.header-user-box > a > span > img{
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}




.header-user-list{
    position: absolute;
    top: 60px;
    right: 0;
    width: 300px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 6px 0 rgba(7,17,27,.1);
    padding: 20px 20px 0 20px;
    display: none;
    z-index: 10;
}
.header-user-list .user-info{
    width: 100%;
    height: 90px;
}
.header-user-list .user-info > a{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    float: left;
    position: relative;
}
.header-user-list .user-info > a:hover{
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.header-user-list .user-info > a > img{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
}
.header-user-list .user-info > a > i{
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.header-user-list .user-info > h1{
    margin: 10px 0 0 0;
    font-size: 18px;
    padding-left: 90px;
}
.header-user-list .user-info > h5{
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #999;
    padding-left: 90px;
	line-height: 150%;
}
.header-user-list .user-info-pc{
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: none;
}
.header-user-list .user-info-pc > a{
    text-decoration: none;
    color: #999;
}
.header-user-list .user-cz{
    margin-top: 20px;
    background: #f8fafc;
    padding-top: 10px;
}
.header-user-list .user-cz li{
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    padding-left: 40px;
}
.header-user-list .user-cz li:nth-of-type(odd):after{
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #ddd;
    top: 0;
    right: 0;
}
.header-user-list .user-cz li a{
    color: #555;
    text-decoration: none;
}
.header-user-list .user-cz li a:hover{
    color: #26caac;
}
.header-user-list .user-cz li img{
    position: absolute;
    top: 0;
    left: 20px;
}
.header-user-list .exit-login{
    width: 100%;
    border-top: 1px solid #f1f1f1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}
.header-user-list .exit-login >a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

@media (max-width: 1440px) {

    #header .logo{
        margin-left: 0;
    }
    .header-right{
        right: 20px;
    }



    .nav-bar-pc{
        margin-left: 30px;
    }

    .nav-search-pc{
        width: 150px;
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {


    .nav-search-pc{
        width: 150px;
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .nav-bar-pc,.nav-search-pc,.header-message,.header-myteach{
        display: none;
    }

    #header{
        height: 54px;
    }
    #header > .header-con{
        padding: 0;
    }
    #header .logo{
        float: none;
        position: absolute;
        width: 100%;
        height: 54px;
        line-height: 54px;
        text-align: center;
        top: 0;
        left: 0;
        z-index: 2;
    }
    #header .logo img{
        max-height: 35px;
    }

    .header-right{
        right: 10px;
    }

    .login-register{
        height: 54px;
        line-height: 54px;
    }
    .login-register > .lr-pc{
        display: none;
    }
    .login-register > .lr-wap{
        display: block;
    }


    .header-user-box{
        width: 36px;
        height: 54px;
    }
    .header-user-box > a {
        width: 36px;
        height: 54px;
    }
    .header-user-box > a > span{
        width: 38px;
        height: 38px;
        margin-top: 9px;
    }
    .header-user-box > a > span > img{
        width: 34px;
        height: 34px;
    }
    .header-user-box > a > span > i{
        width: 15px;
        height: 15px;
        background-size: 15px;
    }


    .header-user-list{
        top: 54px;
        width: 120px;
        padding: 0;
    }
    .header-user-list .user-info{
        display: none;
    }
    .header-user-list .user-info-pc{
        display: block;
    }

    .header-user-list .user-cz{
        margin-top: 0;
        background: none;
        padding-top: 0;
    }
    .header-user-list .user-cz li{
        width: 100%;
        margin-bottom: 0;
        height: 34px;
        line-height: 34px;
        padding-left: 0;
    }
    .header-user-list .user-cz li:nth-of-type(odd):after{
        display: none;
    }
    .header-user-list .user-cz li a{
        display: block;
        height: 34px;
        width: 100%;
        padding-left: 38px;
    }
    .header-user-list .user-cz li img{
        position: absolute;
        top: 10px;
        left: 16px;
    }
    .header-user-list .exit-login{
        height: 36px;
        line-height: 36px;
        margin-top: 0;
    }
}




/*footer*/
#footer{
    width: 100%;
    min-height: 100px;
    background: #1c1f21;
}
.footer-main-box{
	background: #2e2e2e;padding: 50px 0;border-bottom: 1px solid #111;
}
.footer-link-list{
    width: 100%;
    margin-bottom: 20px;
}
.footer-link-list > li{
    height: 36px;
    line-height: 36px;
}
.footer-link-list > li:first-child > a{
    color: #eee;
    font-size: 16px;
}
.footer-link-list > li > a{
    color: #999;
    text-decoration: none;
	font-size: 14px;
}
.footer-link-list > li > a:hover{
    color: #eeeeee;
}

.footer-code{
    width: 100%;
	margin-top: 30px;
}
.footer-code > a > img{
    max-height: 40px;
}
.footer-code > .code-con{
    width: 100%;
    margin-top: 20px;
}
.footer-code > .code-con > a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #999;
    text-align: center;
    line-height: 44px;
    color: #999;
    margin-right: 30px;
}
.footer-code > .code-con > a:hover > i{
    color: #ffffff;
}
.footer-code > .code-con > a > i{
    font-size: 20px;
}
.footer-code > .code-con > a.wb:hover{
    border: 1px solid #ea5d5c;
    background: #ea5d5c;
}
.footer-code > .code-con > a.wx:hover{
    border: 1px solid #50b674;
    background: #50b674;
}
.footer-code > .code-con > a.wx > div{
     position: absolute;
     top: -130px;
     left: -40px;
     width: 120px;
     height: 120px;
     background: #ffffff;
     display: none;
 }
.footer-code > .code-con > a.wx:hover > div{
    display: block;
}
.footer-code > .code-con > a.wx > div:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #ffffff;
}
.footer-code > .code-con > a.wx > div > img{
    width: 120px;
    height: 120px;
}

.footer-main > p{
    margin: 0;
    border-top: 1px solid rgba(57,57,57,.6);
    color: #bbbbbb;
    text-align: center;
    padding: 20px 0 20px 0;
    line-height: 200%;
}

@media (max-width: 767px) {
    .footer-code{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .footer-code > .code-con > a{
        margin: 0 15px;
    }
}

/*表单提示*/
.form-tips{
    /*width: 100%;*/
}
.form-tips-success,.form-tips-danger,.form-tips-default{
    width: 100%;
    padding: 5px 12px;;
    font-size: 13px;
    overflow: hidden;
    display: none;
	padding-left:23px;
	margin-bottom:10px;
	border-radius:5px;
	text-align:left;
}
.form-tips-success{
    color: #4aab4e;
	background:#e7fcf8 url(../../../../../static/images/icon/right.png) 3px 6px no-repeat;
	background-size:16px;
    border: 1px solid #c5f5ec;
}
.form-tips-danger{
    color: #f56108;
	background:#fff4e5 url(../../../../../static/images/icon/wrong.png) 3px 6px no-repeat;
	background-size:16px;
    border: 1px solid #fdebd2;
}
.form-tips-default{
    border: 1px solid #b8cadb;
    background-color: #eaf2f9;
    color: #2f84ae;
}
.default-btn{
    float: left;
    padding: 0 14px;
    height: 34px;
    background: #26caac;
    color: #ffffff;
    border: 1px solid #21b89c;
    border-radius: 3px;
    font-size: 15px;
    transition: background .5s ease;
}
.default-btn:hover{
    background: #21b89c;
}

button.release, a.release{
    display: inline-block;
    padding: 0 20px;
	background-color: #fff;
    height: 34px;
    line-height: 34px;
    border: 1px solid #26caac;
    color: #26caac;
    border-radius: 30px;
    margin-left: 10px;
    text-decoration: none;
}
button.release:hover, a.release:hover{
	border: 1px solid #26caac;
    background: #26caac;
    color: #ffffff;
}
button.oranges, a.oranges{
    display: inline-block;
    background: #ea742c;
    border: 1px solid #d36623;
    color: #ffffff;
    text-decoration: none;
}
button.oranges:hover, a.oranges:hover{
    border: 1px solid #d36623;
    background: #d36623;
}


.head-rz-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background: url("../../default/images/rz.png") no-repeat;
    background-size: 18px;
}

/*全局table下td超出部分隐藏*/
tbody td.over-hidden{
    overflow-x:hidden;
}