.header {
  width: 100%;
  height: 90px;
  background-color: #486db0;
}

.header .logo {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/headerBG.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 90px;
}

.header .logo img {
  height: 90px;
}

.content {
  width: auto;
  height: auto;
  margin: 30px auto;
  min-height: 500px;
}

.main {
  width: 1200px;
  height: auto;
  margin: 0px auto;
}

.login-page {
  margin-top: 20px;
}

.index-ad {
  width: 700px;
  height: 440px;
  float: left;
}

.index-ad img {
  width: 700px;
  height: 440px;
}

.index-c {
  width: 420px;
  height: 440px;
  float: left;
  border-radius: 5px;
  background: url(../images/loginBG.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 420px auto;
  box-shadow: 0px 0px 8px #cccccc;
}

.index-c ul {
  /*  margin: 0px 20px;*/
  padding: 140px 40px 20px;
}

.index-c ul li {
  margin-bottom: 20px;
}

.index-c ul li h3 {
  font-size: 22px;
  color: #26a69a;
  margin-bottom: 50px;
}

.index-c ul li p {
  font-size: 14px;
  color: #424242;
}

.index-c ul li span {
  font-size: 12px;
  color: #78909c;
}

.index-c ul li input {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.index-c ul li .user {
  background: url(../images/user.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 42px auto;
  padding: 0 6px 0 50px;
}

.index-c ul li .password {
  background: url(../images/password.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 42px auto;
  padding: 0 6px 0 50px;
}

.index-c ul li input[type='text'] {
  min-width: 80%;
  width: calc(100% - 58px);
}

.index-c ul li input[type='password'] {
  min-width: 80%;
  width: calc(100% - 58px);
}

.index-c ul li input[type='radio'] {
  width: 20px;
  margin-top: -3px;
  cursor: pointer;
}

.index-c ul li span {
  line-height: 42px;
  display: inline-block;
  margin: 0 20px 0 5px;
  font-size: 14px;
}

.index-c ul li a {
  display: inline-block;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
}

.index-c ul li .login {
  display: block;
  background-color: #a6c0f1;
  border-radius: 3px;
  text-align: center;
  line-height: 48px;
  height: 48px;
  width: 200px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
}

.footer {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.footer .footer-msg {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 16px;
}

.footer .footer-msg p {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #8f8f8f;
}

.matter {}

.matter_main {
  position: fixed;
  width: 540px;
  height: auto;
  top: 35%;
  left: 50%;
  margin-left: -300px;
  margin-top: -270px;
  z-index: 100;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px 50px;
}

.matter_main h3 {
  font-size: 20px;

  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #646464;
}

.matter_main ul {
  list-style: decimal;
  margin-bottom: 20px;
  padding: 0px 16px;
}

.matter_main ul li {
  margin-bottom: 8px;
}

.matter_main ul li p {
  font-size: 14px;
  line-height: 20px;
}

.matter_main ol {
  padding: 0px 16px;
}

.matter_main ol li {
  margin-bottom: 8px;
}

.matter_main ol li p {
  font-size: 14px;
  line-height: 20px;
}

.matter_main ol li a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.matter_main .close {

  float:none;
  opacity:1;

}
.matter_main .close a {
  display: block;
  background-color: #e6605e;
  border-radius: 3px;
  text-align: center;
  line-height: 42px;
  height: 42px;
  width: 160px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
}
.matter_main .close a span{
    color:#fff;
    font-weight:normal;
}

.matter_main  .form-group .yz-input {
	width: 65%;
	border-radius: 3px 0px 0px 3px; 
	float: left;
	border-right: 0 none;
    border:1px solid #ccc;
    padding:6px 8px
}

.matter_main  .form-group .send-yzm {
	float: left;
	border-radius: 0px 5px 5px 0px;
	display: block;
	border: #ccc 1px solid;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	height: 34px;
    height: 36px\0;
	line-height: 34px;
	width: 35%;
	color:#128bed; 
}
.matter_main  .form-group .send-yzm .en{
    font-size:12px
}
.matter_main  .send-note{
    font-style:normal
}
.matter_main  .send-note span {
    font-size:12px;
	color: red;
	text-align: right;
	font-weight: normal;
    margin:10px 0;
}
.matter_main  .send-note .en{ font-size:12px;  }
/*----移动版----*/
@media (min-width: 768px) {}

.note-big { display:none; position:absolute;    z-index:99999;}
.note-big-num { width:100%; height:100%; position:relative; }
.note-big-num p{ width:80px; height:34px; line-height:34px; border-radius:5px; background-color:#00acc1; font-size:22px; color:#fff; font-weight:bold; text-align:center; display:block; position:absolute; left:50%; margin-left:-40px; bottom:26px; }
.tback_layer {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 15;
  filter: alpha(opacity=60);
  opacity: 0.6;
  display: none;
  background-color: rgb(0, 0, 0);
}

/*---- 添加注册 ----*/
.matter_main .login-html {
    position:relative
}
.matter_main .closeBtn{
    position:absolute;
    right:10px;
    top:10px;
    z-index:88
}
.matter_main .login-html .form-group{
    margin-bottom:8px;
}
.matter_main .login-html .form-group .control-label{
    text-align:right; line-height:30px; padding:0
}
.matter_main .login-html .form-group .control-label span{
    font-weight:normal
}

.label-start:before{
    content:"*";
    color:red
}

.matter_main .login-html .form-group label input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top:-2px;
    height: 14px;
    width: 14px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
.matter_main .login-html .form-group label input[type=checkbox].red{
    border:1px solid #f44336
}
.matter_main .login-html .form-group label input[type=checkbox].red:checked{
    background:#f44336
}
.matter_main .login-html .form-group label input[type=checkbox]:before,.matter_main .login-html .form-group label input[type=checkbox]:after{
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}

.matter_main .login-html .form-group label input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.matter_main .login-html .form-group label input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
.matter_main .login-html .form-group label input[type=checkbox]:checked:before {
    left: 2px;
    top: 5px;
    width: 4px;
    height: 2px;
}
.matter_main .login-html .form-group label input[type=checkbox]:checked:after {
    right: 4px;
    top: 0px;
    width: 2px;
    height: 9px;
}
.matter_main .login-html .form-group .col-md-9 img.yzm{
    height:34px;
}
.main h3{ text-align:center; padding:20px 0 10px 0; border-bottom:1px solid #24a2ff}
.main .DLbox{ margin:20px 0; float:left}
.main .DLbox .DLmsg{ line-height:20px; margin-top:20px;}
.main .DLbox .DLmsg b.red{ color:red}
.main .DLbox .DLmsg p{ text-indent:26px}
.main .DLbox .DLtable{
    margin-top:30px; 
}
.main .DLbox .DLtable table{
    width:100%;
}
.main .DLbox .DLtable th{
    border:1px solid #cccccc; padding:10px 0;
}
.main .DLbox .DLtable td{
    width:28%;
    border:1px solid #cccccc; text-align:center; padding:10px 0;
}
.main .DLbox .DLtable td:first-child{
    width:5%;
}
.main .DLbox .DLtable td:last-child,.main .DLbox .DLtable th:last-child{
    width:20%;
}

.main .DLbox .tit{ width:100%; text-align:center; margin-top:20px;}
.main .DLbox .DLtable1 td {
    width:20%;
}
.main .DLbox .DLtable1 td:last-child, .main .DLbox .DLtable1 th:last-child {
    width:5%;
}
.main .DLbox .DLtable1left td:nth-child(2),.main .DLbox .DLtable1left1 td:nth-child(3){
    text-align:left; padding-left:5px;
}
.main .DLbox .DLtablelast td{
    width:10%;
}
.main .DLbox .DLtablelast td:nth-child(2){
    width:25%;
}