/* 滚动条样式 */

::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #8899a7;
    border-radius: 4px;
}

::-moz-scrollbar {
    width: 6px;
    background-color: transparent;
}

::-moz-scrollbar-thumb {
    background-color: #8899a7;
    border-radius: 4px;
}

input:-internal-autofill-selected{	
    background: #FFFFFF!important;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #5c5c5c;
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", "\9ED1\4F53", Arial;
    min-width: 1200px;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
}

li {
    list-style-type: none;
}

input {
    font-family: "\5FAE\8F6F\96C5\9ED1", "microsoft yahei", Arial;
    font-size: 12px;
}

a,
a:link,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

img {
    border: none;
}

.red,
a:hover {
    color: red;
}

.white {
    color: white;
}

.clear {
    clear: both;
    height: 0
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

.w150 {
    width: 150px
}

.w700 {
    width: 700px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1040 {
    width: 1040px;
    margin: 0 auto;
    min-width: 1040px;
    overflow: hidden;
}

.w1180 {
    width: 1180px;
    margin: 0 auto;
    min-width: 1180px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

.w1210 {
    width: 1210px;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.touming {
    -webkit-box-shadow: 5px -3px 5px #ccc;
    -moz-box-shadow: 5px -3px 5px #ccc;
    box-shadow: 5px -3px 5px #ccc;
}

.touming1 {
    -webkit-box-shadow: 0 3px 12px #bdbfbd;
    -moz-box-shadow: 0 3px 12px #bdbfbd;
    box-shadow: 0 3px 12px #bdbfbd;
}

.touming2 {
    -webkit-box-shadow: 0 3px 12px #aaa;
    -moz-box-shadow: 0 3px 12px #aaa;
    box-shadow: 0 3px 12px #aaa;
}

.touming3 {
    -webkit-box-shadow: 3px 3px 3px #dcdcdc;
    -moz-box-shadow: 3px 3px 3px #dcdcdc;
    box-shadow: 3px 3px 3px #dcdcdc;
}

.r {
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rar {
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.r_left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.r_right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.r1 {
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.r27 {
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.f:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -webkit-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s
}

.f0 {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top25 {
    margin-top: 25px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top60 {
    margin-top: 60px;
}

.padding30 {
    padding-top: 30px;
}

.margin33 {
    margin: 33px auto;
}

.top130 {
    margin-top: 130px;
}

.position_a {
    position: absolute;
}

.position_r {
    position: relative;
}

::-moz-selection {
    background: #0e91ea;
    color: #fff;
}

::selection {
    background: #0e91ea;
    color: #fff;
}

.hide {
    display: none;
}

.overflow {
    overflow: hidden;
}

.botton50 {
    margin-bottom: 50px;
}

.write {
    background: #fff;
}

foot *,
foot *:hover,
.wonderfullist *,
.wonderfullist *:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"] {
    width: 318px;
    height: 36px;
} */


/*all*/


/*login*/

.login_m {
    overflow: hidden;
}

.loginbox {
    position: absolute;
    width: 318px;
    min-height: 318px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -159px/* border: 1px solid #ccc; */
}

.loginbox .logo {
    width: 100px;
    height: 100px;
    background: url(../../img/logo@2x.png) no-repeat;
    background-size: 100px 100px;
    text-indent: -9999px;
    margin: auto;
    margin-bottom: 40px;
}

.loginbox_t {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #ddd;
    padding: 0 28px;
    font-size: 20px;
}

.loginbox ul {
    padding: 0px;
}

.secation ul li {
    position: relative;
}

.tips {
    height: 30px;
    line-height: 30px;
    color: #ff0000;    
 	position: absolute;
 	top: 50px;
 	left: 70px;
 	font-size:15px;
}

/* .keyword {
    color: #999;
    width: 285px;
    border: 1px solid #d8d8d8;
    text-indent: 40px;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
} */

/* .keyword:HOVER {
    border: 1px solid #a0a0a0;
}

.keyword:FOCUS {
    border: 1px solid #1c1c1c;
} */

/* .secation ul li i {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
} */

.img_code {
    width: 160px !important;
    float: left
}

.vcode {
    width: 140px!important;
    height: 50px!important;
    margin: 0 8px!important;
}

.reload {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.code_rows {
    width: 100%;
    margin-bottom: 27px;
    justify-content: space-between;
    padding-right: 13px;
}


/* icon */

.user {
    background: url(../../img/login/icon_user@2x.png) no-repeat center;
    background-size: 14px 16px;
}

.pswd {
    background: url(../../img/login/icon_pswd@2x.png) no-repeat center;
    background-size: 13px 16px;
}

.valid {
    background: url(../../img/login/icon_valid@2x.png) no-repeat center;
    background-size: 15px 16px;
}

/* .phone {
    background: url(../../img/login/icon_phone@2x.png) no-repeat center;
    background-size: 12px 16px;
} */

.identity {
    background: url(../../img/login/icon_identity@2x.png) no-repeat center;
    background-size: 15px 16px;
}

.shop {
    background: url(../../img/login/icon_shop@2x.png) no-repeat center;
    background-size: 16px 15px;
}

.reload {
    background: url(../../img/login/icon_reload@2x.png) no-repeat center;
    background-size: 14px 16px;
}

.img_valid {
    background: url(../../img/login/icon_img_valid@2x.png) no-repeat center;
    background-size: 14px 16px;
    margin: 0!important;
}

.arrow {
    display: block;
    width: 36px;
    height: 36px;
    float: right;
    position: absolute;
    right: 0px;
    margin-top: -36px;
    cursor: pointer;
}

.a_down {
    background: url(../../img/login/icon_arrow_down@2x.png) no-repeat center;
    background-size: 9px 8px;
}

.a_up {
    background: url(../../img/login/icon_arrow_up@2x.png) no-repeat center;
    background-size: 9px 8px;
}

.secation ul li font {
    color: #0088cb;
    float: left;
    color: #333;
    text-align: center;
    display: block;
    width: 100%;
}

.secation ul li a {
    color: #7B8AFD;
}

/* .secation ul li a:hover {
    text-decoration: underline;
} */

.secation ul li .forget {
    margin-left: 15px;
}

._btn {
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    height: 34px !important;
}

.login_btn {
    color: #fff;
    background: #1c1c1c;
    border: none;
}

.cancel_btn {
    color: #1c1c1c;
    background: #fff;
    border: 1px solid #d8d8d8;
    -webkit-transition: background ease-in-out .15s;
    -o-transition: background ease-in-out .15s;
    transition: background ease-in-out .15s
}

.cancel_btn:HOVER {
    color: #1c1c1c;
    background: #f5f5f5;
    border: 1px solid #d8d8d8
}

.secation ul li .loading {
    color: red;
    padding-left: 20px;
    background: url(../../img/icon_onload.gif) no-repeat left center;
    display: none
}

.secation ul li .wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../../img/valid_icons.png) no-repeat -20px -40px;
}

.foot_l {
    float: left;
    margin-top: 20px;
}

.foot_l span {
    margin-left: -10px;
}

.foot_l span a {
    color: #666;
    font-size: 14px;
    margin: 0 10px;
}

.foot_l span a:hover {
    color: #2285d2;
}

.foot_l p {
    margin: 20px 0;
}

.foot_r {
    float: right;
    margin: 25px 0;
}

.foot_r span {
    float: right;
    margin-left: 68px;
}

.foot_r span p {
    display: block;
    margin-top: 5px;
    text-align: center;
}


/*忘记密码*/

.valid_code {
    width: 210px !important;
    float: left;
}

.valid_btn {
    width: 102px !important;
    height: 36px !important;
    margin-left: 5px
}

#txtPhone {
    IME-MODE: disabled;
}


/*register*/

.msgtips {
    height: 20px;
    line-height: 20px;
    color: #ff0000
}

input[type="checkbox"] {
    vertical-align: bottom;
    margin-right: 10px;
}

.data_list {
    border: 1px solid #d8d8d8;
    margin-top: -1px;
    display: none;
    position: absolute;
    background: #fff;
    width: 318px;
    z-index: 999;
}

.data_list li {
    padding-left: 30px;
    z-index: 999;
    height: 24px;
    line-height: 24px;
    -webkit-transition: background ease-in-out .15s;
    -o-transition: background ease-in-out .15s;
    transition: background ease-in-out .15s
}

.data_list li:hover {
    background: #1c1c1c;
    color: #fff;
    -webkit-transition: background ease-in-out .15s;
    -o-transition: background ease-in-out .15s;
    transition: background ease-in-out .15s
}

#selt,
#identity {
    cursor: pointer;
}

html,
body,
.backM {
    width: 100%;
    height: 100%;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
span {
    font-family: PingFang-SC-Medium;
}

input {
    background: transparent;
}

.flex {
    display: flex;
}

.flex-alignCenter {
    display: flex;
    align-items: center;
}

body {
    font-family: PingFang-SC-Medium;
    box-sizing: border-box;
    overflow: hidden;
}