<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,body{ margin:0px; padding:0px;text-align: center;font-family: PingFang SC,Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td ,a,span,img, audio{
    margin:0px;
    padding:0px;
    list-style:none;
    outline: none;
    word-wrap: break-word; /* 对连续过长的字母和数字进行强制换行
                            * 作用机制：首先新起一行来放置长单词，
                            * 新的行还是放不下这个长单词则会对长单词进行强制断句,
                            * 相当于仅对连续单词和数字断行，不包括空白
                            */
}
ul,div{margin:0 auto;}
img{
    border:none;
    vertical-align: middle;
    overflow: hidden;
    image-rendering: -moz-crisp-edges;/* Firefox */ /* 必须使用保留图像中的对比度和边缘的算法来缩放图像，并且不会在处理中使图像变得光滑或模糊 */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast;/*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;/* ie8以下浏览器 */
}
.hide{display: none}
a{text-decoration:none;}
i{font-style: normal;}
.fl{float: left}
.fr{float: right}
.s{text-decoration:line-through;}
.pr{position: relative}
input,button{
    outline: none;
}
.cz_c{
    display: flex;
    align-items: center;
    justify-content: center;
}
.font1{
    color: #999999;
}
.font2,.font4{
    color: #CCCCCC;
}
.font3{
    color: #FF0000;
}
.font5{
    color: #6B8CD5;
}
.font6{
    color: #16CA82;
}
.font7{
    color: #595959;
}
.font8{
    color: #FF712D;
}
.a_mouse{
    cursor: pointer;
}
.font_1{
    font-size: 12px;
}
.top_online{
    width: 100%;
    height: 4px;
    background-color: #16CA82;
}
/*超出省略号*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 遮罩 */
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    /*display: none;*/
    z-index: 4;
}
/*通用盒子*/
.base_box,.book_xiangqing{
    width: 1200px;
    height: auto;
    overflow: hidden;
}
.margin_bot_50 {
    margin-bottom: 50px;
}
.body_bg{
    width: 100%;
    min-height: 750px;
    background-color: #F9F9F9;
    overflow: hidden;
}
.min_h{
    min-height: 600px;
}
/* 搜索滚动条样式 */
::-webkit-scrollbar {/*滚动条整体样式*/ width:6px;/*高宽分别对应横竖滚动条的尺寸*/ }
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 6px; background:#CCCCCC;}
::-webkit-scrollbar-track {/*滚动条里面轨道*/  border-radius: 6px; background: #EDEDED; }
/* 单选和多选 全局样式 */
input[type="radio"] {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 12px;
    font-size: 14px;
    position: relative;
}
input[type="radio"]::before {
    content: "●";
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 50%;
    background: #fff;
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}
input[type="radio"]:checked::before {
    content: "●";
    color: #16CA82;
    position: absolute;
    top: -1px;
    left: 0px;
    border: 1px solid #16CA82;
}
input[type="checkbox"] {
    text-indent:0;
    margin: 0;
    width: 14px;
    height: 14px;
    text-align:center;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    position: relative;
}
input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #bdbfc2;
}
input[type="checkbox"]:checked::before {
    content: "✔";
    color: #16CA82;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
}
/*顶部广告*/
.top_ad{
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    position: relative;
}
.top_ad img{
    width: auto;
    height: auto;
}
.top_adi{
    width: 18px;
    height: 18px;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background: url("../image/nav_1.png") no-repeat;
}
/*顶部导航 START*/
.topbar{
    width: 100%;
    height: 30px;
    background-color: #f2f2f2;
}
.inner{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    user-select: none;
}
.inner span{
    color: #333;
    margin-right: 20px;
}
.inner span:hover{
    color: #16CA82;
}
.inner_index{
    margin: -3px 5px 0px 0px;
}
.inner a img{
    margin-top: -5px;
}
.inner_nav{
    width: 22px;
    height: 22px;
    margin-right: 20px;
    position: relative;
}
.topbar .inner a img.inner_nav {
    margin-right: 0;
}
.inner_nav&gt;span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF7048;
    position: absolute;
    top: 6px;
    right: -23px;
}
.nav_box{
    width: 1200px;
    height: 80px;
    user-select: none;
}
.nav_box_img{
    margin: 19px 30px 0 0;
}
.school_nav_img{
    margin: 0 30px 0 0;
}
.nav_ul li{
    line-height: 80px;
    color: #333333;
    font-size: 18px;
    margin: 0px 25px;
    float: left;
    user-select: none;
    position: relative;
}
.nav_ul li.active{
    font-size: 24px;
    font-weight: bold;
    color: #232F3D;
}
.nav_ul li.active::before{
    content: '';
    width: 2px;
    height: 30px;
    background-color: #232F3D;
    position: absolute;
    left: -26px;
    top: 26px;
}
.nav_ul li:hover,.nav_ul li.actives{
    color: #16CA82;
}
.nav_search{
    width: 350px;
    border: 2px solid #16CA82;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    margin: 22px 0px;
    user-select: none;
    box-sizing: initial !important;
}
.nav_search input{
    border: none;
    outline: none;
    text-shadow: none;
    -webkit-appearance: none;
    overflow: visible;
    width: 220px;
}
.nav_search img{
    margin: -3px 10px 0px 0px;
}
.nav_search&gt;span{
    background-color: #16CA82;
    color: #ffffff;
    font-size: 16px;
    height: 32px;
    width: 78px;
    padding-left: 2px;
}
.book_search{
    background-color: #16CA82;
    color: #ffffff;
    font-size: 16px;
    margin: 22px 0px 22px 20px;
    height: 36px;
    line-height: 36px;
    width: 100px;
}
/*顶部导航 END */
.bg_banner {
    background: #fff;
}
/*底部通用*/
.foot_margin{
    padding-bottom: 60px;
    padding-top: 74px;
}
.foot{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #333333;
    color: #EEE;
    text-align: left;
}
.foot_1{
    width: 850px;
    height: 205px;
    overflow: hidden;
}
.foot_1_1{
    font-size: 16px;
    border-bottom: 1px solid #999999;
    line-height: 80px;
    height: 80px;
    width: 850px;
    overflow: hidden;
}
.foot_1_1 a{
    margin-left: 20px;
    color: #EEE;
}
.foot_1_2{
    width: 100%;
    height: 60px;
    padding: 75px 0px;
}
.foot_1_3{
    width: 594px;
    height: 60px;
    margin-left: 30px;
    overflow: hidden;
}
.foot_1_3 div{
    width: 100%;
    height: 24px;
    overflow: hidden;
}
.foot_1_3 div&gt;a{
    color: #EEEEEE;
    font-size: 14px;
    line-height: 18px;
    padding: 0px 12px;
}
.foot_1_3 div&gt;a::after{
    content: '|';
    position: absolute;
    transform: translate(300%, 18%);
}
.foot_1_3 div&gt;a:last-child::after{
    content: '';
}
.foot_1_3 p{
    padding-left: 12px;
    font-size: 12px;
    color: #888888;
    line-height: 50px;
}
.foot_2{
    width: 300px;
    margin-left: 50px;
    padding-top: 30px;
    overflow: hidden;
}
.foot_2 section{
    margin-right: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.foot_2 img{
    width: 120px;
    height: 120px;
    overflow: hidden;
}
/*顶部位置*/
.top_place{
    width: 1200px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333333;
    text-align: left;
    overflow: hidden;
}
.top_place a{
    color: #333333;
}
.top_place.active,.top_place.active a{
    color: #ffffff;
}
/* 未设置密码弹窗 start */
    .popup_possword_box{
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgba(0,0,0,.4);
        border-radius: 8px;
        z-index: 50000;
        display: none;
        position: fixed;
        top:50%;
        left:50%;
        transform:translateX(-50%) translateY(-50%);
        -ms-transform:translateX(-50%) translateY(-50%);
        -moz-transform:translateX(-50%) translateY(-50%);
        -webkit-transform:translateX(-50%) translateY(-50%);
        -o-transform:translateX(-50%) translateY(-50%);

    }
    .possword_box{
        width: 390px;
        height: 230px;
        background: #fff;
        border-radius: 8px;
        position: absolute;
        top:50%;
        left:50%;
        padding:30px;
        box-sizing: border-box;
        transform:translateX(-50%) translateY(-50%);
        -ms-transform:translateX(-50%) translateY(-50%);
        -moz-transform:translateX(-50%) translateY(-50%);
        -webkit-transform:translateX(-50%) translateY(-50%);
        -o-transform:translateX(-50%) translateY(-50%);
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .possword_box h4{
        margin-top:20px;
        font-size: 18px;
    }
    .password_div{
        margin-top:80px;
        width:100%;
        display: flex;
        text-align: center;
        justify-content: space-around;
    }
    .password_div button{
        height: 35px;
        line-height: 35px;
        background: #16CA82;
        border-radius: 20px;
        box-shadow: 0px 6px 6px 0px rgb(34 204 173 / 13%);
        color:#fff;
        border:none;
        padding:0 25px;
        cursor:pointer;

    }
    
/* 未设置密码弹窗 end */
/* 弹窗 start */
.popup_box{
    width: 960px;
    /*width: 540px;*/
    /*background: url("../image/logo_2.png") no-repeat;*/
    height: 614px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 8px;
    z-index: 50000;
    position: fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
}
.popup_box_1{
    padding: 20px 20px 0px;
    width: calc(100% - 460px);
    height: 595px;
    overflow: hidden;
    position: relative;
}
.popup_box_1_1{
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
}
.popup_box_1_1.code{
    border-bottom: 1px solid #F2F1F1;
    margin-bottom: 15px;
}
.popup_box_1_l{
    cursor: pointer;
    padding-left: 40px;
    background: url("../image/nav_38.png") no-repeat;
}
.popup_box_close{
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("../image/nav_39.png") no-repeat;
}
.popup_box h4{
    font-size: 20px;
}
.popup_box_2{
    width: calc(100% - 180px);
    padding: 0px 90px;
    height: auto;
    overflow: hidden;
}
.tc_input{
    width: calc(100% - 10px);
    padding: 5px;
    border: none;
    outline: none;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    margin-top: 10px;
}
.tc_input.active{
    border-bottom: 1px solid #E7E8EC;
}
.popup_box_2_1{
    width: calc(100% - 10px);
    padding: 10px 5px 0px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
}
.popup_box_btn{
    user-select: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #16CA82;
    color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 6px 6px 0px rgba(34, 204, 173, 0.13);
    margin: 20px auto 10px;
}
.popup_box_2_2{
    font-size: 14px;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    background: url("../image/nav_40.png") 0% 50% no-repeat;
    text-align: left;
    user-select: none;
}
.popup_box_2_2.active{
    background: url("../image/nav_40x.png") 0% 50% no-repeat;
}
.popup_box_tip{
    margin-top: 3px;
    font-size: 12px;
    text-align: left;
}
.popup_ls{
    width: 420px;
    height: 615px;
    overflow: hidden;
    background-color: #E3FFFA;
    overflow: hidden;
}
.popup_ls_1{
    margin-top: 50px;
}
.popup_ls_2{
    margin-top: 120px;
}
/*标题两边加横线*/
.wrap {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.wrap div {
    font-size: 14px;
    line-height: 20px;
}
/*CSS伪类用法*/
.wrap div:after, .wrap div:before {
    position: absolute;
    top: 50%;
    background: #e5e5e5;
    content: "";
    height: 1px;
    width: calc(45% - 54px);
}
/*调整背景横线的左右距离*/
.wrap div:before {
    left: 0;
}
.wrap div:after {
    right: 0;
}
.popup_box_3{
    width: 100%;
    height: 98px;
    overflow: hidden;
    font-size: 14px;
    line-height: 32px;
}
.popup_box_3&gt;section{
    display: inline-block;
    margin: 20px;
}
.popup_box_4{
    width: calc(100% - 40px);
    padding: 0px 20px;
    background-color: #EAEAEA;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-align: left;
}
.popup_margin{
    margin-top: 50px;
}
.popup_box_5{
    width: 100%;
    margin-top: 10px;
    line-height: 20px;
}
.popup_box_code{
    width: 180px;
    height: 180px;
    margin: 50px auto 10px;
    overflow: hidden;
}
.popup_box_6{
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
}
.popup_box_6 span{
    padding: 5px 20px;
    color: #ffffff;
    background-color: #16CA82;
    box-shadow: 0px 6px 6px 0px rgba(34, 204, 173, 0.13);
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    margin: 20px;
}
.popup_box_7{
    width: 70%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
}
.popup_boxs{
    width: 580px;
    overflow: hidden;
    margin: auto;
}
.popup_state{
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
    user-select: none;
    overflow: hidden;
}
.popup_state_1{
    color: #595959;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
}
.popup_state_1&gt;section{
    width: 47px;
    height: 47px;
    border: 1px solid #999999;
    border-radius: 50%;
}
.popup_state_1.active{
    color: #16CA82;
}
.popup_state_1.active&gt;section{
    width: 49px;
    height: 49px;
    background-color: #56D6A3;
    border: none;
    border-radius: 50%;
    color: #ffffff;
}
.popup_state_2{
    width: 100px;
    border-bottom: 2px dashed #999999;
    margin: 25px 9px;
    border-radius: 50%;
}
.popup_state_2.active{
    width: 100px;
    height: 2px;
    background-color: #16CA82;
    border: none;
}
.popup_boxs_1{
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background: url("../image/nav_43.png") no-repeat;
    margin: 50px auto;
}
.binding_box{
    margin: 100px auto;
    width: 960px;
    height: 615px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 1px 2px 17px rgba(0, 0, 0, 0.3);
}
.popup_box_video{
    width: 750px;
    height: 430px;
    overflow: hidden;
}
.popup_box_video_title{
    line-height: 50px;
    text-align: left;
    font-size: 18px;
    width: calc(100% - 30px);
    padding: 0px 15px;
}
.popup_video_box{
    width: 750px;
    height: 480px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 8px;
    z-index: 5;
    position: fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
}
/*学校激活码*/
.popup_code_box{
    width: 330px;
    height: 220px;
    padding: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 8px;
    z-index: 5;
    position: fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
}
.school_code_1{
    font-size: 14px;
    color: #16CA82;
    border-bottom: 2px solid #16CA82;
    line-height: 28px;
    display: inline-block;
    font-weight: bold;
}
/*操作题上传加载中*/
.popup_loading_box{
    width: 330px;
    height: 140px;
    padding: 20px;
    overflow: hidden;
    color: #FFFFFF;
    /*background-color: #ffffff;*/
    line-height: 40px;
    border-radius: 8px;
    z-index: 5;
    position: fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
}
.popup_img_box{
    width: 80px;
    height: 80px;
    overflow: hidden;
}
/* 弹窗 end */
.default_box{
    width: 100%;
    height: 420px;
    padding-top: 120px;
    text-align: center;
    margin: 50px auto;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 80px;
    user-select: none;
}
.default_tip{
    font-size: 15px;
    color: #999999;
}
.vf_code{
    width: 80px;
    height: 30px;
    overflow: hidden;
}
/*注册协议/隐私政策*/
.agreement_box{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    width: 1160px;
    overflow: hidden;
    text-align: justify;
    margin: 40px auto;
    color: #333333;
}
.agreement_box&gt;h3{
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.agreement_box&gt;p{
    line-height: 40px;
    font-size: 14px;
    text-indent: 28px;
}
.agreement_box&gt;h4{
    line-height: 50px;
    font-size: 18px;
}
/* 帮助 start */
.help_box{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 0px;
	padding-top:94px;
}
.help_box_l{
    padding: 20px 0px;
    background-color: #ff7048;
    width: 180px;
    line-height: 50px;
    border-radius: 5px;
}
.help_box_l li{
    color: #FFFFFF;
    padding: 0px 38px 0px 30px;
    width: 112px;
    font-size: 16px;
    background: url("../image/help_1.png") 148px 50% no-repeat;
    overflow: hidden;
}
.help_box_l li.active,.help_box_l li:hover,.help_box_l li.on{
    background-color: rgba(255,150,120, 0.99);
}
.help_box_r{
    width: 930px;
    padding: 20px 30px;
    min-height: 500px;
    border-radius: 5px;
    background-color: #efefef;
    overflow: hidden;
    text-align: left;
    margin-bottom: 50px;
}
.help_box_r&gt;h3{
    font-size: 14px;
}
.help_box_r_1 {
    width: 930px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.help_box_r_1_1{
    color: #373737;
    line-height: 40px;
    font-size: 16px;
    padding-left: 28px;
    background: url("../image/nav_l.png") 0% 50% no-repeat;
    cursor: pointer;
}
.help_box_r_1_1:hover{
    color: #ff7048;
}
.help_box_r_1_1.active{
    color: #ff7048;
    background: url("../image/nav_down.png") 0% 50% no-repeat;
}
.help_box_r_2 {
    width: calc(100% - 56px);
    padding: 20px 28px;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 200%;
    color: #373737;
    background-color: #ffffff;
    margin: 10px 0px;
	
}
.help_box_r_2 p.subtitle{
	color:#ff7048;
	margin:20px 0;
	font-size:24px;
}

.help_box_content{
    background: #ffffff;
    margin: 20px 0;
    padding: 20px;
}
/* 帮助 end */

/* 弹窗样式 star by:shh */
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
}
.shh-pop{
    z-index: 100;
    font-size: 18px;
    width: 558px;
    height: auto;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pop-top{
    height: 64px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pop-title{
    color: #000;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
}
.close-pop-icon{
    font-size: 32px;
    color: #888;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.close-pop-icon:hover{
    color: #16CA82;
}
.pop-main{
    padding: 36px 30px;
}
.code-input{
    width: 428px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 36px;
    color: #1a1a1a;
    border: 1px solid #DADADA;
    margin-bottom: 20px;
}
/* WebKit browsers */
.code-input::-webkit-input-placeholder {
    color: #ddd;
}
/* Mozilla Firefox 4 to 18 */
.code-input:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
/* Mozilla Firefox 19+ */
.code-input::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
/* Internet Explorer 10+ */
.code-input:-ms-input-placeholder {
    color: #ddd;
}

.code-input:focus{
    border: 1px solid #16CA82;
}
.tips-txt{
    width: 460px;
    color: #aeaeae;
    line-height: 28px;
    font-size: 16px;
    margin: 0 auto;
}
.activate-btn{
    width: 460px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    margin: 0 auto 30px;
    background: #16CA82;
}
.activate-btn:hover{
    cursor: pointer;
    opacity: .85;
}
/* 弹窗样式 end by:shh */

/* 新增绑定学校弹窗--角色选择 start */
.clearfix:after,.clearFix:after { content: ""; display: block; height: 0; overflow: hidden; clear: both; visibility: hidden; }
.role-choose{
    margin-bottom: 4px;
}
.role-module{
    margin: 0 16px 0 4px;
    float: left;
}
.role-module:last-child {
    margin-right: 0;
}
.role-module:hover&gt;label{
    color: #16CA82;
}
.role-module&gt;label{
    cursor: pointer;
}
/* 新增绑定学校弹窗--角色选择 end */
</pre></body></html>