*{ margin:0;padding:0;font-family: "Hiragino Sans GB", "Microsoft Yahei", Helvetica, Arial, sans-serif;}
* html body{ overflow:visible;}
* html iframe, * html frame{ overflow:auto;}
* html frameset{ overflow:hidden;}
body{ color:#4d4d4d; background:#FFF; font-weight: normal; font:14px/24px "Hiragino Sans GB", "Microsoft Yahei", Helvetica, Arial, sans-serif;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:0; padding:0;}
input,select{ font-size:12px; vertical-align:middle;}
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}
li{ list-style-type:none;}
img{ border:0 none;}
a:link, a:visited{ text-decoration:none;}
a:hover{ color:#00aeef; text-decoration:none;}
a { outline:none; star:expression(this.onFocus=this.blur());font-weight:normal;}
a:focus{
    outline:none;
    box-shadow: none !important;
}
input[type='checkbox']{
    outline: none;
    box-shadow:none !important;
}
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
.t_login_text{
    display:none;
}
.t_login_button a{
    display:inline-block;
    padding: 0px 15px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
#login-form{
    max-width:300px;
}
.login-main{
    width:100%;
}
.login-item-inline-title{
    width:60px;
    position: absolute;
    top:0px;
    left:15px;
    height: 34px;
    line-height: 34px;
    text-align:left;
}
.login-item-inline-button{
    position: absolute;
    top:0px;
    right:15px;
}
.login-item-inline-icon{
    position: absolute;
    top:0px;
    right:15px;
    height: 34px;
    line-height: 34px;
}
.login-input-telephone{
    width:calc(100% - 90px);
    margin-left:50px;
}
.login-input-code{
    width:calc(100% - 140px);
    margin-left:50px;
}
.login-input-code-notitle{
    width:calc(100% - 130px);
}
.login-input-password-notitle{
    width:calc(100% - 30px);
}
.login-main{
    width:100%;
    padding: 15px;
    background: #fff;
}
.mobile-login-main{
    width:100%;
    /*max-width: 480px;*/
    min-height: 300px;
    margin-bottom:30px;
    /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);*/
    /*box-shadow: 0 1px 3px rgba(0,0,0,.13);*/
}
.pc-login-main{
    width:100%;
    max-width: 300px;
    min-height: 300px;
    margin:30px;
    padding:5px 5px 30px 5px;
    float:right;
    /*padding: 26px 24px 46px;*/
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.login-logo{
    width:80px;
    height:80px;
}
.login-logo-title{
    color:#1d3a66;
}
.login-slogan{
    color:#F39800;
}
.login-slogan-english{
    color:#00ADA9;
}
.login-info-img{
    max-width:200px;
    width:100%;
}
.login-info-img-pc{
    width:100%;
    max-width: 400px;
}
.icon-item{
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
.icon-item i{
    font-size:24px;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.login-nav{
    height:35px;
    line-height: 35px;
    border:1px solid #83cef2;
    color:#1d3a66;
    cursor:pointer;
}
.login-nav-active{
    background-color:#83cef2;
}
.gese-span-title-left{
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
}
.gese-span-title-right{
    display: inline-block;
    height: 35px;
    float: right;
    line-height: 35px;
    vertical-align: middle;
}
.gs-split{
    padding:0px 5px;
    color:#bbb;
}
.gs-weixin{
    background-color:#05AF10;
    display:inline-block;
}
.gs-weibo{
    background-color:#F33838;
    display:inline-block;
}
.gs-phone{
    background-color:#F8BD4E;
    display:inline-block;
}
.gs-envelope{
    background-color:#8DC6E6;
    display:inline-block;
}
.gs-weixin:focus,.gs-weibo:focus,.gs-phone:focus,.gs-envelope:focus{
    outline: none;
}
.gs-margin-top-5{
    margin-top:5px;
}
.gs-margin-top-10{
    margin-top:10px;
}
.gs-margin-top-15{
    margin-top:15px;
}
.gs-margin-top-30{
    margin-top:30px;
}
.gs-margin-top-60{
    margin-top:60px;
}
.gs-margin-top-100{
    margin-top:100px;
}
.gs-margin-bottom-30{
    margin-bottom:30px;
}
.gs-back{
    position: absolute;
    left: 15px;
    display: inline-block;
    color:#84cef3;
    font-size:18px;
}
.gs-checkbox{
    height:23px !important;
    width:23px !important;
    margin:0px !important;
    border-radius: 5px;
}
.gs-info-desc{
    font-size:12px;
    color:#72777c;
    text-align:justify;
}
.gs-row-flex-center{
    display:flex;
    justify-content: baseline;
    align-items: center;
}
.gs-row-flex-root{
    display: table-footer-group;
    align-items: center;
}
.gs-info-warning{
    font-size:12px;
    color:red;
}
.login-input-noborder{
    border:none !important;
    box-shadow:unset !important;
}
.login-form-item-with-bottom{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}
.login-other-title {
    position: relative;
    text-align: center;
    color: #bbb;
    margin: 20px 0px 15px 0px;
}
.login-other-title:after, .login-other-title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    border-top: 1px solid #aaa;
}
.lightblue-link{
    color: #83cef2 !important;
    text-decoration: none !important;
    padding-right:0px !important;
    cursor: pointer;
}
.lightblue-link-underline{
    border-bottom:1px solid #83cef2;
    cursor: pointer;
    padding-bottom:2px;
}
.action-primary{
    background-color: #84cef3;
    border-radius: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height:34px;
    line-height: 34px;
    font-size:12px;
    white-space: normal;
    border: none;
    color: #1d3a66 !important;
    width:auto;
    cursor: pointer;
    display: inline-block;
}
.action-primary-full{
    width:100% !important;
    display: block !important;
}
.action-primary-large{
    background-color: #84cef3;
    border-radius: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height:34px;
    line-height: 34px;
    font-size:12px;
    white-space: normal;
    border: none;
    color: #1d3a66 !important;
    width:auto;
    cursor: pointer;
    display: inline-block;
}
.action-default{
    background-color: #fff;
    border-radius: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height:34px;
    line-height: 34px;
    font-size:12px;
    white-space: normal;
    color: #1d3a66 !important;
    border:1px solid #84cef3;
    width:auto;
    cursor: pointer;
    display: inline-block;
}
.action-default-disabled{
    background-color: #fff;
    border-radius: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height:34px;
    line-height: 34px;
    font-size:12px;
    white-space: normal;
    color: #1d3a66 !important;
    border:1px solid #84cef3;
    width:auto;
    cursor: pointer;
    display: inline-block;
}
.action-disabled{
    background-color: rgba(132, 206, 243, 0.5);
    border-radius: 30px !important;
    padding: 5px 15px !important;
    white-space: normal;
    border: none;
    color: rgba(29, 58, 102,0.5) !important;
    font-size: 12px;
    width:auto;
    line-height: 1.5;
    cursor:not-allowed;
}
.action-disabled:hover{
    text-decoration: unset;
}
.action-disabled-large{
    background-color:rgba(132, 206, 243, 0.5);
    border-radius: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height:34px;
    line-height: 34px;
    font-size:12px;
    white-space: normal;
    border: none;
    color: rgba(29, 58, 102,0.5) !important;
    width:auto;
    cursor:not-allowed;
    display: inline-block;
}
.action-disabled:hover{
    text-decoration: unset;
}

.action-primary:hover,.action-primary-large:hover,.action-default:hover{
    background-color: #00aeef;
    color:#fff !important;
    text-decoration: unset;
}
.action-primary:focus,.action-primary-large:focus,.action-default:focus{
    outline: none;
}
.copyright{
    font-size: 12px;
    color: #bbb;
    margin-bottom: 15px;
}

.sections {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.section-block {
    width: 100%;
    margin: 10px 0px;
    margin-bottom: 0;
    cursor: pointer;
}
.section-block-white{
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
}
.section-header-desc{
    color:#9C9B9B;
    font-size:12px;
}
.section-header-grey{
    padding: 5px 10px;
    background-color: #f4f4f4;
    color: #1f1f1f;
    border-radius: 5px 5px 0 0;
}
.section-header-grey-radius{
    padding: 5px 10px;
    background-color: #f4f4f4;
    color: #1f1f1f;
    border-radius: 5px;
}
.section-header-grey h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.section-header-grey h5.toggle{
    cursor:pointer;
}
.section-content-item-width-auto{
    width:auto;
    min-width: 100px;
}
.section-content-item-bold{
    font-weight:200;
    min-width: 100px;
    text-align: justify;
}
.section-caption {
    color: #fff;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
}
.section-caption-titile-nodesc{
    color: #fff;
    margin: 0;
    padding: 20px 0px;
    text-align: center;
}
.section-caption-desc{
    font-size:12px;
    padding-left:5px;
    padding-right:5px;
}
.section-content-with-radius{
    border-radius: 10px;
}
.section-content{
    width: 100%;
    margin: 0px;
    margin-top: -10px;
    padding-top: 10px;
    background-color: #fff;
    z-index: 10;
    position: relative;
}
.section-content-topwithborder-5{
    width: 100%;
    margin: 0px;
    margin-top: -5px;
    padding: 10px 5px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    border:1px solid #f4f4f4;
    border-top:none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section-content-notopborder{
    border:1px solid #f4f4f4;
    border-top:none;
    padding:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section-content-item{
    width: 90%;
    margin: 10px auto;
    margin-bottom: 0;
}
.section-content-result{
    margin: 10px auto;
    margin-bottom: 0;
    color: #757575;
    clear: both;
    padding-bottom:15px;
}
.section-content-result p{
    margin-bottom:15px;
}
.section-content-desc{
    margin: 10px auto;
    margin-bottom: 0;
    color: #abaaaa;
    clear: both;
    text-align: justify;
}
.section-content-desc p{
    margin-bottom:15px;
}
.section-content-item-header-result h5{
    font-size:14px;
}
.section-content-item-header{
    display:block;
}
.section-content-item-header span.gese-span-title-left{
    display: inline-block;
    height: 45px;
    line-height: 45px;
}
.section-content-item-header span.gese-span-title-left b{
    display:inline-block;
    height: 45px;
    vertical-align: middle;
}
.section-content-item-header span.gese-span-title-right{
    display: inline-block;
    height: 45px;
    float: right;
    line-height: 45px;
    vertical-align: middle;
}
.section-content-item-header span.gese-span-title-right-block{
    font-weight: bold;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #f0ad4e;
    color: #fff;
    border-radius: 50%;
    float: right;
}
.section-content-collapse{
    color: #849ecf;
    margin: 10px auto;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}


@media screen and (max-width: 760px){
    .mobile-show{
        display:block;
    }
    .pc-show,.pc-show-inline{
        display:none;
    }
}
@media screen and (min-width: 760px){
    .pc-show{
        display:block;
    }
    .mobile-show{
        display:none;
    }
}