@charset "utf-8";

/* CSS Document */
body {
    margin: 0 auto;
}

a,
a:hover {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.head_fixed {
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    height: 70px;
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}

.azsinner {
    margin: 0 auto;
    width: 1200px;
}

.fl {
    float: left;
    margin-top: 9px;
}

.logo {}

.logo img {
    height: 55px;
}

.pcease {
    float: right;
    width: 200px;
    line-height: 90px;
    text-align: right;
}

.a-bannerIn {
    -webkit-animation-name: bannerIn;
    -moz-animation-name: bannerIn;
    animation-name: bannerIn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bannerIn {
    from {
        -webkit-transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bannerIn {
    from {
        -moz-transform: scale(1.2);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bannerIn {
    from {
        -o-transform: scale(1.2);
    }

    to {
        -o-transform: scale(1);
    }
}

@keyframes bannerIn {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.m-banner {
    position: relative;
    min-width: 1320px;
    height: 666px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-image 1s;
    -moz-transition: background-image 1s;
    transition: background-image 1s;
}

.m-banner .bg .itm {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

.m-banner .bg .itm.z-active {
    filter: alpha(opacity=100);
    opacity: 1;
}

.sfoot {
    font-size: 13px;
    padding: 15px 10px;
    color: #999;
    text-align: center;
}

.dsfco {
    position: relative;
    margin: 0 auto;
    width: 1200p;
}

.dialog {
    position: absolute;
    top: 50%;
    left: 58%;
    right: 0;
    width: 370px;
    height: 440px;
    margin-top: 120px;
    padding: 10px 30px 0;
    background-color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.dialog .cnt {
    position: relative;
}

.dialog--login {
    width: 370px;
    height: 440px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    background: #fff url(images/bottom-side.png) center bottom no-repeat;
}

.m-hd {
    max-width: 1200px;
    height: 61px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 0;
}

.m-hd img {
    vertical-align: middle;
    margin-top: 10px;
}

.m-login .hd {
    position: relative;
    white-space: nowrap;
    color: #0b0d0c;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.m-login .hd-item {
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 50%;
    padding: 10px 0;
    line-height: 28px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}

.m-login .hd-item.z-active {
    color: #468ce4;
    border-color: #468ce4;
}

.m-login .cnt {
    margin-top: 40px;
}

.m-login .cnt input {
    width: 100%;
}

.m-login .cnt .line.pswd {
    margin-top: 22px;
}

.m-login .ft {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
}

.sfzc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #999;
    font-size: 16px;
    text-align: center;
    padding-bottom: 80px;
}

.sfzc a:link {
    color: #ee2c4f;
    font-size: 16px;
}

.sfzc a:visited {
    color: #ee2c4f;
    font-size: 16px;
}

.sfzc a:hover {
    color: #333;
    font-size: 16px;
}

.sfzc a:active {
    color: #333;
    font-size: 16px;
}

.g-ft {
    position: fixed;
    left: 50%;
    bottom: 14px;
    width: 308px;
    margin-left: -154px;
}

.g-ft .footer-txt {
    font-size: 12px;
    color: #e6e6e6;
}

.banner--login {
    position: absolute;
    top: 40%;
    left: 55px;
    width: 703px;
    height: 124px;
    margin-top: -140px;
    color: #fff;
    background: url(images/login-banner.png) top left no-repeat;
    text-indent: -9999px;
}

.banner--login .banner-title {
    font-size: 54px;
    line-height: 56px;
}

.banner--login .banner-content {
    margin-top: 20px;
    font-size: 30px;
    line-height: 36px;
}

@media screen and (max-width: 1200px) {
    .banner {
        display: none;
    }

    .dialog--login {
        margin-left: -180px;
    }

    .old-link {
        margin-left: -180px;
    }
}

.line {
    margin-top: 20px;
}

.wangjimima {
    float: left;
}

.wangjimima {
    float: right;
    line-height: 25px;
}

.wangjimima a:Link {
    color: #468ce4;
}

.wangjimima a:visited {
    color: #468ce4;
}

.wangjimima a:active {
    color: #333;
}

.wangjimima a:hover {
    color: #333;
}

.jizhumima {
    float: left;
    vertical-align: baseline;
}

input[type=checkbox] {
    -webkit-appearance: none;

    background-color: #fff;
    border: 1px solid #dddddd;
}

.u-btn-disabled {
    width: 300px;
    height: 42px;
    background: #468ce4;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
}

.u-btn-disabled:hover {
    width: 300px;
    height: 42px;
    background: #3878c7;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
}

.u-ipt {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #dae0dd;
    color: #0b0d0c;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}

/* 注册css
 */

.head_fixed {
    background: #fff;
    width: 100%;
    height: 70px;
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}

.azsinner {
    margin: 0 auto;
    width: 1200px;
}

.fl {
    float: left;
    margin-top: 9px;
}

.pcease {
    float: right;
    width: 200px;
    line-height: 90px;
    text-align: right;
}

.sdm-banner {
    margin: 0 auto;
    width: 1200px;
    padding-top: 90px;
    text-align: center;
    -webkit-transition: background-image 1s;
    -moz-transition: background-image 1s;
    transition: background-image 1s;
}

.sdm-banner h2 {
    font-size: 34px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.sdm-banner p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.sdm-banner p a:link {
    font-size: 14px;
    color: #2176cd;
    margin-bottom: 30px;
}

.sdm-banner p a:visited {
    font-size: 14px;
    color: #2176cd;
    margin-bottom: 30px;
}

.sdm-banner p a:hover {
    font-size: 14px;
    color: #f60;
    margin-bottom: 30px;
}

.sdm-banner p a:active {
    font-size: 14px;
    color: #f60;
    margin-bottom: 30px;
}

.m-box {
    background: #f6f6f6;
}

.sfoot {
    font-size: 13px;
    padding: 15px 10px;
    color: #999;
    text-align: center;
}

input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #ccc;
    font-size: 16px;
}

input[type="checkbox"],
input[type="radio"] {
    font-family: 'bootstrap', 'microsoft yahei';
    position: relative;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

input:focus {
    outline: none
}

.min-width {
    min-width: 1080px;
}

.main {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
}

/*login and reg*/
label {
    margin: 0;
    font-weight: normal;
}

.login-box-pan {
    padding: 50px 80px 50px 30px;
}

.login-info {
    width: 290px;
}

a.btn-blue {
    width: 300px;
    display: block;
    text-align: center;
    background-color: #1997d7;
    border-color: #1997d7;
    border-radius: 3px;
    color: #fff;
}

a.btn-blue:hover {
    background-color: #157fb4;
    border-color: #1997d7;
    color: #fff;
}

.f-r3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.f-fl {
    padding-right: 10px
}

.f-fl {
    float: left !important
}

.login-info h2 {
    border-bottom: 2px solid #eeeff3;
    color: #3498db;
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    width: 100%;
}

.login-info h2 span {
    border-bottom: 2px solid #3498db;
    height: 38px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    bottom: -2px;
}

.login-info .item {
    height: 70px;
    width: 290px;
}

.login-info .item-input {
    border: 1px solid #e5e5e5;
    height: 38px;
    line-height: 24px;
    padding: 7px 10px;
}

.txt02 {
    height: 24px;
    line-height: 24px;
    border: 0;
    float: left;
    font-size: 13px;
}

.login-info .item-input .txt02 {
    width: 220px;
    float: left;
}

.login-info .item-tips {
    line-height: 30px;
    font-size: 12px;
    color: #ee1615;
}

.login-info img {
    width: 70px;
    height: 30px;
    margin: 2px 10px 0;
}

.f-h34 {
    height: 34px;
    line-height: 34px;
}

.f-h24 {
    height: 24px;
    line-height: 24px;
}

.login-box a.c-blue:hover {
    color: #ff7d27;
    text-decoration: underline;
}

.reg-box-pan {
    padding: 40px 40px 50px;
    width: 100%;
}

.txt03 {
    width: 270px;
    line-height: 16px;
    padding: 9px 10px;
    border: 1px solid #cccccc;
    float: none;
    font-size: 14px;
    font-family: arial, "宋体";
    color: #999;
    overflow: hidden;
}

.reg-box .item {
    height: 68px;
    line-height: 34px;
    position: relative;
    z-index: 5;
}

.reg-box .intelligent-label {
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
}

.reg-box .intelligent-label b {
    font-family: "????";
    margin-right: 5px;
    font-weight: normal;
    color: red;
}

.reg-box .item .item-ifo {
    position: relative;
    width: 270px;
}

.reg-box .txt02 {
    width: 270px;
    line-height: 16px;
    padding: 9px 10px;
    border: 1px solid #cccccc;
    float: none;
    font-size: 14px;
    font-family: arial, "宋体";
    color: #999;
    overflow: hidden;
}

.reg-box .txt03.v_error {
    border-color: #FF0000;
}

.reg-box .txt03:focus {
    border-color: #1a97d7;
}

.reg-box .blank {
    width: 16px;
    height: 16px;
    font-size: 16px;
    position: absolute;
    left: 280px;
    top: 11px;
    float: none;
    color: #7abd54
}

.reg-box .close {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 24px;
}


label {
    line-height: 34px;
    height: 34px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 280px;
    width: 270px;
    padding: 0 5px;
    z-index: 3;
    font-weight: normal;
    font-size: 12px;
    color: #999
}

.reg-box .focus span,
.reg-box .error span {
    line-height: 16px;
    display: block;
    padding: 3px 0;
}

.reg-box .focus {
    color: #999;
}

.reg-box .valid {
    color: #000
}

.error {
    color: #f00;
}

.reg-box .strength {
    color: #999;
    line-height: 22px;
    padding-right: 10px;
    clear: both;
    float: none;
    position: absolute;
    top: 39px;
    right: -9px;
    display: none
}

.reg-box .strength b {
    float: left;
    width: 108px;
    height: 16px;
    overflow: hidden;
    margin-top: 5px;
    font-weight: 400;
}

.reg-box .strength b i {
    font-style: normal;
    font-size: 10px;
    width: 34px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    float: left;
    background: #dbdbdb;
    text-align: center;
    margin-left: 1px;
    color: #fff;
}

.reg-box .strength b i.on {
    background: #ff6160
}

.reg-box .btn-blue {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    width: 270px;
}

.reg-box .btn-gray {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
}

.reg-box .part1,
.reg-box .part2,
.reg-box .part3 {
    padding-left: 150px;
}

.regcon {
    width: 482px;
    height: 360px;
    margin-left: -241px;
    margin-top: -180px;
    background: #fff;
}

.regcon pre {
    border: 1px solid #B2B2B2;
    height: 240px;
    margin: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
    resize: both;
    width: 450px;
    background: #fff;
    font-size: 12px;
    color: #333;
    line-height: 1.7em;
}

.showpwd {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/showPwd.png) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

.showpwd.hidepwd {
    background-image: url(../images/hidePwd.png);
}

.f-size12 {
    margin-left: 10px;
    margin-top: 5px;
}

.f-ml5 {
    margin-left: 5px;
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
    content: "\e609";
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
}

.f-size14 {
    font-size: 14px;
}

.col-xs-12 {
    text-align: left;
}