body {
    background-color: #f3f3f3;
}
.cmain {
    color: #ff5400;
}
.cmain:hover {
    color: #f22d00;
    text-decoration-line: underline;
}
/* 登录头部 开始 */
.login-head {
    background-color: #fff;
    height: 100px;
}
.link-home{
    display: block;
    width: 816px;
    height: 480px;
    position: absolute;
    outline: none;
}
.login-logo {
    height: 55px;
    padding-right: 20px;
    border-right: 1px solid #ff5400;
    margin-top: 21px;
}
.login-txt {
    margin-left: 20px;
    margin-top: 24px;
}
.login-phone {
    background-image: url("../image/phone1.png");
    background-repeat: no-repeat;
    height: 40px;
    margin-top: 30px;
}
.login-phone-top {
    color: #ff5400;
    font-size: 20px;
    margin-left: 50px;
    line-height: 1;
    margin-top: 2px;
}
.login-phone-bot {
    color: #ff5400;
    font-size: 14px;
    margin-left: 50px;
    line-height: 1;
    margin-top: 2px;
}
.login_top{
    background: #fff;
    padding: 0 109px 20px 109px;
}
/* 登录头部 结束 */

/* 登录内容 开始 */
.login-con {
    /*background-image: url("../images/login/login-banner.png");*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.login-pic {
    margin-top: 104px;
    margin-left: 83px;
}
.login-box {
    position: relative;
    width: 370px;
    height: 340px;
    background-color: rgba(255,255,255,0.4);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);*/
    margin-top: 105px;
    margin-right: 96px;
    top: -50px;
}
.tab-code {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 56px;
    height: 57px;
    background-image: url("../image/code.png");
}
.tab-computer {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 57px;
    background-image: url("../image/computer.png");
    cursor: pointer;
}
.tab-code-mess {
    position: absolute;
    top: 5px;
    right: 68px;
    border: 1px solid #fac13a;
    color: #fac13a;
    padding: 6px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-computer-mess {
    display: none;
    position: absolute;
    top: 5px;
    right: 68px;
    border: 1px solid #fac13a;
    color: #fac13a;
    padding: 6px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-triangle {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    right: -8px;
    height: 12px;
    background-image: url("../image/triangle.png");
}
.login-box-inner {
    margin-top: 40px;
    padding-left: 45px;
    padding-right: 45px;
}
.txt-wrap {
    padding-bottom: 15px;
}
.login-name {
    font-size: 18px;
    color: #333;
}
.login-to {
    color: #aeaeae;
    margin-top: 5px;
    margin-right: 10px;
}
.login-to:hover {
    color: #f22d00;
    text-decoration-line: underline;
}
.login-link {
    color: #ff5400;
}
.wrong-mess {
    font-size: 12px;
    color: #ff5400;
    text-align: center;
}
.inp-wrap {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid ;
    border-color: #e3e3e3;
    height: 30px;
    background-color: #fff;
    margin-top: 15px;
}
.name-head,
.pass-head {
    width: 31px;
    height: 26px;
    border-right: 1px solid #e3e3e3;
    margin-top: 1px;
    background-image: url("../image/inp.png");
    background-repeat: no-repeat;
}
.name-head {
    background-position: center 5px;
}
.pass-head {
    background-position: center -37px;
}

.login-inp {
    width: 230px;
    height: 100%;
    margin-left: 5px;
    border:none;
    color: #999;
}
input[type="password"]{
    border:none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.remin-wrap {
    margin-top: 13px;
    position: relative;
}
.check-box {
    margin-right: 8px;
    vertical-align: -2px;
    position: relative;
    z-index: 10;
    opacity: 1;
}
.login-sub {
    width: 100%;
    height: 35px;
    background-color: #ff5400;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    /*margin-top: 30px;*/
    position: absolute;
    top: 190px;
}
.login-sub:hover{
    background-color: #f22d00;
}
.icon-wrap {
    margin-top: 19px;
    color: #666;
    margin-left: -26px;
}
.icon-each {
    margin-left: 26px;
}
.wx-icon,
.qq-icon,
.wb-icon {
    width: 20px;
    height: 20px;
    background-image: url("../image/login-icon.png");
    vertical-align: middle;
    margin-right: 9px;
}
.wx-icon {
    background-position: 0 0;
}
.qq-icon {
    background-position: 0 -36px;
}
.wb-icon {
    background-position: 0 -72px;
}
.saoma-wrap {
    width: 152px;
    height: 152px;
    margin: 14px auto 0;
    border: 1px solid #dcdcdc;
}
.saoma-img {
    display: block;
    width: 140px;
    height: 140px;
    margin-top: 6px;
    margin-left: 6px;
}
.scan-tip {
    width: 90px;
    height: 30px;
    margin: 28px auto 0;
    background-image: url("../image/scan.png");
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 1.2;
}
/* 登录内容 结束 */

/* 登录底部 开始 */
.login-footer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #818181;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 2px solid #d3d3d3;
    margin-top: 80px;
}
/* 登录底部 结束 */

/*小广告*/
.guanggao-tip {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    color: #999;
    padding: 5px 4px;
    line-height: 1;
    filter: alpha(opacity:50);
    z-index: 10;
}

.login-tab2{
    display: none;
}
.login-tab1{
    display: block;
    position: relative;
}

.tab-code_change {
    position: absolute;
    top: 5px;
    right: -7px;
    width: 56px;
    height: 57px;
    background: url("../image/computer.png") no-repeat;

    cursor: pointer;
}


/*2017.9.9改版 */
.tab-login{
    position: relative;
}
.tab-login>.wrong-mess{
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
}
.tab-login>.remin-wrap>.cmain {
    color: #999;
}
.sf-login{
    position: absolute;
    text-align: center;
    margin: 0 40px 0 0;
    left: 0;
    right: 0;
    top: 290px;
}
.sf-login>a{
    display: block;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.sf-login>.sf-login-weixin{
    background: url(../image/weixin.png) no-repeat;
}
.sf-login>.sf-login-qq{
    background: url(../image/qq.png) no-repeat;
}
.sf-login>.sf-login-weibo{
    background: url(../image/weibo.png) no-repeat;
}
.sf-login>span{
    color: #74716a;
    position: relative;
    top: -5px;
}
.x-zhuce{
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.4);
    bottom: -40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}
.remin-wrap>div>.dgou {
    position: absolute;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid #9a9899;
    border-radius: 2px;
    top: 3px;
    /*background: url(/asset/images/duihao.png) no-repeat;*/
    background-position: 1px 2px;
}

.txt-wrap>span{
    font-size: 14px;
    color: #333534;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.txt-wrap>.login-tab-normal,.txt-wrap>.login-tab-phone:hover{
    cursor: pointer;
}
.txt-wrap>.login-tab-x{
    color: #b4b4b4;
    margin: 0 20px;
}
.txt-wrap>.active{
    color: #ff5400;
}

.tabPs-phone{
    width: 100%;
    position: relative;
}
.tabPs-phone>.inp-wrap{
    width: 160px;
}
.tabPs-phone>.inp-wrap>.login-inp{
    width: 115px;
}
.tabPs-phone>.getMsg{
    width: 110px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d5d6;
    background-color: #e3e3e3;
    position: absolute;
    top: 0;
    right: 0;
    color: #676767;
    text-align: center;
    line-height: 28px;
}
.tabPs-phone>.getMsg:hover{
    cursor: pointer;
}
.tabPs-phone>.inp-wrap>em{
    background: url(../image/zhucexiang.png) no-repeat;
    background-position: 5.5px -34px;
}
.tabXy-phone{
    margin-top: 13px;
    color: #999999;
}
.tabXy-phone>a{
    color: #ff5400;
}

.normal_us{
    display: none;
}

/*输入验证码样式-----2017/12/27新增*/
.showmask{
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    display: none;
}
.entercode{
    width: 330px;
    height: 220px;
    background: #fff;
}
.head-top{
    background: #eee;
    color: #888;
    font-size: 15px;
    line-height: 36px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}
.content-bottom{
    display: flex;
    margin-top: 50px;
}
.sp-img,.sp-ipt,.sp-words{
    display: block;
    margin-left: 11px;
}
.sp-ipt>input{
    border: 1px solid #d3d3d3;
    line-height: 30px;
    width: 160px;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 10px;
}
.sp-img>img{
    display: block;
    font-size: 10px;
    color: #666;
    width: 75px;
    height: 30px;
}
.sp-words{
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 30px;
}
.btn-do{
    display: flex;
    justify-content: space-between;
    width: 216px;
    margin: 0 auto;
    margin-top: 52px;
}
.btn-do>span{
    display: block;
    background: #ff5400;
    color: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}













