/*css 初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    font-family:'Microsoft YaHei';
}
input::-webkit-input-placeholder { /* WebKit browsers */
    font-family:'Microsoft YaHei';
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    font-family:'Microsoft YaHei';
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */

    font-family:'Microsoft YaHei';
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */

    font-family:'Microsoft YaHei';
}

/*将标签原有的默认内外边距去掉*/

fieldset,
img,
input,
button {
    border: none;
    /*去掉边框*/
    padding: 0;
    margin: 0;
    outline-style: none;
    /*去掉环绕边框*/
}

ul,
ol {
    list-style: none;
    /*去掉原样式中的小黑点*/
    /*ctrl+alt+l*/
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

body {
    /* min-width: 1000px; */
    background: #ffffff;
}

/*.login_header {*/
    /*width: 100%;*/
    /*height: 1rem;*/
    /*background-image: url('img/header.jpg');*/
    /*background-size: 100% 100%;*/
/*}*/

/*.login_header .login_header_icon {*/
    /*width: 200px;*/
    /*float: right;*/
    /*margin-right: 2rem;*/
/*}*/

/*.login_header .login_header_icon div {*/
    /*width: 1rem;*/
    /*height: 100%;*/
    /*float: right;*/
/*}*/

/*.login_header .login_header_icon div img{*/
    /*width:50%;*/
    /*display:block;*/
    /*margin-top:.3rem;*/
    /*float:right;*/
/*}*/

.login_logo {
    height: 2.688rem;
    width: 100%;
    background: #ffffff;
    margin-top: 3%;
}

.login_logo .login_login_left {
    float: left;
    height:3.2;
    width: 20px;
    margin-left: 57px;
    background-size: 100%;
    line-height: 134px;
    position: relative;
}

.login_logo .login_login_left img {

    height: 2.245rem;
    display: block;
}

.login_logo .login_login_right {
    width: 373px;
    height: 1.3621rem;
    float: right;
    /*margin-right: 1.9rem;*/
    position: relative;
}

.login_logo .login_login_right img {


    height:1.3621rem;
    float: right;
}

.login_content {
    height: 13.5rem;
    clear: both;
    width: 100%;
    overflow: auto;
}



.login_content .login_content_img {
    height: 100%;
    width: 63.5%;
    background: #eaebed;
    float: right;
}

.login_content .login_content_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.login_content .login_content_main {
    width: 36.5%;
    height: 100%;
    background: #e1f0ff;
    float: left;
}


/* 登录主体表单 */

.main_right {
    margin:0 auto;
    width: 11.5rem;
    /* background-color: #e9eef2; */
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main_right>.right_title {
    color: #303133;
    font-size: 1rem;
    margin-top: 1.5rem;
    /* font-weight: 700; */
    text-align: center;
    /* line-height: 60px; */
    /*background: url("../img/border_img.png") repeat;*/
    margin-bottom: 1rem;
}

.main_right>form>div {
    position: relative;
}

.main_right>form>div>img {
    width: .55rem;
    height: .6rem;
    position: absolute;
    left: .5rem;
    top: .35rem;
}
.Verification>img{
    position: absolute;
    left: .5rem;
    /*top: .6rem !important;*/
}
.Verificationimg a{
    padding:0px !important;
    display:block;
    width:1rem ;
    height:.5rem;
    margin-top:10px;
}
.imgVerCode{
    float:right;
    display:block;
    margin-top:.15rem;
    margin-right:.2rem;
    width:2.5rem;
    height:1rem;
}

.main_right>form input {
    height: 1.25rem;
    width: 100%;
    font-size: .5rem;
    border: 1px solid #d3d8dc;
    box-sizing: border-box;
    margin-bottom: .45rem;
    /* margin-left: 50px; */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #333;
    padding-left: 1.5rem;
}

.main_right>form>.code>input {
    width: 150px;
}

.main_right>form>.code>.code_img {
    width: 90px;
    height: 35px;
    float: right;
    margin-right: 50px;
    cursor: pointer;
}

.main_right>form input:focus {
    border: 1px solid #999;
}



.main_right>form>.yes_login>a {
    display: block;
    margin-top: .8rem;
    width: 100%;
    height: 1.25rem;
    font-size: .8rem;
    background-image: url(./images/login.png);
    background-size: 100% 100%;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}

.login_footer {
    height: 1.45rem;
    background: #ffffff;
    padding-top: 1rem;
}

/*.login_footer img {
    width:6.6rem;
    height:2.1rem;
    display: block;
    margin: auto;
}*/

.fotter_WeCharCode {
    width: 200px;
    height: 200px;
    /*background-color: #0282c3;*/
    border-radius: 10px;
    background-image: url(images/WeChatCode.jpg);
    /*position: fixed;*/
    position: absolute;
    right:0%;
    bottom: 30px;
    z-index: 999;
    border: 0.5px solid #b9b9b9;
    display:none;
}
.fotter_ULinkWebQRCode {
    width: 250px;
    height: 275px;
    border-radius: 10px;
    background-color:white;
    position: absolute;
    right: 0%;
    bottom: 70px;
    z-index: 999;
    border: 0.5px solid #b9b9b9;
    display: none;
}

.Nav_footer {
    position:relative;
    margin: 0 auto;
    width: 210px;
    height: 70px;
    /*background: url(/Content/Skin/Images/Logos/img/footerLogo.jpg) no-repeat;*/
}
.Nav_footer ul {
    padding-top: 10px;
    margin-left: 40px;
    /*font-size: 12px;*/
    font-weight: 900;
    width:220px;
}
.Nav_footer ul li {
    display: inline-block;
    line-height:27px;
    float: left;
}
.Nav_footer ul li:nth-child(2){
    padding-left: 20px;
}
/* swiper轮播 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: .5rem !important;
    height: .5rem !important;
    background: none !important;
    border: 2px solid #fff;
}

.swiper-pagination-bullets {
    float: left;
    /*margin-left: 24rem;*/
    width: 150px !important;
    /*margin-right: 60px !important;*/
    margin-bottom:10px;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}