﻿@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0; font-family:"Microsoft YaHei";  }
html { line-height:1; }
a img { border:none; }
ol, ul { list-style:none; }


/**news-login**/
.news-login{ background-image:url(../images/news-loginBg.jpg); background-position:center; background-size:cover; width:100%; height:100vh; position:relative; display:flex; align-items:center; justify-content:center;}
.news-login-after{ background:#fff url(../images/news-login-after.jpg) no-repeat left center; width:1180px; border-radius:40px; overflow:hidden;}
.news-login-after .after-box{ width:430px; float:right; padding-bottom:67px;}
.news-login-logo{ text-align:right;}
.news-login-logo .log-bg{ background:#0069f4; display:inline-block; padding:13px 33px 13px 23px; color:#fff; font-size:14px; border-radius:0 40px 0 40px;}
.news-login-logo .log-bg img{ margin-bottom:2px;}
.news-login-head{ margin-top:22px; font-size:14px; color:#999; text-transform:uppercase;}
.news-login-head .cn{ font-size:30px; line-height:1; font-weight:normal; color:#0069f4; padding-bottom:10px;}
.news-login-filed{ padding-right:90px;}
.news-login-filed li{ margin-top:15px; position:relative;}
.news-login-filed li label{ position:absolute; left:0; top:15px; height:25px; display:flex; align-items:center;}
.news-login-filed li .inpt{ width:100%; padding:15px 0 15px 40px; line-height:25px; border:0; font-size:16px; color:#999; vertical-align:top; border-bottom:1px #e5e5e5 solid; outline:none; box-sizing:border-box;   -webkit-box-shadow:0 0 0 1000px #fff inset;}
.news-login-filed li .inpt::-webkit-input-placeholder { color:#999; }
.news-login-filed li .yzm-inpt{ width:186px;}
.news-login-filed li .send{ position:absolute; right:0; bottom:7px;} 
.news-login-filed li .btn{ background:#007af5; width:210px; height:52px; line-height:52px; font-size:24px; color:#fff; margin-top:40px; border-radius:30px; cursor:pointer; border: 0;}
.news-login-copy{ width:100%; text-align:center; position:absolute; left:0; bottom:2.08vw; color:#fff; font-size:14px;}


