﻿/*初始化代码样式*/
*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
input,select{
    outline: none;
}
textarea{
    resize: none;
}
img{
    max-width: 100%;
}
body{
    background-color: #e6edf5;
}

@font-face {
  font-family: 'iconfont';  /* project id 1096968 */
  src: url('//at.alicdn.com/t/font_1096968_a20usdkgcuh.eot');
  src: url('//at.alicdn.com/t/font_1096968_a20usdkgcuh.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1096968_a20usdkgcuh.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1096968_a20usdkgcuh.woff') format('woff'),
  url('//at.alicdn.com/t/font_1096968_a20usdkgcuh.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1096968_a20usdkgcuh.svg#iconfont') format('svg');
}
.iconfont{
    font-family: "iconfont";
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
    color:#106EBE ;
}
/*头部导航*/
.header{
    height: 80px;
    background-color: #fff;
}
.header .content{
    height: 80px;
}
.header .logo{
    width: 200px;
    height: 29px;
    margin: 26px 0 25px;
    float: left;
}
.header .logo img{
    max-width: 100%;
    max-height: 100%;
}
.nav{
    float: left;
    margin-left: 300px;
    overflow: hidden;
    line-height: 24px;
    padding: 28px 0;
}
.nav >li{
    float: left;
    font-size: 16px;
    margin-left: 50px;
}
.nav >li:first-child{
    margin: 0;
}
.nav >li a:hover{
    color:#106EBE ;
}
/*登录注册按钮*/
.header .rightBtn{
    float: right;
    padding: 20px 0;
    height: 40px;
}
.header .rightBtn .btn{
    width: 53px;
    height: 28px;
    border-radius: 15px;
    border: 1px solid #106EBE;
    color: #106EBE;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    margin: 5px 0;
    margin-left: 18px;
    float: left;
    cursor: pointer;
}
.header .rightBtn .btn:hover{
    background-color:#106EBE ;
    color: #fff;
}
/*会员头像*/
.header .users{
    width: 45px;
    height: 45px;
    float: right;
    position: relative;
    padding: 18px 12px 17px 13px;
}
.header .users .headImg{
    width: 45px;
    height: 45px;
    border-radius:100%;
    overflow:hidden;
}
.header .users .headImg img{
    max-width:100%;
}
.header .users #msgNum{
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #DD1E25;
    top: 16px;
    right: 6px;
}
.header .users:hover{
    background: #106EBE;
}
.header .users:hover ul{
    display: block;
}
.header .users ul{
    position: absolute;
    top: 80px;
    right: 0;
    width: 170px;
    z-index: 9999;
    display: none;
}
.header .users ul li{
    border-top: 1px solid #E6EDF5;
    background: #fff;
}
.header .users ul li:first-child{
    border: none;
}
.header .users ul li a{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.header .users ul li a:hover{
    background: #106EBE;
    color: #fff;
}
.header .users ul li a.message{
    position: relative;
}
.header .users ul li a.message span{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #DD1E25;
    position: absolute;
    top: 11px;
    right: 47px;
}
/*内页banner*/
.InnerBanner{
    height: 149px;
    background-image: url(../images/list_head_img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.InnerBanner .container{
    overflow: hidden;
    padding: 55px 0 44px;
}
.InnerBanner .container .path{
    line-height: 50px;
    height: 50px;
    float: left;
}
.InnerBanner .container .path .icon{
    float: left;
    color: #fff;
    line-height: 50px;
    width: 12px;
    font-size: 12px;
    margin-right: 6px;
}
.InnerBanner .container .path ul{
    overflow: hidden;
}
.InnerBanner .container .path ul>li{
    float: left;
    color: #fff;
    margin-right: 6px;
}
.InnerBanner .container .path ul>li a{
    color: #fff;
    font-size: 14px;
}
.InnerBanner .container .search{
    float: right;
    width: 553px;
    height: 50px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
}
.InnerBanner .container .search .left{
    float: left;
    height: 30px;
    width: 446px;
    padding: 10px;
}
.InnerBanner .container .search .left input{
    height: 30px;
    line-height: 30px;
    width: 446px;
    border: none;
    font-size: 14px;
}
.InnerBanner .container .search .searchBtn{
    width: 87px;
    height: 50px;
    background-color: #106EBE;
    float: right;
    cursor: pointer;
}
.InnerBanner .container .search .searchBtn>div{
    width: 87px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.InnerBanner .container .search .searchBtn:hover>div{
    background-color: rgba(0,0,0,0.3);
}
/*中间部分*/
#centerContent{
    padding-top: 20px;
    min-height: 500px;
    margin-bottom: 34px;
}
#centerContent .left{
    width: 200px;
    float: left;
    background: #fff;
    border-bottom: 3px solid #106EBE;
}
.userTop{
    padding: 17px 10px 23px;
    text-align: center;
}
.userTop .headImg{
    width: 89px;
    height: 89px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
}
.userTop .nickName{
    font-size: 14px;
    font-weight: bold;
    color: #2D2C2C;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.userTop .dec{
    font-size: 12px;
    color: #4D5257;
    margin-top: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.userTop .list{
    overflow: hidden;
    margin-top: 25px;
}
.userTop .list>li{
    width: 33.333333333%;
    float: left;
}
.userTop .list>li .num{
    color: #2D2C2C;
    font-weight: bold;
    font-size: 13px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.userTop .list>li .text{
    color: #8B9198;
    font-size: 12px;
    margin-top: 2px;
}
.userTop #addBtn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: url("../images/sign-small_button_bg.png") center center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 12px;
    margin-top: 25px;
    cursor: pointer;
    display:block;
}
.userTop #addBtn:hover{
        box-shadow: 0px 2px 4px 0px rgba(16,110,190,0.5);
}
.userNav>ul{
    border-top: 1px solid #E8E8E8;
}
.userNav>ul>li>a{
    display: block;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 14px;
    color: #4D5257;
    position: relative;
}
.userNav>ul>li>a>.num{
    float: right;
    color: #106EBE;
    font-weight: bold;
}
.userNav>ul>li>a>.messageNum{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #DD1E25;
    position: absolute;
    top: 12px;
    left: 77px;
}
.userNav>ul>li>a:hover{
    background-color: #106EBE;
    color: #fff ;
}
.userNav>ul>li>a:hover span{
    color: #fff ;
}
#centerContent .right{
    float: right;
    width: 980px;
}
/*底部*/
.footer{
    height: 215px;
}
.footer .top{
    height: 138px;
    background-image: url(../images/home_bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 27px;
}
.footer .top .container{
    overflow: hidden;
}
.footer .top .left{
    float: left;
    padding-top: 17px;
    width: 710px;
}
.footer .top .footerLogo{
    width: 257px;
}
.footer .top .footerLogo img{
    max-width: 100%;
}
.footer .top .footerNav{
    margin-top: 20px;
    line-height: 1;
    font-size: 12px;
    color: #D1DBE4;
}
.footer .top .footerNav a{
    color: #D1DBE4;
    margin:0 12px;
}
.footer .top .footerNav a:first-child{
    margin-left: 0;
}
.footer .top .footerNav a:hover{
    color: #fff;
}
.footer .top .center{
    float: left;
    padding-top: 14px;
}
.footer .top .center .title{
    line-height: 1;
    font-size: 14px;
    color: #DDE5ED;
    padding-left: 5px;
    border-left:3px solid #DDE5ED;
    font-weight: bold;
}
.footer .top .center .text{
    margin-top: 15px;
    font-size: 12px;
    color: #D1DBE4;
}
.footer .top .center .text p{
    margin-bottom:5px ;
}
.footer .top .right{
    float: right;
    text-align: center;
}
.footer .top .right img{
    width: 94px;
}
.footer .top .right p{
    font-size: 12px;
    color: #D1DBE4;
}
.footer .bottom{
    height: 50px;
    background-color: #0C2948;
    color: #D1DBE4;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
}
.footer .bottom a{
    color: #D1DBE4;
}
.footer .bottom a:hover{
    color: #fff;
}
/*遮罩*/
#mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    z-index: 99;
    display: none;
}
/*登录注册*/
.alert{
    width: 800px;
    height: 570px;
    border-radius: 10px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -285px;
    margin-left: -400px;
    z-index: 100;
    overflow: hidden;
    display: none;
}
.alert .left{
    float: left;
    width: 320px;
    padding-top: 88px;
    height: 482px;
    background-image: url("../images/Sign%20in_img.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}
.alert .left .logo{
    padding-left: 50px;
    height: 32px;
}
.alert .left .logo img{
    max-height: 100%;
    display: block;
}
.alert .left ul{
    margin-top: 75px;
    padding-left: 15px;
}
.alert .left ul li{
    width: 240px;
    height: 40px;
    padding-left: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-bottom: 40px;
    background-image: url(../images/icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}
.alert .right{
    width: 480px;
    padding-top: 40px;
    height: 530px;
    float: left;
}
.alert .right .title{
    text-align: center;
    font-size: 27px;
    line-height: 36px;
    color: #202124;
}
.alert .close{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 17px;
}
.alert .right .form{
    margin-top: 57px;
    padding:0 70px;
}
.alert .right .form .item{
    margin-top: 25px;
    overflow: hidden;
}
.alert .right .form .item:first-child{
    margin-top: 0;
}
.alert .right .form .item input{
    width: 298px;
    height: 20px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    background: #F5FAFF;
    border: 1px solid #ced8e3;
    border-radius: 4px;
}
.alert .right .form .item.verity input{
    width: 183px;
    float: left;
}
.alert .right .form .item.verity .msmBtn{
    float: right;
    width: 100px;
    height: 38px;
    background: #106EBE;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.alert .right .form .item.verity .msmBtn:hover>div{
    background-color: rgba(0,0,0,0.3);
}
.alert .right .form .item input:focus{
    background: #fff;
    border-color: #106EBE;
}
.alert .right .form .err{
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    font-size: 12px;
    color: red;
}
.alert .right .form .btn{
    width: 340px;
    height: 50px;
    background: url("../images/sign-in_button_bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.alert .right .form .btn:hover{
    box-shadow: 0px 3px 6px 0px rgba(16,110,190,0.5);
}
.alert .right .bottom{
    height: 58px;
    border-top:1px solid #ededed;
    text-align: center;
    font-size: 12px;
    line-height: 58px;
    color: #4D5257;
}
.alert .right .bottom span{
    display: inline-block;
    color: #106EBE;
    text-decoration: underline;
    cursor: pointer;
}
/*登录样式*/
.alert .login .autoLogin{
    margin-top: 18px;
    overflow: hidden;
    line-height: 15px;
    height: 15px;
}
.alert .login .autoLogin #auto{
    float: left;
}
.alert .login .autoLogin #auto input{
    display: none;
}
.alert .login .autoLogin #auto label{
    display: block;
    font-size: 12px;
    color: #929292;
    padding-left: 21px;
    background-image:url(../images/sign-in_button.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.alert .login .autoLogin #auto input:checked~label{
    background-position: left bottom;
}
.alert .login .autoLogin .forget{
    float: right;
    font-size: 12px;
    display: block;
    color: #106EBE;
}
.alert .login .thereLogin{
    margin-top: 39px;
    height: 104px;
    padding-top: 11px;
    background: url("../images/OR.png") top center no-repeat;
}
.alert .login .thereLogin ul{
    padding: 31px 0;
    text-align: center;
}
.alert .login .thereLogin ul li{
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0 8px;
}
.alert .login .thereLogin ul li img{
    max-width: 100%;
}
/*账号绑定样式*/
.alert .bindAccount{
    display: none;
}
.alert .bindAccount .form .pwd{
    display: none;
}
.alert .bindAccount .form .err{
    margin-top: 30px;
}
/*注册样式*/
.alert .register{
    display: none;
}
.alert .register .bottom{
    margin-top: 21px;
}
.passstrength{
    position:relative;
    margin:8px 0;
    margin-left:40px;
    display:none;
    opacity:0;
}
.passstrength .pw-bar{
    background: url(../images/pwd-1.png) no-repeat;
    height: 14px;
    overflow: hidden;
    width: 179px;
}
.pw-bar-on {
    background: url(../images/pwd-2.png) no-repeat;
    width: 0px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .5s ease-in;
    -moz-transition: width .5s ease-in;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
}
.tip{
    font-size:14px;
    color:#707070;
    margin-top:10px;
    line-height:30px;
}
.tip a {
    color: #106EBE;
}
#agreement{
    position:fixed;
    width:800px;
    height:500px;
    top:50%;
    left:50%;
    margin-top:-300px;
    margin-left:-450px;
    background:#fff;
    z-index:9999;
    padding:50px;
    display:none;
}
#agreement #close{
    position:absolute;
    top:0;
    right:0;
    width:30px;
    height:30px;
    padding:10px;
    line-height:30px;
    text-align:center;
    font-size:20px;
   cursor:pointer;
}
#agreement .text{
    height:100%;
    overflow:auto;
    margin:0;
}
/*返回顶部*/
#gotop{
    width: 45px;
    height: 45px;
    border-radius: 2px;
    position: fixed;
    right: 40px;
    bottom:100px;
    display: none;
    background: #abb8c2;
    color: #ffffff;
    font-size: 36px;
    line-height: 45px;
    cursor: pointer;
}
#gotop:hover{
    background:#106ebe;
}
/*分页样式*/
.page_div {
    margin-top: 28px;
    font-size: 14px;
    font-family: "microsoft yahei";
    box-sizing: border-box;
    text-align:center;
}
.page_div a {
    min-width: 38px;
    height: 38px;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 6px;
    cursor: pointer;
    line-height: 40px;
    color: #2F3337;
    font-size: 14px;
    display: inline-block;
}

#firstPage,
#lastPage {
    width: 50px;
    color: #106ebe;
    border: 1px solid #106ebe;
}

#prePage,
#nextPage {
    width: 70px;
    color: #106ebe;
    border: 1px solid #106ebe;
}

.page_div .current {
    background-color: #106ebe;
    border-color: #106ebe;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #106ebe;
    margin: 0 5px;
}
/* end */
.layui-form-select dl dd.layui-this{
    background-color: #106EBE;
}
.layui-form-mid{
    font-size: 12px;
}

