.header-box{
    width: 100%;
    height: 100%;
}

/*公共头部*/
.poR{
    position: relative;
}
    /*公共头部*/
.header{
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 9999999999;
     /*box-shadow: 0px 3px 3px #979797;*/
    /*-moz-box-shadow: 10px 10px 5px #979797; /!* 老的 Firefox *!/*/
}
.header .top{
    width: 1190px;
    margin: 0 auto;
}
.hd_left{
    /*margin-left: 23px;*/
}
.hd_left .logoimg{
    height: 80px;
    min-width: 200px;
}

.hd_left a.logo{
    display: inline-block;

}
.hd_left .logoimg .spacer{
    width: 2px;
    height: 28px;
    margin:26px 14px 0px 14px;
    display: inline-block;
    background:#9b9b9b;
    overflow: hidden;
}
.hd_right .user{
    height: 80px;
    line-height: 80px;
}
.hd_right .user a{
    color: #303133;
    padding-left: 5px;
}

.hd_right .user a:hover{
    color: #ffc600;
    padding-left: 5px;
}

.hd_right .logined{
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
}
.hd_right .logined.bghover{
    background: #2d2c2f;
}
.hd_right .logined dt.user-pic{
    width:35px;
    height: 80px;
    border-radius: 50%;
}
.hd_right .logined dt.user-pic img{
    vertical-align: middle;
    width: 33px;
    height: 33px;
    border-radius: 50%;
}
.hd_right .logined dd .Umore .i-down{
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-position: -358px -27px;

}
.hd_right .logined .user-list{
    display: none;
}
.hd_right .logined  .hover .user-list{
    position: absolute;
    display: block;
    background: #2d2c2f;
    top: 80px;
    width: 110px;
    z-index: 9999;
    border-radius: 0px 0px 5px 0px;
    left: -55px;
    -webkit-transition: top .2s linear;
    -moz-transition: top .2s linear;
    -ms-transition: top .2s linear;
    -o-transition: top .2s linear;
    transition: top .2s linear;
    padding: 15px 15px 0px 15px;
}
.hd_right .logined .user-list li{
    line-height: 20px;
    height: 20px;
    margin-bottom: 15px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}
.hd_right .logined .user-list li a{
    color: #fff;
}
.hd_right .logined .user-list li a:hover{
    color: #ffc105;
}
.menu{

    background: #131418;
}
.nav{
    width: 1190px;
    margin: 0 auto;
}
.nav .nav-ul li{
    float: left;

}
.nav .nav-ul li.cur{
    background: #ffc600;
}
.nav .nav-ul li.cur a{
    font-weight:bold;
    color:#303133;
}
.nav .nav-ul li{
    padding:0  30px;
}
.nav .nav-ul li a{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 60px;
}

.nav .nav-ul li a:hover{
    font-size: 16px;
    color: #f0ba00;
    display: block;
    line-height: 60px;
}

.header .nav-line {
    display: block;
    position: absolute;
    height: 4px;
    width: 0px;
    background: #979797;
    /* left: 0px; */
    bottom: 0;
}
.hd_right{
    /*width: 420px;*/
    color: #ccc;
}
.hd_right .search-box{
    width: 260px;
    border: 1px solid #4a4a4a;
    height: 28px;
    border-radius: 14px;
    background: #fff;
    margin-top: 25px;
    margin-right:37px;
}
.hd_right .search-box .select-box{
    /*width: 50px;*/
    height: 28px;
    background: #fff;
    border-radius: 25px 0px 0px 25px;
}


.hd_right .search-box .select-box .i-sdown{
    width: 10px;
    height: 10px;
    background-position: -359px -27px;
    right: 0px;
    cursor: pointer;
    top: 12px;
}
.hd_right .sel-tit .tit{
   max-width: 50px;
    border: none;
    color: #303133;
    padding-left: 10px;
    height: 24px;
    background: #fff;
    line-height: 24px;
    font-size: 12px;
    border-radius: 14px;
    cursor: pointer;
    margin-right: 15px;
}
.hd_right  .select-box  .sel-con{
    position: absolute;
    min-width: 0px;
    padding:0px;
    margin:0px;
    width: 70px;
    min-height: 30px;
    background: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    top: 35px;
    box-shadow:0 0 8px 0 rgba(0,0,0,0.15);
    display: none;
}
.hd_right  .select-box  .sel-con ul{
    list-style:none;
    padding: 10px 10px 0px 10px;
}
.hd_right .select-box  .sel-con ul li{ margin-bottom: 10px;color:#303133; cursor: pointer; line-height: 16px; height: 16px;
    padding-left: 0px;}
.hd_right .select-box  .sel-con ul li:hover{font-weight: bold ; background: transparent; }


.hd_right .search-box  input.search-key {
    width: 155px;
    font-size: 12px;
    line-height: 30px;
    height: 28px;
    background: #fff;
    border: none;
    /*margin-left: 10px;*/
}
.hd_right .search-box .s-btn {
    width: 30px;
    height: 27px;
    right: 0;
    top: -1px;
}
.search-box  .i-search {
    width: 20px;
    height: 20px;
    background-position: -397px -20px;
    right: 10px;
    top: 5px;
}


.hd_right>a{
    color: #ccc;
    padding: 0px 10px;
    line-height: 60px;
}
.hd_right>a:hover{
    color: #ffc105;
}
.hd_right .header-i{
    position: relative;
    float: left;
    margin-right: 15px;
}
 .upload{
     position: relative;
     float: right;
     /*line-height: 60px;*/
     /*font-size: 16px;*/
     color: #fff;
     cursor: pointer;
 }

 .upload:hover{
     position: relative;
     float: right;
     /*line-height: 60px;*/
     /*font-size: 16px;*/
     color: #ffc600;
     cursor: pointer;
 }


.menu  .i-upload{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-position: -453px -22px;
    cursor: pointer;
}
.hd_right  .i-msg{
    width: 20px;
    height: 20px;
    /*margin: 20px 15px 0px 20px*/
    margin-top: 30px;
    vertical-align: middle;
    background-position: -500px -22px;
    cursor: pointer;
}
.hd_right  .header-msg-num{
    background:#ff3c3c;
    height:18px;
    line-height: 18px;
    border-radius:9px;
    position: absolute;
    right: -7px;
    top: 11px;
    color:#fff;
    font-size:12px;
    text-align: center;
    display: block;
    padding: 0 3px;
    min-width: 12px;
}
.hd_right .upload-con{
    width: 350px;
    height: 280px;
    background:#ffffff;
    box-shadow:0 0 8px 0 rgba(0,0,0,0.15);
    border-radius:4px;
    top: 50px;
    right: 5px;
    display: none;
}
.hd_right .upload-con .i-cal{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-position: -200px -415px;
}

.hd_right .upload-con .info{
    margin: 30px 20px;
}
.hd_right .upload-con .img{
    width: 80px;
    height: 80px;
}
.hd_right .upload-con .tit{
    margin-left: 20px;
    margin-top: 10px;
}
.hd_right .upload-con .i-info{
    width: 80px;
    height: 70px;
    vertical-align: middle;
    background-position: -870px -515px;
}
.hd_right .upload-con .btns{
    margin-left: 40px;
}
.hd_right .upload-con .btns a{
    margin: 0px 30px 30px 0px;
}
.hd_right .upload-con .btns a:hover{
    color: #fff;

}
.header .msg-box{
    display: none;
    position: absolute;
    top:80px;
    right:0;
    background:#fff;
    box-shadow:0 0 15px 0 rgba(0,0,0,0.15);
    width:350px;
    font-size:16px;
    color:#131418;
    z-index: 1999;
}
.header .msg-box a{
    color:#131418;
}
.header .msg-box .box-list a:visited{
    color:#c8c5c3;
}
.header .msg-box .box-tit{
    padding:0 20px;
    line-height: 50px;
    border-bottom:1px solid #eae9e8;
}

.header .msg-box .box-tit .right{
    font-size:12px;
    color:#797c80;
}
.header .msg-box .box-list{
    padding:0 30px;
}
.header .msg-box .box-list .msg-item{
    line-height: 26px;
    padding:15px 0 20px;
    border-bottom:1px solid #eae9e8;
    font-size: 14px;
}
.header .msg-box .box-list .msg-item:last-child{
    border-bottom: 0;
}
.header .msg-box .box-list .no-item{
    text-align: center;
    padding: 125px 0;
}
.header .msg-box .msg-bot{
    border-top:1px solid #eae9e8;
    line-height: 50px;
    text-align: center;
   
}
.right{
    float: right;
}
a{
     color:inherit;
 }



.auth-main{
    background:#ffffff;
    border:1px solid #f1f1f1;
    border-radius:4px;
    color:#303133;
    margin:0 auto;
}
.auth-main .satip{
    width: 373px;
    overflow: hidden;
    margin:38px auto 0;
}
.auth-main .satip .icon{
    width: 80px;
    height: 80px;
    background-position: -870px -505px;
    float: left;
}
.auth-main .satip h2{
    margin-top: 16px;
    font-size:20px;
    margin-left: 100px;
    font-weight: 100;
}
.auth-main .satip h3{
    margin-top: 10px;
    font-size:12px;
    margin-left: 100px;
    font-weight: 100;
}
.auth-main .bg-row{
    height: 54px;
    width: 435px;
    margin:0 auto;

}
.auth-main .bg-row>label{
    width: 100px;
    float: left;
    text-align: right;
    line-height: 34px;
    margin-right: 10px;
}
.auth-main .bg-row .select-box{
    position: relative;
    float: left;
    width: 260px;
}
.auth-main .select-box .sel-tit{
    width: 260px;
    cursor: pointer;
}
.auth-main .bg-row .select-box .sel-con{
    display: none;
    width: 100%;
    position: absolute;

    min-width: 0px;
    padding: 0px;
    margin: 0px;
    min-height: 30px;
    background: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    top: 35px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}
.auth-main .bg-row .select-box .sel_text{
    pointer-events: none;
}
.auth-main .bg-row .select-box .err-msg{
    padding-left: 10px;
}
.auth-main .bg-row .select-box .caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-top: 5px solid #8f9194;
    border-top: 5px solid #8f9194\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 17px;
    right: 10px;
    cursor: pointer;
}
.auth-main .bg-row .select-box .sel-con li{
    line-height: 2.5em;
    cursor: pointer;
    padding-left: 2em;
}
.auth-main .bg-row .select-box .sel-con li:hover{
    background: #ddd;
}
/*.auth-main .bg-row .col2{*/
    /*width: 373px;*/
    /*overflow: hidden*/
/*}*/
/*.auth-main .bg-row .txtPhone{*/
    /*width:175px;*/
/*}*/
.auth-main .bg-row  .con{
    position:relative;
    float:left;
}
.auth-main .bg-row  .vcode_tip{
    margin-top: 34px;
}

.ui-input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#f1f1f1;
    border-radius:4px;
    width:260px;
    height:34px;
    border:0;
    padding:9px;
}
.bg-bot{
    text-align: center;
    padding-top: 40px;
    margin-bottom: 35px;
    clear: both;
}
.btn-up{
    background: #ffc105;
    border-radius: 4px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}
.auth-main .btn-send{
    position: absolute;
    right: 0;
    top:7px;
    line-height: 20px;
    width: 70px;
    padding-right: 5px;
    border-left:1px solid #e3e3e3;
    text-align: center;
}
.auth-main .err-msg{
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
.err-msg{
    color:#f40;
}

.auth-content dl{
    width: 100px;
}
.auth-content .auth-pic{
    background:#f1f1f1;
    border-radius:4px;
    width:90px;
    height:90px;
    /*float: left;*/
}
.auth-content .auth-pic img{
    width: 100%;
    height: 100%;
}
.auth-content dt{
    /*margin-left: 100px;*/
    color:#8f9194;
    line-height:20px;
}
.auth-content .icon{
    width: 22px;
    height: 20px;
}
.auth-content td{
    vertical-align: top;
}
.auth-content .shangchuan .icon{
    background-position: -490px -669px;
}
.auth-content .auth-warn{
    margin-left: 110px;
    color: #8f9194;
}
.auth-content .shuoming .icon{
    background-position: -521px -416px;
}
.auth-content .shangchuan{
    color:#3366cc;
    /*position: relative;*/
}
.auth-content .shangchuan .btn-shangchuan,
.auth-content .shangchuan .btn-shangchuan-wechat{
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    width: 100%;
    top:88px;
    left:0;
    cursor: pointer;
}


/*placeholder个性化*/
::-webkit-input-placeholder{
    color:#c8c5c3;
}
:-moz-placeholder{
    color:#c8c5c3;
}
::-moz-placeholder{
    color:#c8c5c3;
}
:-ms-input-placeholder{
    color:#c8c5c3;
}