::-webkit-input-placeholder { color:#878787;font-size: 16px}
:-moz-placeholder {color:#878787;font-size: 16px}
::-moz-placeholder { color:#878787;font-size: 16px}
:-ms-input-placeholder { color:#878787;font-size: 16px}
body.list.login2 {
    height: 100vh;
    background: url(../images/bodybg.jpg)no-repeat;
    background-size: cover;
}
.login #l-container .mod {
    background: #fff;
}

.login_head {
    line-height: 60px;
    font-size: 16px;
}

.login_contenr {
    padding: 100px 100px;
}

.login_contenr .login_box {
    float: left;
}
a.back img {
    vertical-align: middle;
}

a.back {
    margin: 0 17px;
}

.logo_box.xiaowai {
    float: left;
    width: 36%;
}

.logo_box.xiaonei {
    float: right;
    width: 36%;
}
.login2_con img {
    max-width: 100%;
}
.logo_box {
    height: 370px;
    box-sizing: border-box;
    border-width:1px;
    border-style:solid;
    border-color:rgba(31, 84, 180, 1);
    border-radius:12px;
    -moz-box-shadow:0px 6px 12px rgba(31, 84, 180, 1);
    -webkit-box-shadow:0px 6px 12px rgba(31, 84, 180, 1);
    box-shadow:0px 6px 12px rgba(31, 84, 180, 1);
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 40px;
}
.box_top {
    height: 200px;
    border: 1px solid rgba(31, 84, 180, 1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.box_top span {
    display: block;
}
span.box_tt {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #1F54B4;
    margin-bottom: 13px;
}

span.box_text {
    font-size: 13px;
    width: 140px;
    line-height: 20px;
}

.box_btn {
    text-align: center;
    background-color: rgba(31, 84, 180, 1);
    border: none;
    border-radius: 6px;
    line-height: 60px;
    font-size: 22px;
    color: #FFFFFF;
cursor: pointer;
}
.box_btn a {
    color: #fff;
}
.login2_conetent {
    width: 740px;
    height: 600px;
    /* background: inherit; */
    background-color: rgba(255, 255, 255, 0.847058823529412);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -370px;
}

.ax_default input {
    width: 323px;
    height: 42px;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #878787;
    vertical-align: none;
    text-align: left;
    text-transform: none;
    background-color: transparent;
    border-color: transparent;
}

.ax_default {
    width: 368px;
    height: 48px;
    display: flex;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.247058823529412);
    text-align: left;
    line-height: 24px;
    align-items: center;
    margin-bottom: 20px;
    margin: 20px auto;
}

.input_img img {
    vertical-align: middle;
}

.input_img {
    /* display: flex; */
}
.ax_default img {width: auto;vertical-align: middle;margin: 0 10px;float: right;}

.login2_box {
    margin-top: 40px;
}
.ax_btn a {
    /* width: 368px; */
    height: 48px;
    background: inherit;
    background-color: rgba(0, 91, 172, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 91, 172, 1);
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    line-height: 48px;
    text-align: center;
}
p#cache2 {
    text-align: left;
    display: inline-block;
}

p#cache0 {
    float: right;
}

.ax_btn {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 368px;
}
@media screen and (max-width: 1050px) {
    .login2_conetent{
    position: static;
    margin: 100px auto;
}
    body.list.login2{
    height: auto;
}
.login_contenr{padding: 50px 50px;}
    .logo_box.xiaowai{
    width: 45% ;
}
      .logo_box.xiaonei{
    width: 45%;
}
}
@media screen and (max-width: 999px) {
    .ax_default input{
    width: 70%;
}
    .ax_btn{ width: 80%;}
    .ax_default{
    width: 80%;
    /* margin: 20px auto; */
}
.login2_con {
    padding: 0 22px;
}
.login2_conetent{
    width: 90%;
    /* margin: 0 auto; */
    /* left: 50%; */
    /* margin: 0; */
    /* top: 0; */
    /* margin-left: -150px; */
    display: block;
}
}
@media screen and (max-width: 767px) {
.login_contenr{padding: 50px 50px;}
    .logo_box.xiaowai{
    width: 100% ;
   margin-bottom:30px;
}
      .logo_box.xiaonei{
    width: 100%;
}
}