.container .row .left {
  width: 50%;
  height: 385px;
  float: left;
}

.container .row .right {
  width: 50%;
  height: 385px;
  float: right;
}

.container .row.fixed-height {
  height: 385px;
  margin: 0;
}

.container .context-banner {
  width: 100%;
  height: 385px;
}
.fixed-height{
  width: 100%;
  display: flex;
}
.container .context-banner .context-banner-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.container .context-banner .context-banner-item .img-block {
  display: block;
  width: 100%;
  height: 100%;
}

.container .context-banner .context-banner-item .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 100px;
  position: absolute;
  color: #fff;
  bottom: 0px;
  line-height: 30px;
  padding-left: 10px;
  right: 0px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .context-banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: -15px;
  right: 30px;
  text-align: center;
  left: auto;
  width: auto;
}

.container .context-banner .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
}

.container .context-banner .swiper-pagination-bullet-active {
  background: #fff;
}

.container .context-banner .swiper-pagination-bullet-active {
  border: 1px solid #077edf;
  background-color: #077edf;
  width: 22px;
}

.container .tab-container {
  height: 385px;
  background-color: #f5f5f5;
}

.container .tab-container.big {
  width: 100%;

}
.container .tab-container.big .list-container{
  padding: 15px 15px 15px 0;
}

.container .tab-container.small {
  width: 580px;
  overflow: hidden;
}

.container .tab-container.font-size .list-container .list-item {
  font-size: 16px;
  color: #333333;
  list-style: none;
}
.container  .list-container .list-item {
  position: relative;
  padding-left: 14px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  margin-bottom: 18px;
  cursor: pointer;
}
.container .list-container .list-item span:nth-child(2) {
  width: 430px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .tab-container.font-size .list-container .time {
  font-size: 16px;
  float: right;
  color: #999999;
}
.container .list-container .list-item .icon {
  position: absolute;
  width: 4px;
  height: 4px;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #077edf;
}
.container .tab-container .tab-title {
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}

.container .tab-container .tab-title .tab-item {
  float: left;
  width: 150px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.container .tab-container .tab-title .tab-item .title {
  vertical-align: middle;
}

.container .tab-container .tab-title .tab-item .icon {
  vertical-align: middle;
  display: none;
}

.container .tab-container .tab-title .tab-item.active {
  background-color: #077edf;
  color: #fff;
}

.container .tab-container .tab-title .tab-item.active .icon {
  display: inline-block;
}
.container .list-container .list-item:hover {
  color: #077edf!important;
  text-decoration: underline;
}
.wrap-c .log-box {
  position: relative;
  width: 400px;
  height: 355px;
  background-color: #f2f2f2;
  padding: 20px 30px 0px;
  box-sizing: border-box;
  font-size: 15px;
  margin: 0 auto;
}

.log-box .title span{
  font-size: 20px;
  font-weight: 700;
  color: rgb(57, 57, 57);
  padding: 5px 0;
  text-align: center;
  display: block;
}

 .log-box .title span:nth-child(1) {
  margin-right: 25px;
}
 .log-box .title span:nth-child(2) {
  margin-left: 25px;
}

/*  .log-box div:nth-child(2) {
  margin-top: 59px;
} */
 .log-box input{
  display: block;
  width: 340px;
  height: 40px;
  border: 1px solid rgb(199, 199, 199);
  padding-left: 15px;
  box-sizing: border-box;
}
 .log-box input[type="text"]:nth-child(1){
  margin-top: 0px;
}

 .log-box .logon {
  margin-top: 20px;
  position: relative;
}

 .log-box .log-tips {
  position: absolute;
  font-size: 12px;
  color: red;
  left: 16px;
}

 .log-box .log-tips-1{
  display: none;
  top: 45px;
}

 .log-box .log-tips-2{
  display: none;
  top: 112px;
}


 .log-box .logon button {
  background-color: rgb(54, 114, 247);
  width: 30%;
  height: 40px;
  border: 0px;
  margin-top: 40px;
  font-size: 15px;
  color: #ffffff;
  float: left;
}
.log-box .logon .login-reset{
  float: right;
}
 .log-box .enroll {
  margin-top: 60px;
}

 .log-box .enroll .btn {
  background-color: rgb(54, 114, 247);
  width: 320px;
  height: 40px;
  border: 0px;
  margin-top: 40px;
  font-size: 15px;
  color: #ffffff;
}

.log-box .enroll{
  position: relative;
}

.log-box .enroll .tips-1 {
  display: none;
  position: absolute;
  color: red;
  top: 45px;
  left: 16px;
  font-size: 12px;    
}


.log-box .enroll .tips-2 {
  display: none;
  position: absolute;
  color: red;
  top: 115px;
  left: 16px;
  font-size: 12px;    
}


.log-box .enroll .acceptSMS{
  font-size: 0px;
  margin-top: 28px;
}

.log-box .enroll .acceptSMS input {
  display: inline-block;
  width: 190px;
  height: 40px;
  border:1px solid rgb(199,199,199);
  border-right: 0px;
  vertical-align: middle;
  font-size: 15px;
}

.log-box .enroll .acceptSMS .CAPTCHA {
  display: inline-block;
  padding: 12px 0 11px 0;
  width: 130px;
  background-color: rgb(54, 114, 247);
  /* background-color: rgb(204,204,204); */
  color: #ffffff;
  vertical-align: middle;
  font-size: 15px;
  border:1px solid rgb(199,199,199);
  border-left: 0px;
}

 .log-box input[type="text"]{
  margin-top: 28px;
}

 .log-box input[type="password"]{
  margin-top: 28px;
}

.log-box .enroll2 {
  margin-top: 29px !important;
  position: relative;
}

.log-box .enroll2 .pwd-rules{
  position: absolute;
  right: 0;
  top: 109px;
  font-size: 12px;
  color:rgb(112,112,112);
}

.log-box .enroll2 .reg-tips{
  position: absolute;
  font-size: 12px;
  left: 16px;
  color: red;
}

.log-box .enroll2 .reg-tips-1{
  display: none;
  top: 44px;
}

.log-box .enroll2 .reg-tips-2{
  display: none;
  top: 108px;
}

.log-box .enroll2 .reg-tips-3{
  display: none;
  top: 173px;
}


 .log-box .enroll2 .btn {
  background-color: rgb(199, 199, 199);
  width: 320px;
  height: 40px;
  border: 0px;
  margin-top: 29px;
  font-size: 15px;
  color: #ffffff;
}

.log-box .enroll2 .check {
  font-size: 0px;
  text-align: left;
  margin-top: 25px;
}

.enroll2 .check .Agreement {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 10px;
}

.log-box .enroll2 input[type="checkbox"]{
  display: none;
}
.log-box .error{
  font-size: 18px;
  color: #F00;
  line-height: 36px;
  padding-top: 10px;
}

.cpzx .ly_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.cpzx .ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}
.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0;
}
.cpzx .ly_msg ul li h4 {
	width: 17%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 34px;
}
.cpzx .ly_msg ul li .msg_tara {
	height: 118px;
}
.cpzx .msg_ipt1 input, .msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px;
}
.cpzx .msg_tara textarea {
	height: 118px;
	line-height: 20px;
	resize: none;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
}
.cpzx .ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cpzx .ly_msg ul li h4 {
	width: 10%;
	height: 45px;
	font-size: 12px;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90%;
}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
	width: 90% !important;
}
.cpzx .ly_msg ul li .msg_ipt1 {
	height: 47px;
}
.cpzx .msg_ipt1 input {
	height: 45px;
	line-height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt12 {
	width: 90% !important;
	height: 45px !important;
}
.cpzx .msg_ipt12 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt1 select {
	height: 45px !important;
}
.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}
.cpzx select {
	border-radius: 2px;
	border: none !important;
	background: #f1f1f1;
	outline: none;
	text-indent: 10px;
}
.cpzx input:focus, .cpzx textarea:focus {
	border: 1px solid #dedede !important;
}
.cpzx .ly_msg ul li a.yzm_img img {
	height: 100% !important;
}
.cpzx .msg_btn input {
	width: 150px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.cpzx .msg_btn input:first-child {
	background: #025db6;
	color: #fff;
	outline: none;
}
.cpzx .msg_ipt2 input {
	height: 45px;
}
.cpzx .ly_msg ul li .msg_ipt2 {
	height: 45px;
}
