/* CSS Document */
html,
body,
div,
span,
iframe,
input,
select,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
}

em {
    font-style: inherit;
    display: inline-block;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color:#333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

input:focus,
input:active {
    outline: none;
}

i,
em {
    font-style: normal;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

input[type=text],
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    /*去除iPhone input默认样式}*/
}

input {
    outline: none;
    background: none;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;
}

.clear {
    zoom: 1;
}


/*右侧浮动*/
.fixed-contain {
    position: fixed;
    background: #FFF;
    width: 64px;
    box-shadow: rgba(0, 0, 0, .2) 0 0 8px;
    border-radius: 16px;
    padding-bottom: 12px;
    margin-top: -130px;
    top: 50%;
    right: 24px;
    z-index: 99999
}

.fixed-contain li {
    text-align: center;
    margin-top: 9px;
    cursor: pointer;
    position: relative
}

.fixed-contain li .box i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/fixed-contain-icon.png) no-repeat
}

.fixed-contain li:nth-child(1) .box i {
    background-position: 0 0
}

.fixed-contain li:nth-child(2) .box i {
    background-position: -40px 0
}

.fixed-contain li:nth-child(3) .box i {
    background-position: -80px 0
}

.fixed-contain li:nth-child(4) .box i {
    background-position: -120px 0
}

.fixed-contain li .box span {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 18px
}

.fixed-contain li .tips {
    display: none;
    position: absolute;
    top: 50%;
    right: 80px;
    margin-top: -17px;
    background: #E51C2C;
    width: 185px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px
}

.fixed-contain li .weixin {
    background: #FFF;
    margin-top: -75px;
    width: 130px;
    height: 130px;
    padding: 10px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
}

.fixed-contain li .weixin img {
    width: 100%
}

.fixed-contain li:hover .weixin,
.fixed-contain li:hover .tips {
    display: block;
    -webkit-animation: tipsShow .25s ease-in 1 forwards;
    -moz-animation: tipsShow .25s ease-in 1 forwards;
    -o-animation: tipsShow .25s ease-in 1 forwards;
    -ms-animation: tipsShow .25s ease-in 1 forwards;
    animation: tipsShow .25s ease-in 1 forwards
}

@-moz-keyframes tipsShow {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        right: 70px
    }

    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        right: 80px
    }
}

@-webkit-keyframes tipsShow {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        right: 70px
    }

    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        right: 80px
    }
}

@-o-keyframes tipsShow {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        right: 70px
    }

    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        right: 80px
    }
}

@keyframes tipsShow {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        right: 70px
    }

    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        right: 80px
    }
}

.logo span {
    float: right;
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-top: 38px;
    padding-left: 36px;
    position: relative;
    display: none
}

.logo span:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    background: url(/skin/images/login-pic.jpg) left no-repeat;
    background-size: 30px 30px;
    top: 0;
    left: 0
}

.back {
    position: fixed;
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none
}

.login-popup {
    position: fixed;
    background: #FFF;
    width: 398px;
    height: 458px;
    margin: -229px 0 0 -199px;
    border-radius: 9px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    z-index: 999999;
    display: none
}

.login-popup .login-close {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 10px;
    right: 10px
}

.login-popup .login-close:before {
    content: "";
    position: absolute;
    background: #000;
    width: 2px;
    height: 30px;
    transform: rotate(45deg);
    margin: -15px 0 0 -1px;
    transition: all 0.3s linear;
    top: 50%;
    left: 50%
}

.login-popup .login-close:after {
    content: "";
    position: absolute;
    background: #000;
    width: 2px;
    height: 30px;
    transform: rotate(-45deg);
    margin: -15px 0 0 -1px;
    transition: all 0.3s linear;
    top: 50%;
    left: 50%
}

.login-popup .login-close:hover:before {
    transform: rotate(225deg)
}

.login-popup .login-close:hover:after {
    transform: rotate(135deg)
}

.login-popup li.phone-login {
    padding: 0 29px
}

.phone-login .ohoneLogin-title {
    text-align: center;
    padding: 36px 0
}

.phone-login .ohoneLogin-title i {
    display: block;
    background: #FF7645;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin: 0 auto;
    position: relative
}

.phone-login .ohoneLogin-title i:before {
    content: "";
    position: absolute;
    background: #FFF;
    width: 6px;
    height: 22px;
    border-radius: 6px;
    top: 6px;
    left: 19px
}

.phone-login .ohoneLogin-title i:after {
    content: "";
    position: absolute;
    background: #FFF;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    top: 32px;
    left: 19px
}

.phone-login .ohoneLogin-title span {
    display: block;
    font-size: 23px;
    color: #333;
    line-height: 28px;
    padding-top: 14px
}

.phone-login .form_box input {
    margin: 0;
    padding: 0;
    outline: none;
    background: none;
    height: 60px;
    font-size: 14px;
    color: #888
}

.phone-login .form_box .ipt {
    background: #F2F2F2;
    height: 60px;
    padding: 0 17px 0 30px;
    margin-bottom: 1px;
    overflow: hidden;
    position: relative
}

.phone-login .form_box .ipt:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 20px;
    background: url(../imgs/form-icon.png) no-repeat;
    top: 20px;
    left: 6px
}

.phone-login .form_box .tel input {
    float: left;
    width: 280px
}

.phone-login .form_box .t-verification input,
.phone-login .form_box .verification input {
    float: left;
    width: 140px
}

.phone-login .form_box .t-verification span {
    float: right;
    width: 98px;
    height: 34px;
    margin-top: 13px;
    position: relative
}

.phone-login .form_box .t-verification span img {
    position: absolute;
    width: 100%;
    box-shadow: rgba(0, 0, 0, .1) 0 0px 10px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    cursor: pointer
}

.phone-login .form_box .verification input#btnSendCode {
    float: right;
    background: #006FBA;
    width: auto;
    height: 34px;
    font-size: 14px;
    color: #FFF;
    padding: 0 14px;
    border-radius: 2px;
    margin-top: 13px;
    cursor: pointer
}

.phone-login .form_box .empty {
    position: absolute;
    background: #CCC;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    cursor: pointer;
    top: 23px;
    right: 13px
}

.phone-login .form_box .empty:before {
    position: absolute;
    background: #FFF;
    width: 11px;
    height: 1px;
    margin: -1px 0 0 -5px;
    transform: rotate(45deg);
    content: "";
    top: 50%;
    left: 50%
}

.phone-login .form_box .empty:after {
    position: absolute;
    background: #FFF;
    width: 11px;
    height: 1px;
    margin: -1px 0 0 -5px;
    transform: rotate(-45deg);
    content: "";
    top: 50%;
    left: 50%
}

.phone-login .form .submitt {
    margin-top: 20px
}

.phone-login .form .submitt input {
    display: block;
    background: #006FBA;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #FFF;
    border-radius: 5px;
    outline: none;
    cursor: pointer
}