@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #535353;
    font-size: 12px;
    font-family: "arial", "微软雅黑";
}



input, textarea {
    outline: none;
}


.uetab ul li a, .uetab ul .tabcur, .artprev, .artnext, .foldround, .foldround b, .morecomment a, .ctags li, .ctags li a, .share li a, .cates li a .sca, .cates li, .cates li a, .likeatag ul li a:hover, .likeatag ul .tagselected a, .likeatag ul li a:hover .sca, .likeatag ul .tagselected .sca, .addfavorite, .searchtags li, .closetag, .searchbtn, .pages li a, .share .sinal a, .postbtn a, .userpanel dt, .userpanel dd li a, .upmenu a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



.defaultfont {
    color: #6B6A6A;
}

.athead .defaultfont {
    color: #535353;
}





.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pd25 {
    padding: 25px;
}

.pdh20 {
    padding: 20px 0;
}

.pdw20 {
    padding: 0 20px;
}

.pd50 {
    padding: 50px;
}

.pdh40 {
    padding: 40px 0;
}

.arial {
    font-family: "arial";
}

.green {
    color: #7fac00;
}


.loginmenu {
    display: none;
}

.logintoggle {
    cursor: pointer;
}

.logintoggle .loginmenu {
    display: block;
}

.logintoggle ul {
    display: none;
    right: 0px;
    top: 42px;
    position: absolute;
    z-index: 99;
}

.logintoggle ul li a {
    width: 130px;
}

.openlogin i {
    font-size: 12px;
    background: url('icons.png') no-repeat -40px -430px;
    margin-right: 2px;
}

.openlogin a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.openlogin a:hover {
    color: #fff;
}

.logintoggle .loginmenu a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #505050;
    background-image: url('icons.png');
    background-repeat: no-repeat;
    background-position: -215px -220px;
}

.logintoggle .loginmenu a:hover {
    background-color: #6BC30D;
}

.login {
    position: relative;
    height: 32px;
    line-height: 32px;
    margin-top: 8px;
}

.login li {
    float: left;
    display: block;
}

.login li a {
    text-align: center;
    font-size: 14px;
    float: left;
    display: block;
    width: 70px;
    height: 32px;
    line-height: 32px;
    background: #505050;
    color: #acacac;
}

.login .reg a {
    background: #6BC30D;
    color: #fff;
}




#maskblack {
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: url('bblock-80.png');
    display: none;
}



.loginmask {
    width: 100%;
    height: 100%;
    z-index: 8;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#loginalert {
    width: 460px;
    background: #fff;
    position: fixed;
    /* top: -600px;
    left: 50%;
    margin-left: -220px; */
    z-index: 99;
    display: none;
}

.closealert {
    width: 20px;
    height: 20px;
    cursor: pointer;
  
}



.loginwrap {
    width: 340px;
    margin: 0 auto;
}

.loginh {
    height: 40px;
    margin-top: 20px;
}

.loginh .fl {
    font-size: 30px;
    line-height: 40px;
    color: #292929;
}

.loginh .fr {
    font-size: 18px;
    line-height: 50px;
    color: #707070;
}

.loginh .fr a {
    font-size: 18px;
    line-height: 50px;
    /* color: #FF4200; */
    margin-left: 5px;
}

.loginwrap h3 {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    margin-top: 15px;
    color: #292929
}

.loginbtn {
    line-height: 70px;
    color: #6B6A6A;
}

.logininput input {
    display: block;
    height: 14px;
    line-height: 14px;
    width: 100%;
    border: #DAE2E5 1px solid;
    text-indent: 10px;
    overflow: hidden;
    color: #979696;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: content-box;
}
.logininput .input-ver
{
    width: 200px;
    float: left;
}
.btn-send-vercode{
    width: 139px;
    display: block;
    height: 14px;
    line-height: 14px;
    color: #fff;
    border: #DAE2E5 1px solid;
  text-align: center;
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 13px;
    background: #6eaffd;
    cursor: pointer;
    box-sizing: content-box;
}
.btn-send-vercode-2{
    width: 139px;
    display: block;
    height: 14px;
    line-height: 14px;
    color: #fff;
    border: #DAE2E5 1px solid;
    text-align: center;
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 13px;
    background: #6eaffd;
    cursor: pointer;

}
.logininput .loginusername {
    margin-top: 15px;
    margin-bottom: 10px;
}
.logininput .varicode {
    /*margin-top: 15px;*/
    /*margin-bottom: 10px;*/
    width: 344px;
}

.loginsubmit input {
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #70CA10;
    display: block;
    text-align: center;
    font-size: 20px;
    border: none;
    font-family: '微软雅黑';
    cursor: pointer;
}

.loginsubmit {
    width: 130px;
    height: 40px;
    margin: 15px 20px 0 0;
    position: relative;
}

.loginsubmiting {
    height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
}

.loginsubmiting_inner {
    height: 40px;
    background: url('loading.gif') no-repeat 50% 50%;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

.loginpd {
    border-bottom: 1px solid #ecf2f5;
}

.thirdlogin .pd50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.thirdlogin h4 {
    color: #6B6A6A;
    font-weight: 500;
    margin-bottom: 20px;
}

.thirdlogin ul li {
    display: block;
    float: left;
    margin-bottom: 10px;
}

.thirdlogin ul li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 160px;
    color: #fff;
    text-indent: 60px;
}

#sinal a {
    background: #d63b22 url('share/weibo.png') no-repeat 0px -5px;
}

#qql a {
    background: #3eb0d8 url('share/qq.png') no-repeat 0px -5px;
}

#renrenl a {
    background: #1f87cc url('share/renren.png') no-repeat 0px -5px;
}

#doubanl a {
    background: #319947 url('share/douban.png') no-repeat 0px -5px;
}

#wechat a {
    background: #4285F4 url('share/wechat.png') no-repeat 0px -5px;
}

.thirdlogin ul li {
    margin-right: 20px;
}






.logininput input {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.input-ver:focus{
    border-color: #DAE2E5;
}
.logininput input:focus {
    border-color: #ff9600;
}
.logininput .input-ver:focus{
    border-color: #DAE2E5;
}
.loginwrap h3 span {
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    color: #292929;
    display: block;
    float: left;
    line-height: 26px;
}

.loginwrap .login_warning {
    display: block;
    height: 20px;
    line-height: 20px;
    background: #ff7200;
    color: #fff;
    padding: 0 4px;
    float: left;
    text-align: center;
    font-size: 12px;
    margin-left: 14px;
    margin-top: 3px;
    display: none;
}






.quicklogin_socical li {
    display: block;
    float: left;
}

.quicklogin_socical li a {
    width: 186px;
    height: 46px;
    display: block;
    float: left;
    line-height: 46px;
    color: #fff;
    text-align: left;
    text-indent: 68px;
    font-size: 16px;
}

.quicklogin_socical_weibo {
    margin-bottom: 20px;
}

.quicklogin_socical {
    margin-bottom: 20px;
}

.quicklogin_socical_weibo a {
    margin-right: 20px;
    background: #d63b22 url('share/weibo.png') no-repeat 0 0;
    border: 2px solid #d63b22;
}

.quicklogin_socical_qq a {
    margin-bottom: 20px;
    background: #3eb0d8 url('share/qq.png') no-repeat 0 -2px;
    border: 2px solid #3eb0d8;
}

.quicklogin_socical_renren a {
    margin-right: 20px;
    background: #1f87cc url('share/renren.png') no-repeat 0 0;
    border: 2px solid #1f87cc;
}

.quicklogin_socical_douban a {
    background: #319947 url('share/douban.png') no-repeat 0 0;
    border: 2px solid #319947;
}

