﻿@charset "utf-8";

.bannerAdv{
  width: 100%;
  height: 480px;
  background: url(../images/banner-top.jpg) no-repeat center;
}

.bannerAdv-left{
  color: #fff;
  padding-top: 62px;
}

.bannerAdv-left h1{
  font-size: 26px;
  font-weight: bold;
}

.bannerAdv-left p{
  font-size: 20px;
  margin: 20px;
}

.bannerAdv-left ul li{
  font-size: 16px;
  margin-top: 10px;
}

.bannerAdv-left ul li span{
  color: #fff776;
  font-weight: bold;
}

.bannerAdv-left ul li i{
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  background: url(../images/iconsAdv.png) no-repeat center;
  background-position-x: -10px;
}

.bannerAdv-left ul li:first-child i{
  background-position-y: -10px;
}

.bannerAdv-left ul li:nth-child(2) i{
  background-position-y: -68px;
}

.bannerAdv-left ul li:nth-child(3) i{
  background-position-y: -126px;
}

.bannerAdv-left ul li:nth-child(4) i{
  background-position-y: -184px;
}

.bannerAdv-left ul li:last-child i{
  background-position-y: -242px;
}

.bannerAdv-right{
  width: 480px;
  height: 480px;
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 45px;
  box-sizing: border-box;
  color: #fff;
}

.bannerAdv-right ul li{
  margin-bottom: 20px;
  height: 40px;
}

.bannerAdv-right ul li label{
  width: 70px;
  text-align: right;
  float: left;
  font-size: 16px;
  line-height: 40px;
}

.bannerAdv-right ul li input{
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  float: right;
  outline: none;
  font-size: 14px;
}

.bannerAdv-right ul li input[type=number] {
    -moz-appearance:textfield;
}
.bannerAdv-right ul li input[type=number]::-webkit-inner-spin-button,
.bannerAdv-right ul li input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.bannerAdv-right ul li a{
  width: 110px;
  height: 40px;
  background-color: #f47622;
  line-height: 40px;
  float: right;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}

.operation-btns{
  margin-top: 50px;
}

.operation-btns a{
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2983f2;
  display: block;
  font-size: 16px;
  border-radius: 5px;
}

/*浮动相关*/
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.fix{overflow:hidden; zoom:1;}
.p_center{text-align:center;}

/* 验证码按钮*/
.ckyzBtn {
	width: 110px;
    height: 40px;
    background-color: #f47622;
    line-height: 40px;
    float: right;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
}

.imgCode {
    width: 330px;
    height: 40px;
    margin: 2px auto;
    text-align: left;
}

.imgCode .input-text {
    box-sizing: border-box;
    width: 200px;
    height: 40px;
    font-size: 14px;
    color: #313131;
    padding-left: 50px;
    border-bottom: 1px solid #bdbdbd;
    background: url(../images/yzm1.png) no-repeat 15px center;
    outline: none;
}

.imgCode img {
    margin-bottom: -10px;
    margin-left: 12px;
}

div .error{
	text-align: left;
    margin-left: 120px;
    color: #e4393c;
    font-size: 12px;
    margin-top: 7px;
    display: block;
    width: 300px;
    height: 25px;
}


/* 下拉的悬浮注册框 */
.registerAdv-foot{
  width: 100%;
  background:rgba(51, 51, 51, 0.9);
  height: 90px;
  position: fixed;
  bottom:0;
  display: none;
  z-index:99999;
}

.registerAdv-content{
  height: 40px;
  margin-top: 25px;
}

.registerAdv-content input{
  height: 100%;
  width: 180px;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
  margin-right: 10px;
  font-size: 13px;
  float: left;
}

.registerAdv-content input[type=number] {
    -moz-appearance:textfield;
}
.registerAdv-content input[type=number]::-webkit-inner-spin-button,
.registerAdv-content input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.registerAdv-content a{
  height: 100%;
  float: left;
  display: block;
  line-height: 40px;
}

.registerAdv-content .identifying-code{
  width: 100px;
  text-align: center;
  color: #fff;
  background-color: #F47622;
  font-size: 13px;
}

.registerAdv-content .registerAdv-btn{
  width: 140px;
  text-align: center;
  color: #fff;
  background-color: #2983F2;
  font-size: 14px;
  margin-left: 40px;
}

#close-btn{
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  cursor: pointer;
}
@media screen and (max-width:1024px){
	
	  	.bannerAdv-left{
	  		padding-top:30px;
	  	}
}
@media screen and (max-width:413px){
		.bannerAdv{
			height:600px;
			background-size:cover;
		}
	}