@charset "utf-8";
    body,div,span,ul,li,p,h1,h2,h3,h4,h5,h6,img,p,dl,dt,dd,form {
    margin: 0;
    padding: 0
}
ul,li,ol {
    list-style: none
}
a {
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
a img {
    border: 0
}
input,a,button {
    outline: 0
}
.cf {
    zoom: 1
}
.cf:after {
    clear: both;
    display: table;
    content: ""
}
body {
    font: 12px "Microsoft Yahei",Arial,Helvetica,sans-serif;
    background: #fff url(../images/bg.jpg) repeat-x
}

.container {
    width: 996px;
    margin: 30px auto;
}
h1 {
    font-weight: 400;
    font-size: 100%;
    margin-left: 190px;
}
.logo {
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    color: #595959;
    position: relative;
    *zoom: 1
}
.logo a {
    display: block;
    top: 6px;
    left: 0;
    width: 190px;
    height: 63px;
    text-indent: -1000px;
    position: absolute;
    background: url(../images/logo.png) no-repeat;
}
.logo h1 { margin-left: 215px; }
.content {
    background-color: #fff;
    color: #8993a3;
    border: 1px solid #B8C6D5;
    position: relative;
    overflow: hidden;
}
.side {
    width: 187px;
    float: left;
    position: relative;
    _display: inline;
    _overflow: hidden
}
.side-bgholder {
    width: 187px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #e4e5f9;
    _zoom: 1;
    _height: 9999px
}
.main {
    width: 780px;
    padding: 20px 0 20px 20px;
    float: left;
    border-left: 1px solid #b8c6d5;
    _display: inline;
    _width: 760px;
    background: #fff;
}

.title {
    overflow: hidden;
    padding: 0 10px
}
.title-notice {
    margin-top: 13px;
    color: #3f397b;
    font: 400 14px/48px "Microsoft Yahei";
}
.os-mac .title-notice {
    font-size: 12px
}
.title-button a {   
    width: 85px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #6f6f6f;
    background: url(../images/now_login_btn.png) no-repeat;
}

.promise {
    width: 637px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
    padding-top: 7px;
    color: #8993a3; 
}
.tabs-title {
    margin-top: 30px
}

.tabs-title li a {
    font-size: 16px;
    color: #6f6f6f;
    position: relative;
    display: block;
    width: 212px;
    height: 70px;
}
.tabs-title li a span {
    position: absolute;
    left: 34px;
    top: 20px;
    font-size: 20px;
    padding-left: 30px;
    cursor: pointer
}
.tabs-panel {
    width: 720px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}
.tabs-panel p {
    margin-top: 10px
}
.tabs-panel .mt5 {
    margin-top: 5px
}
.code-change {
    color: red;
    margin-right: 16px
}
.text {
    width: 230px;
    padding: 5px 8px;
    font-size: 16px;
    background: #e4e5f9;
    border: 1px solid #d0dcdf;
    *vertical-align: middle
}
.text:focus {
    border-color: #a29af0;
    box-shadow: inset 0 0 3px #babdf0;
}
.short {
    width: 80px
}
.col {
    display: inline-block;
    text-align: right;
    width: 96px;
    color: #3f397b;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
}
.tip {
    margin-left: 3px;
    padding-left: 18px
}
.check {
    position: relative;
    top: 2px
}
.safe-code {
    position: relative;
    top: -3px;
    margin-left: 9px;
    vertical-align: middle;
    cursor: pointer;
    *top: 0
}
.tabs-panel-phone {
    display: none
}
.title-2 {
    font-size: 20px;    
    color: #3f397b;
}
.tabs-title a {
    background: url(../images/silder_btn.png) no-repeat 0 -70px;
}
.tabs-title .focus {
    background-position: 0 0;
    color: #fff
}
.tabs-title a {
    background-position: 0 -70px
}

.silde_user a.focus span {
    background: url(../images/silder_ico.png) no-repeat;    
}
.silde_user a span {
    background: url(../images/silder_ico.png) no-repeat 0 -40px;    
}
.silde_phone a.focus span {
    background: url(../images/silder_ico.png) no-repeat 0 -83px;    
}
.silde_phone a span {
    height: 30px;
    background: url(../images/silder_ico.png) no-repeat 0 -125px;    
}
.agreement {
    color: #92a7a0
}
.phone_reg {
    display: none;
}
.btn-send {        
	margin-left: 5px;
    cursor: pointer;
    color: #2f2f2f;
    font: 400 12px SimSun,sans-serif;
    width: 115px;
    height: 22px;    
}
.btn-send:hover,.j-reg:hover {
    position: relative;
    top: 1px
}
.btn-send:active,.j-reg:active {
    top: 2px
}
.right,.error,.pending {
    background: transparent url(../images/ico.png) no-repeat;   
}
.right {
    background-position: 0 0
}
.error {
    color: #fa5633;
    background-position: 0 -19px
}
.pending {
    color: #fcb80b;    
}
.error-field {
    border-color: #efb7bc
}
.al {
    text-align: left
}
.ac {
    text-align: center
}
.indent {
    text-indent: 2em
}
.p_flex {
    display: flex;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
}