.navbar-default{
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    margin: 0;
    position: fixed;
    border: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
    height: 53px;
}
.navbar-default .navbar-nav>li>a{
    color: whitesmoke;
}
.nav > li:hover .dropdown-menu {
    display: block;
}
.navbar-brand{
    width: 100px;
    height: 53px;
    padding: 3px;
}
.navbar-collapse{
    float: right;
}
.nav a{
    font-size: 15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color: #ca9b41;
    border-bottom: 2px solid #e7cf6c;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #ca9b41;
    border-bottom: 2px solid #e7cf6c;
}
.section_title{
    margin: 50px auto;
    position: relative;
    padding-bottom: 30px;
}
.section_title_white{
    color: white;
}
.section_title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ca9b41;
    width: 34px;
    height: 4px;
}
.doubleLine{
    position: relative;
}
.doubleLine{
    font-size: 20px;
}
.doubleLine:before,.doubleLine:after {
    content: '';
    position: absolute;
    top: 52%;
    background: #a3a3a3;
    width: 120px;
    height: 1px;
}
.doubleLine:before{
    left: 120%;
}
.doubleLine:after {
    right: 120%;
}
.person_nav li{
    float: left;
    width: 20%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.person_nav .active{
    color: #ca9b41;
}
.paddingL40{
    padding: 0 0 0 40px;
}
.person_contant{
    margin-top: 30px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
}
.person_contant span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #a3a3a3;
    vertical-align: middle;
    margin-right: 15px;
}
.seconddec{
    font-size: 15px;
    color: #ababab;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no_view{
    display: none;
}
.marginBottom50{
    margin-bottom: 50px;
}
.marginBottom70{
    margin-bottom: 70px;
}
.marginTop70{
    margin-top: 70px;
}
.marginTop60{
    margin-top: 60px;
}
.marginTop30{
    margin-top: 30px;
}
.marginTop20{
    margin-top: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-15{
    margin-bottom: 15px;
}
.mt-10{
    margin-top: 10px;
}
#gisp{
    background: url("../img/message.jpg") no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
}
#magazine{
    background: url("../img/img_news.jpg") no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
}
.cisp-wrap{
    text-align: center;
    color: #d2d2d2;
}
#scroll{
    transition: 1s;
}
.gisp_icon{
    width: 80px;
    height: 80px;
    border: 2px solid #a9a9a9;
    margin: 20px auto;
    border-radius: 50%;
    cursor: pointer;
}
.gisp_icon:hover{
    background: #8a4392;
    border: 2px solid #8a4392;
}
.gisp_icon img{
    display: block;
    width: 50%;
    height: 50%;
    margin: 25% auto;
}
.information-wrap{
    max-height: 400px;
    overflow: hidden;
}
.information-wrap img{
    display: block;
    width: 100%;
    margin-top: 50px;
}
.information-wrap>div{
    position: relative;
    padding: 0 50px;
}
.information-wrap>div:nth-of-type(2){
    transform: scale(1.15);
}
.information-wrap span{
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    background: #8a4392;
    border-radius: 20px;
    color: white;
    white-space:nowrap;
    padding: 5px 15px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}
.information-wrap p{
    text-indent: 2em;
    line-height: 25px;
    margin-top: 10px;
}
.lineOverHidden{
    display:-webkit-box;
    -webkit-line-clamp:5;
    overflow:hidden;
    -webkit-line-break: auto;
    -webkit-box-orient:vertical;
}
.information-spread{
    text-align: center;
    margin-top: 20px;
    color: grey;
}
.information-spread span{
    cursor: pointer;
    font-size: 18px;
    padding: 15px;
}
.magazine-title{
    text-align: center;
}
.magazine-title span{
    padding: 20px 30px;
    font-size: 16px;
    cursor: pointer;
}
#webbies{
}
#webbies li{
    list-style: none;
    width: 50%;
    padding: 60px 40px;
    line-height: 20px;
    height: 60px;
    cursor: pointer;
}
.magazine-index{
    display: block;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    border-right: 3px solid whitesmoke;
    font-family: 楷体;
}
.magazine-main span{
    float: right;
    font-size: 11px;
    margin-right: 15px;
}
.magazine-main p{
    margin: 0;
    font-size: 15px;
}
.magazine-main p:nth-of-type(2){
    color: #bbbbbb;
    font-size: 13px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    overflow:hidden;
    -webkit-line-break: auto;
    -webkit-box-orient:vertical;
}
.alertWrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}
.modal-dialog{
    opacity: 0;
}
.modal-header {
    background-color: #626262;
    color: #ffffff;
}
.modal-header .close {
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    float: left;
    font-size: 2em;
}
.modal-title{
    font-weight: 700;
    float: right;
}
.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.information-title{
    font-size: 20px;
    font-weight: 600;
}
.modal-body{
    color: #333333;
    font-size: 15px;
    line-height: 1.60;
}
.btn-close {
    color: white;
    background: #ca9b41;
    border: 0;
    padding: 17px 55px;
    cursor: pointer;
    outline: none;
}
.btn-close:hover{
    color: white;
    background: #ca9b41;
}
@media (min-width: 992px){
    .modal-lg {
        width: 800px;
    }
}
.model_active{
    color: #ca9b41;
    border-bottom: 2px solid #ca9b41;
}
.pointerIcon{
    color: #ca9b41;
    margin-right: 4px;
}
.showhideModelText {
    font-size: 15px;
    line-height: 32px;
}
.showhideModelImg img{
    width: 100%;
}
.showhideModelText p{
    margin-top: 10px;
}
.text_indent2em{
    text-indent: 2em;
}
#contant{
    background: #383339;
    font-size: 17px;
    line-height: 30px;
}
#contant label{
    width: 100%;
    margin-bottom: 20px;
}
#contant input,#contant textarea{
    background: transparent;
    border: 1px solid whitesmoke;
    outline: none;
    text-indent: 1em;
    vertical-align: top;
    float: right;
    width: calc(100% - 70px);
}
.content_btn{
    background: #ca9b41;
    border: 0;
    border-radius: 15px;
    outline: none;
    font-size: 13px;
    padding: 0 15px;
    float: right;
}
.ketchup-error-container {
    display: none;
    position: absolute;
    width: auto;
}
.ketchup-error-container ol {
    margin: 0;
    font-size: 12px;
    color: #fff;
    background: #842f8e;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    list-style: none;
    line-height: 16px;
}
.ketchup-error-container span {
    display: block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #842f8e;
    border-bottom: 0;
    margin-left: 10px;
}
.cisp span{
    font-size: 17px;

}
.cisp_title{
    font-size: 22px;
    font-weight: 600;
}
.cisp_icon{
    display: inline-block;
    width: 4px;
    height: 15px;
    background: #842f8e;
    vertical-align: middle;
    margin: 0 8px;
}
.cisp_child_title{
    font-size: 15px!important;
    font-family: 微软雅黑;
    font-weight: 600;
    line-height: 30px;
}
.cisp_text{
    padding: 0 15px;
    line-height: 25px;
    text-indent: 2em;
}
.download {
    display: inline-block;
    background: #881f8e;
    color: white;
    margin: 0 30px;
    padding: 15px;

}
.download:hover{
    color: white;
    text-decoration: none;
}
.login_bj{
    width: 100%;
    height: 100%;
    background: url("../img/login.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.register_bj{
    background: url("../img/register.jpg") no-repeat;
    background-size: 100% 100%;
}
.well{
    background: rgba(255,255,255,0.9);
}
#form label{
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin: 20px auto;
}
#form label span{
    display: inline-block;
    width: 80px;
    text-align: right;
}
#form label input{
    margin-left: 10px;
    width: calc(100% - 90px);
    font-size: 14px;
    text-indent: 1em;
    outline: none;
}
#form label .smallInput{
    width: calc(100% - 210px);
}
#sms{
    width: 80px;
    height: 25px;
    margin: 0 20px;
    cursor: pointer;
}
.loginBtn{
    margin: 30px auto 12px;
    color: white;
    display: block;
    background: #881f8e;
    font-size: 16px;
    padding: 5px 23px;
    border-radius: 20px;
    font-weight: 600;
    border: 0;
    outline: none;
}
.copy{
    position: absolute;
    bottom: 30px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
#getSms{
    border: 0;
    background: transparent;
    color: #842f8e;
    font-size: 14px;
    width: 116px;
    outline: none;
}
.tipWrap{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
}
.tipWrap>div{
    padding: 0 15px;
    width: 400px;
    background: whitesmoke;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}
.tipWrap>div>img{
    display: block;
    width: 85px;
    margin: 30px auto
}
.tipWrap button{
    border: 0;
    outline: none;
    text-align: center;
    cursor: pointer;
    width: 26%;
    margin: 30px 0 30px 16%;
    line-height: 30px;
    color: white;
    border-radius: 6px;
    background: #9d9d9d;
}
.tipWrap button:nth-of-type(2){
    background: #881f8e;
}