

html{
    height:100%;
}
body{
    height:100%;
    text-align:center;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{
    margin:0 auto;
    box-sizing: border-box;
    padding:0;
}
body,button,select,textarea{
    font:14px/1.5 "宋体",arial,verdana,sans-serif,MicrosoftYaHei;
}
li{
    list-style:none
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
hr{
    border:none;
    height:1px
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
.clear{
    clear:both;
}
i{
    font-style: normal;
}
em{
    font-style:normal;
    color:#0dac67;
}
@font-face {
    font-family: 'fontNameRegular';
    src: url('../fonts/HY.eot');
    src: local('fontName Regular'),
    local('fontName'),
    url('../fonts/HY.ttf') format('truetype'),
    url('../fonts/HY.svg#fontName') format('svg');
}

.bg {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height:100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100% 100%;
}
.bg img{
    width:100%;
}
.container_a{
    width:100%;
    min-width:1200px;
    position:absolute;
    margin:0 auto;
    z-index:10;
    /*top:35px;*/
    top:8%;
}
.container_a h1{
    font-family:MicrosoftYaHei;
    font-size:36px;
    color:#0dac67;
    font-weight:normal;
}
.container_a_box{
    width:380px;
    height:380px;
    background:#ffffff;
    box-shadow: 0 0 21px 1px rgba(81,179,160,0.4);
    margin:23px auto 0 auto;
    position:relative;
}
.nav_bar{
    width:380px;
    height:45px;
}
.nav_bar ul>li{
    width:190px;
    height:45px;
    line-height:45px;
    text-align: center;
    display:inline;
    float:left;
}
.tab-nav-action{
    color:#0dac67;
}
.tab-nav{
    background-color:#f7fbfa;
    color:#b3cbc8;
}
.username_img_new{
    position:absolute;
    z-index:999;
    display:inline-block;
    float:left;
    width:16px;
    height:16px;
    background: url('../img/PC-search.png') no-repeat;
    background-size: 16px 16px;
    top:106px;
    left:53px;
}
.up_down_new{
    position: absolute;
    z-index: 999;
    display: inline-block;
    float: left;
    width:15px;
    height:9px;
    background: url('../img/PC-listdown.png') no-repeat;
    background-size: 15px 9px;
    top:108px;
    right:55px;
}
.records_li{
    text-align: -webkit-match-parent;
}
.selectschool_pc{
    margin:50px auto 0 auto;
}
.selectschool_pc  select{
    padding:6px 40px!important;
    font-size:14px;
    color:#a0a7a9;
    background-image: none;
    width:298px!important;
    height:38px!important;
    background-color:#ffffff;
    border:1px solid #cccccc;
    outline: none;
    border-radius:0!important;
    -webkit-border-radius: 0!important;
    -o-border-radius:0!important;
    -ms-border-radius:0!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    -ms-appearance:none;

}
.selectschool_pc select:hover{
    border:1px solid #4BA980;
}
.password_img_new{
    position: absolute;
    z-index: 999;
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    background: url('../img/PC-username.png') no-repeat;
    background-size: 16px 16px;
    margin: 20px 0 0 0;
    left:53px;
}
.password_closed_new{
    position: absolute;
    z-index: 999;
    display: inline-block;
    float: left;
    width:12px;
    height:12px;
    background: url('../img/PC-clear.png') no-repeat;
    background-size: 12px 12px;
    margin:22px;
    right:35px;
}
.user_text_new{
    width:298px;
    height:38px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color:#444;
    font-size: 1.0em;
    outline: none;
    margin:10px auto 0 auto;
    padding-left:40px;
}
.user_text_new:hover{
    border:1px solid #4BA980;
}
.password_new{
    position: absolute;
    z-index: 999;
    float: left;
    width: 16px;
    height: 16px;
    background: url('../img/PC-password.png') no-repeat;
    background-size: 16px 16px;
    margin: 20px 0 0 10px;
    left:45px;
}
.password_mima_new{
    width:298px;
    height:38px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    color: #b6b6b6;
    font-size: 1.0em;
    outline: none;
    padding-left:40px;
    margin-top:10px;
}
.password_mima_new:hover{
    border:1px solid #4BA980;
}
.btn_new{
    margin-top:32px;
}
.btn_1_new{
    outline: none;
    width:100px;
    height:30px;
    display:inline;
    float:left;
    background-color:#0dac67;
    border:1px solid #4BA980;
    color:#ffffff;
    font-size:14px;
    border-radius: 15px;
    margin-left:85px;
    cursor: pointer;
}
.btn_2_new{
    width:100px;
    height:30px;
    display:inline;
    float:right;
    background-color:#ffffff;
    border:1px solid #4BA980;
    color:#4BA980;
    font-size:14px;
    border-radius: 15px;
    outline:none;
    margin-right:85px;
    cursor: pointer;
}
.footer{
    margin:20px 0 0 -150px;
    text-align:center;
    color:#666666;
    font-size:14px;
}
.error{
    color:#d96969;
    margin-top:10px;
    font-size:12px;
    display:block;
}
.footer_copy{
    color:#9b9b9b;
    font-size:12px;
    font-family: MicrosoftYaHei;
    width:100%;
    text-align: center;
    margin:30px auto 0 auto;
}
.code_second i{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color:#0dac67;
}
.code_second span{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color:#464646;
    margin-top:10px;
}
.code{
    width:200px;
    height:200px;
    margin:40px auto 10px auto;
    position:relative;
}
.mark{
    z-index:20;
    width:200px;
    height:200px;
    border:1px solid #d8d8d8;
    background-color:rgba(0,0,0,0.75);
    Opacity:0.95;
    left:90px;
    position:absolute;
}
.mark span{
    color:#ffffff;
    font-size:16px;
    font-family: MicrosoftYaHei;
    position:absolute;
    top:70px;
    text-align: center;
}
.mark input{
    outline: none;
    width: 100px;
    height: 30px;
    background-color: #0dac67;
    border: 1px solid #4BA980;
    color: #ffffff;
    font-size: 14px;
    border-radius: 15px;
    margin-top:111px;
}
.hover_img{
    position:absolute;
    z-index:99;
    left:100%;
    top: 0;
}
.success{
    margin-top:60px;
}
.success span{
    margin-top:10px;
    display:block;
    font-size:20px;
    color:#0dac67;
}
.success p{
    color:#464646;
    font-size:14px;
    margin-top:52px;
}
/*授权登录页*/
.content ul{
    text-align: left;
}
.content ul>li:first-child{
    padding:51px 0 15px 21px;
    color:#666666;
    font-size:14px;
}
.content ul>li:nth-child(2){
    padding:0 0 5px 21px;
    color:#666666;
    font-size:14px;
}
.content ul>li:last-child{
    padding:0 0 5px 21px;
    color:#666666;
    font-size:14px;
}
.initial{
    display:inline-block;
    width:6px;
    height:6px;
    border-radius:100%;
    background-color:#0dac67;
    margin-right: 10px;
}
.solid_xian{
    width:340px;
    height:1px;
    border-top:1px solid #cccccc;
    margin:25px auto 10px auto;
}
.address p{
    color:#666666;
    text-align: left;
    font-size:14px;
    padding:0 19px 63px 21px;
}
.btn_a{
    outline: none;
    width:100px;
    height:30px;
    display:inline;
    float:left;
    background-color:#0dac67;
    border:1px solid #4BA980;
    color:#ffffff;
    font-size:12px;
    border-radius: 15px;
    margin-left:85px;
}
.btn_b{
    width:100px;
    height:30px;
    display:inline;
    float:right;
    background-color:#ffffff;
    border:1px solid #4BA980;
    color:#4BA980;
    font-size:12px;
    border-radius: 15px;
    outline:none;
    margin-right:85px;
}
/*500 and 404*/
.bg_500{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height:100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 100% 100%;
    background-color:#eeeeee;
}
.img_five{
    width:820px;
    height:540px;
    background-color:#ffffff;
    margin:50px auto 0 auto;
}
.img_500{
    width:416px;
    height:399px;
    margin:0 auto;
    padding-top:105px;
    vertical-align: middle;
}
.footer_500{
    margin-top:10px;
    color:#737373;
    font-size:12px;
}
.img_500 span{
    font-family:fontNameRegular;
    color:#0a8952;
    font-size:40px;
}
/*error_page*/
.erron_information{
    padding:70px 30px 0 30px;
    table-layout:fixed;
    word-break: break-all;
    overflow:hidden;

}
.statusCode{
    font-family:MicrosoftYaHei;
    color:#0dac67;
    font-size:14px;
}
.hr{
    width:340px;
    border-top:1px solid #CCCCCC;
    margin-top:50px;
}
.error_if{
    font-family: MicrosoftYaHei;
    font-size:14px;
    color:#666666;
    text-align:center;
}
.error_one{
    margin-top:30px;
    dispaly:block;
}
.error_second{
    height:82px;
    text-align: center;
    padding:0 30px;
    table-layout:fixed;
    word-break: break-all;
    overflow:hidden;
}
.enter{
    font-size:12px;
    margin-top:41px;
    width:100px;
    height:30px;
    line-height:30px;
    background-color:#0dac67;
    color:#ffffff;
    border-radius: 15px;
}
.login_new{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color:#464646;
    margin-top:10px;
}
/*授权登录*/
.container_boxed{
    width: 100%;
    min-width: 1200px;
    position: absolute;
    margin: 0 auto;
    z-index: 10;
    top: 35px;
}
.container_boxed h1 {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #0dac67;
    font-weight: normal;
}
.container_box{
    width: 380px;
    height: 380px;
    background: #ffffff;
    box-shadow: 0 0 21px 1px rgba(81,179,160,0.4);
    margin: 23px auto 0 auto;
    position: relative;
}
.content_ul ul{
    font-size: 14px;
    color: #666666;
    text-align: left;
}
.content_ul ul>li:first-child{
    padding:51px 0 15px 21px;
    color:#666666;
    font-size:14px;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden;
}
.content_ul ul>li:nth-child(2){
    padding:0 0 5px 21px;
    color:#666666;
    font-size:14px;
}
.content_ul ul>li:last-child{
    padding:0 0 5px 21px;
    color:#666666;
    font-size:14px;
}
.solid_xians {
    width: 340px;
    height: 1px;
    border-top: 1px solid #CCCCCC;
    margin-top: 25px;
    margin-bottom: 10px;
}
.add_address{
    width:100%;
    height:130px;
    font-size: 14px;
    color: #666;
    overflow:auto;
    word-wrap:break-word;
    word-break:break-all;
}
.add_address p {
    color: #666666;
    text-align: left;
    font-size: 14px;
    padding: 0 19px 63px 21px;
}