#yanz_tp {
    display: none;
    padding: 20px;
}

.yzm_item {
    width: 275px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(224, 224, 224, 0.42);
    box-shadow: 0 2px 10px 4px rgba(8, 5, 30, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.yzm_item input {
    width: 165px;
    height: 100%;
    outline: none;
    border: none;
    text-indent: 15px;
    background: #fff;
}

.yzm_item .tx_img{
    width: 100px;
    float: right;
    height: 35px;
    margin-top: 7px;
    margin-right: 8px;
    cursor: pointer;
}

#yanz_tp .btn{
    margin-top: 20px;
}
#yanz_tp button{
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #F13A3B;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
}
#yanz_tp button:hover {
    opacity: .9;
}


.patent_list .zl_inp {
    display: inline-block;
    width: 230px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    border-radius: 2px;
    text-indent: 34px;
    border: 1px solid #BBBFC9;
    transition: all .3s;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.patent_list .form_btn {
	width: 124px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #F13A3B;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s;
}
.zl_inp_div{
    position: relative;
    display: inline-block;
    width: 230px;
    vertical-align: middle;
}
.zl_inp_div:after{
    border: 5px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 22px;
    border-top: 8px solid #999;
    right: 18px;
}
.patent_list{
	margin-top: 14px;
    text-align: center;
}
.patent_list .yzm_div {
    display: inline-block;
    width: 225px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #BBBFC9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
}

.patent_list .yzm_div .tx_img {
    width: 100px;
    float: right;
    height: 35px;
    margin-top: 7px;
    margin-right: 8px;
    cursor: pointer;
}

.patent_list input:focus {
    border-color: #F13A3B;
    box-shadow: 0 2px 10px 4px rgba(224, 42, 64, .02);
}

.patent_list .yzm_inp {
    width: 135px;
    height: 100%;
    text-indent: 34px;
    outline: none;
    border: none;
    background: #F6F6F6;
}

.patent_list .inp_1 {
    background: url(img/icon-bq-inp-1.png) no-repeat left 12px center;
    background-size: 12px 14px;
}

.patent_list .inp_2 {
    background: url(img/icon-bq-inp-2.png) no-repeat left 12px center;
    background-size: 12px 14px;
}

.patent_list .inp_3 {
    background: url(img/icon-bq-inp-3.png) no-repeat left 12px center;
    background-size: 12px 14px;
}

.patent_list .inp_4 {
    background: url(img/icon-bq-inp-4.png) no-repeat left 12px center;
    background-size: 12px 14px;
}

.patent_list .yzm_btn {
    width: 80px;
    text-align: center;
    font-size: 14px;
    height: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F13A3B;
    text-align: center;
    background-color: transparent;
}





#reg-banner {
	padding-top: 60px;
	min-width: 1200px;
	height: 300px;
	background: url(img/register/banner.png) no-repeat center;
	background-size: 1920px 300px;
}
#reg-banner .title {
	height: 44px;
	line-height: 44px;
	font-size: 36px;
	color: #333;
	/* font-weight: 600; */
}
#reg-banner p {
	margin-top: 14px;
	font-size: 14px;
	color: #333;
}
#reg-view {
	padding-top: 100px;
	position: relative;
	height: 90px;
	background: #f6f7f9;
}
#reg-view .section {
	position: relative;
	background: #f6f7f9;
}
#reg-view .top {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 150px;
	background: #fff;
}
#reg-view .top>.clearfix {
	padding-left: 30px;
}
#reg-view .top h2 {
	height: 60px;
	line-height: 60px;
}
#reg-view .top h2 .title {
	margin-right: 20px;
	font-size: 18px;
	color: #333;
}
#reg-view .top h2 .text {
	font-size: 14px;
	color: #999;
}
.select-container {
	padding: 0 20px 0 0px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	height: 42px;
	background: #fff;
	border: 1px solid #bbbfc9;
	/* border: 1px solid #ff6521; */
	cursor: pointer;
}
.select-container::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url(img/arrow1.png) no-repeat left center;
}
.select-container.active::after,
.select-container:hover::after {
	background: url(img/arrow1_.png) no-repeat left center;
}
.select-container .select-head {
	padding-left: 40px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #999;
	background: url(img/register/icon.png) no-repeat 14px center;
	background-size: 13px 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
    text-indent: 20px;
}
.select-container.hasValue .select-head {
	color: #333;
}
.select-container .select-body {
	display: none;
	position: absolute;
	top: 42px;
	left: -1px;
	padding: 5px 0px 0 0px;
	width: 250px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #bbbfc9;
	border-top: none;
	z-index: 10;
}
.select-container.active .select-body,
.select-container:hover .select-body {
	display: block;
}
.select-container .select-body .select-item {
	padding-left: 30px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #666;
	background: #fff;
	text-align: left;
	text-indent: 30px;
}
.select-container .select-body .select-item:hover,
.select-container .select-body .select-item.active {
	color: #ff6521;
	font-weight: 600;
	background: #f0f0f0;
}
.select-container .select-body .select-item.active {
	cursor: default;
}
#reg-view .input-wrap {
	margin-top: 15px;
	margin-left: 10px;
	padding: 10px 15px;
	width: 220px;
	height: 22px;
	border: 1px solid  #bbbfc9;
}
#reg-view .input-wrap input {
	width: 220px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
#reg-view .input-wrap.gc {
	width: 190px;
}
#reg-view .input-wrap.gc input {
	float: left;
	width: 100px;
}
#getCodes {
	float: left;
	width: 90px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #FF6521;
	text-align: center;
}
#getCodes:active {
	color: #f00;
}
#getCodes.default {
	color: #999;
}
#reg-view .top .search {
	float: left;
	margin: 15px 0 0 10px;
	width: 120px;
	height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background: #FF6521;
}
#reg-view .top .search:active {
	color: #ddd;
	background: #f50;
}
#reg-view #slideList {
	height: 60px;
	background: #fff;
}
#reg-view #slideList p {
	padding-left: 30px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
#reg-view #slideList p b {
	margin-right: 10px;
	color: #666;
}
#reg-view #slideList p .text {
	color: #999;
}
#reg-view #slideList p em {
	margin-left: 20px;
	color: #FF6521;
	font-weight: 600;
}
/* main */
.main {
	padding: 50px 0;
	min-width: 1200px;
}
.sec-title {
	text-align: center;
}
.sec-title h2 {
	height: 38px;
	line-height: 38px;
	font-size: 32px;
	color: #333;
	font-weight: 600;
}
.sec-title p {
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-size: 14px;
	color: #999;
}
#cbServer {
	background: #fff;
}
#cbServer .left {
	padding: 30px;
	width: 231px;
	height: 337px;
	background: url(img/register/bg.png) no-repeat center;
	background-size: 291px 398px;
}
#cbServer .left h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
#cbServer .left p {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
#cbServer .price-wrap {
	height: 32px;
	color: #FF6521;
}
#cbServer .price-wrap .price {
	font-size: 18px;
	line-height: 20px;
}
#cbServer .price-wrap .price em {
	margin-right: 5px;
	font-size: 30px;
	font-weight: 600;
}
#cbServer .price-wrap .desc {
	margin-top: 8px;
	margin-left: 15px;
	font-size: 14px;
}
#cbServer .box-wrap {
	width: 907px;
	/* height: 396px; */
	background: url(img/register/bg1.png) no-repeat center;
	background-size: 907px 396px;
	border: 1px solid  #ddd;
}
#cbServer .box-wrap .top {
	height: 197px;
	border-bottom: 1px solid  #ddd;
}
#cbServer .box-wrap .box {
	float: left;
	padding: 25px 35px;
	border-right: 1px solid  #ddd;
}
#cbServer .box-wrap .top .box {
	width: 230px;
}
#cbServer .box-wrap .bottom .box {
	width: 380px;
}
#cbServer .box-wrap .box:last-of-type {
	border-right: none;
}
#cbServer .box-wrap .box h3 {
	font-size: 20px;
	font-weight: 600;
}
#cbServer .box-wrap .box p {
	margin-top: 10px;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
#cbServer .box-wrap .box .price-wrap {
	margin-top: 15px;
}
#cbServer .box-wrap .box .view {
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #FF6521;
	border: 1px solid  #ff6521;
}
#cbServer .box-wrap .box .view:hover {
	color: #fff;
	background: #ff6521;
}
#need {
	background: url(img/register/bg2.png) no-repeat center;
	background-size: 1920px 589px;
}
#need .need-item {
	width: 590px;
	height: 320px;
	background: #fff;
}
#need .need-item h4 {
	margin-top: 50px;
	font-size: 28px;
	text-align: center;
}
#need .need-item h4 b {
	position: relative;
}
#need .need-item h4 b::before,
#need .need-item h4 b::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 36px;
	height: 2px;
}
#need .need-item h4 b::before {
	left: -50px;
	background: linear-gradient(270deg,#ff6521, rgba(255,101,33,0.00) 91%);
}
#need .need-item h4 b::after {
	right: -50px;
	background: linear-gradient(90deg,#ff6521, rgba(255,101,33,0.00) 91%);
}
#need .need-item .yours {
	margin-top: 50px;
	width: 50%;
}
#need .need-item .yours .img-wrap {
	margin: 0 auto;
	position: relative;
	width: 140px;
	height: 90px;
}
#need .need-item .yours img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#need .need-item .yours p {
	height: 72px;
	line-height: 72px;
	font-size: 16px;
	color: #666;
	/* font-weight: 600; */
	text-align: center;
}
#need .need-item .own {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 253px;
	height: 58px;
	line-height: 58px;
	font-size: 0;
	text-align: center;
	border: 1px solid  #ddd;
}
#need .need-item .own i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 22px;
	height: 22px;
}
#need .need-item .own:nth-of-type(1) i {
	background: url(img/register/o1.png) no-repeat center;
	background-size: 22px 22px;
}
#need .need-item .own:nth-of-type(2) i {
	background: url(img/register/o2.png) no-repeat center;
	background-size: 22px 22px;
}
#need .need-item .own:nth-of-type(3) i {
	background: url(img/register/o3.png) no-repeat center;
	background-size: 22px 22px;
}
#need .need-item .own:nth-of-type(4) i {
	background: url(img/register/o4.png) no-repeat center;
	background-size: 22px 22px;
}
#need .need-item .own em {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #4d5260;
	font-weight: 600;
}
#deal,#want {
	margin: 30px auto 0;
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background: #ff6521;
}
#deal:active,#want:active {
	color: #ccc;
	background: #f50;
}
#progress {
	position: relative;
	height: 376px;
	background: url(img/register/bg3.png) no-repeat center;
	background-size: 1920px 476px;
}
#progress::after {
	content: "";
	position: absolute;
	top: 225px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.2);
}
#progress .sec-title h2,
#progress .sec-title p {
	color: #fff;
}
#progress .progress-item {
	float: left;
	position: relative;
	margin-top: 30px;
	margin-right: 196px;
	width: 150px;
	height: 170px;
}
#progress .progress-item::after {
	content: "";
	position: absolute;
	right: -104px;
	top: 43px;
	width: 6px;
	height: 10px;
	background: url(img/register/icon1.png) no-repeat center;
	background-size: 6px 10px;
}
#progress .progress-item:last-of-type {
	margin-right: 0;
}
#progress .progress-item:last-of-type::after {
	display: none;
}
#progress .progress-item h2 {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
#progress .progress-item .dot {
	margin: 10px auto;
	padding: 2px;
	position: relative;
	width: 8px;
	height: 8px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
#progress .progress-item .dot i {
	display: block;
	width: 8px;
	height: 8px;
	background: #ff6521;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#progress .progress-item .inner {
	margin-top: 20px;
	padding-top: 12px;
	position: relative;
	width: 150px;
	height: 80px;
	background: #fff;
}
#progress .progress-item .inner::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -7px;
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	background: #fff;
}
#progress .progress-item .inner h4 {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
}
#progress .progress-item .inner p {
	font-size: 14px;
	color: #666;
	font-weight: 600;
	text-align: center;
}
#get,#get .section {
	background: #f6f7f9;
}
#get .get-item {
	float: left;
	margin-top: 20px;
	width: 240px;
}
#get .get-item h4 {
	position: relative;
	height: 42px;
	font-size: 16px;
	color: #666;
	font-weight: 600;
	text-align: center;
}
#get .get-item h4::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background: #ff6521;
}
#get .get-item img {
	display: block;
	margin: 20px auto;
}
#success .s-item {
	float: left;
	margin-top: 80px;
	width: 200px;
}
#success .s-item .img-wrap {
	position: relative;
	width: 200px;
	height: 104px;
}
#success .s-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#success .s-item h4 {
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	color: #666;
	font-weight: 600;
	text-align: center;
}

#flag {
	min-width: 1200px;
	display: block;
	height: 120px;
	line-height: 120px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	background: url(img/plant.png) no-repeat center;
	background-size: 1920px 120px;
}
#flag.f1 {
	height: 110px;
	line-height: 110px;
	background: url(img/register/plant.png) no-repeat center;
	background-size: 1920px 110px;
}