﻿@charset "utf-8";

body {	
	min-width: 1444px;
}

main {
	background: #f3f6fa;
}

.w14 {
	width: 1444px;
	margin: 0 auto;
}

.w5 {
	width: 410px;
}

.w4 {
	width: 420px;
}

.w3 {
	width: 360px;
}

.h28 {
	height: 285px;
}

.h38 {
	height: 380px;
}

.m20 {
	margin-top: 20px;
}
.p70 {
	padding-bottom: 70px;
}

.flex {
	display: flex !important;
}

.header {
	background-color: #fff;
	height: 80px;
}

.logo {
	height: 80px;
	line-height: 80px;
}

.logo img {
	width: 160px;
	height: 50px;
}

.nav {
	height: 80px;
	line-height: 80px;
}

.nav a {
	font-size: 16px;
	margin-left: 50px;
}

.nav a:last-child {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	background: #46403d;
	border-radius: 100px;
	color: #ffdcc1;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-inline-flex;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 140px;
}

.nav a:hover:last-child {
	color: #f5c29b;
	opacity: 0.9;
	text-decoration: none;
}

.agent-banner {
	position: relative;
	background-image: url(../images/agent_bg.jpg);
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	width: 100%;
	height: 500px;
	/*height: 650px;*/
}

.agent-banner .banner-mask{
    background-color: rgba(0,0,0,.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.agent-banner .banner-video {
    /*height: 100vh;*/
	height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.agent-banner .ag-header {
	/*padding-top: 185px;*/
	/*padding-top: 125px;*/
	color: #fff;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	z-index: 10;
	top: 125px;
	left: calc((100% - 1444px) / 2);
}

.agent-banner .ag-header img {
	height: 66px;
}

.agent-banner .ag-header p {
	font-size: 28px;
	opacity: 0.8;
	font-weight: 300;
	padding-top: 40px;
	padding-bottom: 50px;
	/*padding-bottom: 80px;*/
}

.buy-btn {
	display: inline-block;
	width: 210px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	background: #ff6001;
	border-radius: 100px;
	box-shadow: 0 12px 24px rgba(255, 96, 1, .5);
	cursor: pointer
}

.buy-btn:hover {
	color: #fff;
	background: #f37c0e;
}

.agent-title {
	color: #1a1a1a;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
}

.m-flex {
	display: flex;
	justify-content: space-between;
}

.m-box {
	width: 712px;
	background: #fff;
	border-radius: 5px;
	transition: all .2s
}

.m2-box {
	width: 468px;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
}

.m-box:hover,
.m2-box:hover {
	/*-webkit-transform:translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);*/
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.m1-bg {
	background: url(../images/m1_bg.png) bottom right no-repeat #fff;
	background-size: 450px 270px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}

.m2-bg {
	background: url(../images/m2_bg.png) bottom right no-repeat #fff;
	background-size: 450px 270px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}

.m3-bg {
	background: url(../images/m3_bg.png) bottom right no-repeat #fff;
	background-size: 450px 270px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}

.m4-bg {
	background: url(../images/m4_bg.png) bottom right no-repeat #fff;
	background-size: 450px 270px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}

.m5-bg {
	background: url(../images/m5_bg.png) bottom right no-repeat #fff;
	background-size: 450px 270px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}

.m6-bg {
	background: url(../images/broker_bg.png) top right no-repeat #fff;
	background-size: 712px 380px;
}

.m7-bg {
	background: url(../images/m7_bg.png) bottom left no-repeat #fff;
	background-size: 382px 236px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}

.m8-bg {
	background: url(../images/m8_bg.png) bottom left no-repeat #fff;
	background-size: 382px 236px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}

.m1-bg:hover,
.m2-bg:hover,
.m3-bg:hover,
.m4-bg:hover,
.m4-bg:hover,
.m5-bg:hover {
	background-size: 460px 276px;
}

.m7-bg:hover,
.m8-bg:hover {
	background-size: 392px 242px;
}

.m-case {
	padding-left: 60px;
	padding-top: 70px;
}

.worth-title {
	font-size: 28px;
	line-height: 30px;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all 0.2s;
}

.m-box:hover .worth-title,
.m2-box:hover .worth-title {
	color: #ff6001;
}

.worth-content {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

@keyframes effects {
	from {
		margin-left: 0;
	}

	to {
		margin-left: -100%;
	}
}

.agent-tag {
	position: relative;
	display: flex;
	overflow: hidden;
	margin-bottom: 30px;
}

.agent-tag span {
	flex: none;
	width: auto;
	cursor: pointer;
	background-color: #fff;
	border-radius: 5px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #1a1a1a;
	padding: 0 20px;
	margin: 0 10px;
}

.agent-tag span:nth-child(1) {
	animation: effects 46s linear infinite;
}

.agent-tag:hover span:nth-child(1) {
	animation-play-state: paused;
}

.color-bg01 {
	background-color: #e6ecfe !important;
}

.color-bg02 {
	background-color: #f6fbff !important;
}

.color-bg03 {
	background-color: #fffaf1 !important;
}

.color-bg04 {
	background-color: #fff8f8 !important;
}

.color-bg05 {
	background-color: #f0edfe !important;
}

.color-bg06 {
	background-color: #d2f2fc !important;
}

.left-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 32px;
	background: linear-gradient(90deg, #f3f6fa 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 6;
}

.right-mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 32px;
	background: linear-gradient(270deg, #f3f6fa 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 6;
}

.am-box {
	position: relative;
	padding: 80px 30px 30px 288px;
}

.am-box .headpic {
	position: absolute;
	left: 0;
	top: 34px;
}

.am-box .headpic img {
	width: 288px;
	height: 346px;
}

.am-box h4 {
	font-size: 28px;
	line-height: 36px;
	height: 36px;
	color: #1a1a1a;
	transition: all 0.2s;
}

.am-box:hover h4 {
	color: #ff6001;
}

.am-box h4 img {
	width: 90px;
	height: 24px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.am-box p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	padding-top: 8px;
	margin-bottom: 20px;
}

.am-box .call-box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.am-box .call-box h5 {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	text-indent: 5px;
}

.am-box .call-box .qr {
	width: 110px;
	margin-right: 30px;
}

.am-box .call-box .call-info {
	width: 220px;
	background: #f7f9ff;
	border-radius: 5px;
	border: solid 1px #eff2f3;
	padding: 20px;
}

.am-box .call-box .call-info .tex {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
}

.am-box .call-box .call-info .tex a:hover {
	color: #333;
}

.am-box .call-box .call-info .tex .icon {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}

.am-box .call-box .call-info .tex .qqchat {
	height: 22px;
	width: 77px;
	display: inline-block;
	margin-left: 5px;
}

.am-box .call-box .call-info .tex span{
	opacity: 0;
	font-size: 16px;
	font-weight: initial;
	color: #0066cc;
	cursor: pointer;
}

.am-box .call-box .call-info .tex:hover span {
	opacity: 1;
	color: #0066cc;
}

.am-box .call-box .call-info .tex .copy {
	width: 16px;
	height: 18px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 3px;
}

.s-case {
	position: relative;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 30px;
}

.serve-title {
	position: relative;
	font-size: 28px;
	line-height: 30px;
	height: 30px;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 20px;
	transition: all 0.2s;
}

.m-box:hover .serve-title {
	font-size: 29px;
}

.serve-title .text {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.serve-title .line01 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 170px;
	height: 18px;
	background: linear-gradient(to right, #a0f4db, #f7fcfb);
}

.serve-title .line02 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 170px;
	height: 18px;
	background: linear-gradient(to right, #92b0f7, #fbfbfd);
}

.serve-content {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 25px;
	margin-left: 20px;
}

.step-box {
	font-size: 16px;
	line-height: 28px;
	color: #1a1a1a;
	width: auto;
	background: #f7f9ff;
	border-radius: 5px;
	border: solid 1px #eff2f3;
	padding: 8px 15px;
}

.serve-sub {
	margin-top: 30px;
	margin-right: 30px;
	text-align: right;
}

.buy2-btn {
	display: inline-block;
	width: 190px;
	height: 46px;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	background: #00b472;
	border-radius: 100px;
	cursor: pointer
}

.buy2-btn:hover {
	color: #fff;
	background: #0AC577;
}

.buy3-btn {
	display: inline-block;
	width: 190px;
	height: 46px;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	background: #1054EE;
	border-radius: 100px;
	cursor: pointer
}

.buy3-btn:hover {
	color: #fff;
	background: #296AFF;
}

.serve-icon {
	position: absolute;
	top: 40px;
	right: 50px;
}

.serve-icon img {
	width: 152px;
	height: 152px;
}

.data-box {
	position: relative;
	background-image: url(../images/data_bg.jpg);
	background-color: #0d1727;
	background-position-x: center;
	background-size: cover;
	width: 100%;
	height: 330px;
	margin-top: 100px;
}

.data-box .data-content {
	width: 1380px;
	margin: 0 auto;
	position: relative;
}

.data-box .data-content .data-mod {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 1100px;
	padding: 16px 0px;
}

.data-box .data-content .data-mod .data-unit {
	width: 320px;
	position: relative;
	padding: 28px 0px;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.data-box .data-content .data-mod .data-unit div:first-child {
	letter-spacing: 0px;
	color: #ff6001;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
}

.data-box .data-content .data-mod .data-unit div:first-child span:last-child {
	letter-spacing: 0px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-left: 8px;
}

.data-box .data-content .data-mod .data-unit .desc {
	letter-spacing: 1px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.data-box .data-content .data-image {
	position: absolute;
	right: 0px;
	bottom: -2px;
	transition: all .3s
}

.data-box .data-content .data-image::before {
    content: "买域名，找爱名";
    display: block;
    position: absolute;
    left: 0%;
    top: 25%;
    color: #fff;
    font-size: 20px; 
	font-weight: 700;
	font-style: italic;
    opacity: 0;
    transition: all .2s;
}

.data-box .data-content .data-image:hover {
	right: 10px;
	cursor: pointer;
}

.data-box .data-content .data-image:hover::before {
	opacity: .5;
}

.data-box .data-content .data-image img {
	width: 316px;
	height: 388px;
}

.honors {
	overflow: hidden;
	position: relative;
	padding-bottom: 70px;
}

.honors .hd {
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	bottom: 1px;
	display: block;
	width: 100%;
	text-align: center;
}

.honors .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}

.honors .hd ul li {
	float: left;
	width: 20px;
	height: 4px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: rgba(255, 96, 1, .22);
}

.honors .hd ul li.on {
	background: #ff6001;
}

.honors .bd ul {
	overflow: hidden;
	zoom: 1;
}

.honors .bd ul li {
	float: left;
	overflow: hidden;
	text-align: left;
	width: 286px !important;
	height: 360px;
	background: #fff;
	padding: 30px;
	transition: all .3s;
	border-radius: 5px;
	cursor: pointer;
}

.honors .bd ul li:hover {
	/*-webkit-transform:translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);*/
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.honors .bd ul li:not(:last-child) {
	margin-right: 20px;
}

.honor .bd ul li .honor-pic {
	text-align: center;
}

.honors .bd ul li .honor-pic img {
	width: 284px;
	height: 190px;
}

.honors .bd ul li .honor-title {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	text-align: center;
	transition: all .3s;
	max-width: 286px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.honors .bd ul li:hover .honor-title {
	color: #ff6001;
}

.honors .bd ul li .honor-content {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.client-applaud {
	position: relative;
}

.client-applaud .cli-box {
	display: flex;
	overflow: hidden;
}

.client-applaud .cli-box .cli-content {
	display: flex;
	border-radius: 5px;
	background: #fff;
	height: 50px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	padding: 30px 20px;
	margin: 0 10px;
}

@keyframes roll {
	from {
		margin-left: 0;
	}

	to {
		margin-left: -100%;
	}
}

.client-applaud .cli-box .cli-content:nth-child(1) {
	animation: roll 86s linear infinite;
}

.client-applaud .cli-box .cli-content img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
}

.client-applaud .cli-box .cli-content .cli-info {
	display: flex;
	flex-direction: column;
}

.client-applaud .cli-box .cli-content .cli-info .name {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 5px;
}

.client-applaud .cli-box .cli-content .cli-info .desc {
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.left-mask02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 240px;
	background: linear-gradient(90deg, #f3f6fa 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 6;
}

.right-mask02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 240px;
	background: linear-gradient(270deg, #f3f6fa 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 6;
}

.client-case {
	position: relative;
	display: flex;
	overflow: hidden;
	/*padding-bottom: 70px;*/
}

.client-case .cli-card {
	flex: none;
	width: auto;
}

.client-case .cli-card img {
	width: 1920px;
	height: 306px;
	margin: 0 10px;
}

/*@keyframes case {
	from {
		margin-left: 0;
	}

	to {
		margin-left: -66.66%;
	}
}

.client-case .cli-card img:nth-child(1) {
	animation: case 96s linear infinite;
}*/

.left-mask03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 306px;
	background: linear-gradient(90deg, #f3f6fa 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 6;
}

.right-mask03 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 306px;
	background: linear-gradient(270deg, #f3f6fa 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 6;
}

footer {
	width: 100%;
	background: #0d1727;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 40px 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.link-list,
.contant-box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.link-list dl,
.contant-box dl {
	padding: 0 50px;
}

.link-list dl dt,
.contant-box dl dt {
	font-size: 18px;
	line-height: 26px;
	height: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.link-list dl dd,
.contant-box dl dd {
	display: block;
	margin-bottom: 10px;
}

.link-list dl dd a {
	font-size: 14px;
	line-height: 16px;
	color: #b9bbbd;
	transition: color 0.3s;
}

.link-list dl dd a:hover {
	color: #ff7200;
	text-decoration: underline;
}

.link-list dl dd .tel {
	font-size: 16px;
	font-weight: 700;
	color: #b9bbbd;
}

.link-list dl dd .addr {
	color: #b9bbbd;
	font-size: 14px;
	line-height: 22px;
}

.contant-box dl dd .qr-item {
	position: relative;
	width: 138px;
	height: 168px;
	font-size: 13px;
	text-align: center;
	background-color: #3a3a42;
	border-radius: 10px;
	border: 1px solid #3a3a42;
	margin-right: 25px;
}

.contant-box dl dd .qr-item img {
	display: block;
	margin: 15px auto 0;
	width: 110px;
	height: 110px;
}

.contant-box dl dd .qr-item p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	color: #b9bbbd;
}

.footer-copyright {
	padding: 20px 0;
}

.footer-copyright p {
	font-size: 12px;
	color: #b9bbbd;
	text-align: center;
	line-height: 22px;
}

.footer-copyright p a {
	color: #b9bbbd;
}

.footer-copyright p a:hover {
	color: #ff7200;
	text-decoration: underline;
}

footer .fixed-box {
	position: fixed;
	bottom: 200px;
	right: 18px;
	z-index: 10;
}

footer .fixed-box>.am-service {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 60px;
	border-radius: 100px;
	background: linear-gradient(180deg, #4444fa 0%, #8119fe 100%);
	box-shadow: 0 0 20px rgba(16, 84, 238, 0.2);
	text-align: center;
	padding: 5px 0;
	cursor: pointer;
}

footer .fixed-box>.am-service:hover {
	background: linear-gradient(360deg, #4444fa 0%, #8119fe 100%);
}

footer .fixed-box>.am-service>.head {
	width: 50px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

footer .fixed-box>.am-service>p {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #FFFFFF;
	writing-mode: vertical-lr;
	margin: 10px 0 15px;
}

footer .fixed-box>.am-service>p a {
	color: #fff;
}

footer .fixed-box>.am-service>p a:hover {
	color: #fff;
}


button,input {
    border: 0;
    outline: none;
}

input {
    background: none;
}

input[type=search],input[type=text],textarea {
    -webkit-appearance: none;
    border: none;
    outline: none;
    resize: none;
}

.contact-us-content {
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    height: 620px;
    width: 100%;
	border-radius: 5px;
    transition: all .2s;
}

.contact-us-content .contact-us-form {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 0 24px rgba(0,0,0,.06);
    box-sizing: border-box;
    flex: 0 0 50%;
    padding: 50px;
}

.contact-us-content .contact-us-img {
    background-image: url(../images/kefu.jpg);
    background-position-x: 50%;
    background-size: cover;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.06);
    flex: 1;
}

.contact-container {
    background-color: #fff;
    text-align: center;
}

.contact-container ::-moz-placeholder {
    color: #999;
}

.contact-container ::placeholder {
    color: #999;
}

.contact-container .contact-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 12px;
}

.contact-container .contact-subtitle {
    color: #666;
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-container .contact-form {
    margin-bottom: 50px;
}

.contact-container .contact-form>li:last-child {
    margin-bottom: 0;
}

.contact-container .contact-form.type-page {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact-container .contact-form.type-page .contact-form-item {
    width: 400px;
}

.contact-container .contact-form.type-page .contact-form-item.long-row {
    width: 100%;
}

.contact-container .contact-form .form-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.contact-container .contact-form .telnumber-row {
    width: 450px;
}

.contact-container .contact-form .captcha-row {
    width: 150px;
}

.contact-container .contact-form .contact-form-item-textarea {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 9px;
    box-sizing: border-box;
    height: 109px;
    padding: 14px;
    position: relative;
    width: 100%;
	margin-bottom: 30px;
}

.contact-container .contact-form .contact-form-item-textarea.contact-page {
    height: 138px;
}

.contact-container .contact-form .contact-form-item-textarea textarea {
    background-color: transparent;
    color: #333;
    display: block;
    font-size: 15px;
    height: 100%;
    line-height: 18px;
    padding: 0;
    width: 100%;
}

.contact-container .contact-form .contact-form-item-textarea textarea:hover {
	border: none;
}



.contact-container .contact-form .contact-form-item {
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    height: 46px;
    margin-bottom: 30px;
    position: relative;
}

.contact-container .contact-form-item .form-item-check {
    bottom: -18px;
    color: #e62828;
    font-size: 12px;
    left: 0;
    line-height: 15px;
    position: absolute;
}

.contact-container .contact-form .contact-form-item input {
    color: #333;
    flex: 1;
    font-size: 15px;
    height: 100%;
    padding: 0 12px;
    width: 100%;
}

.contact-container .contact-form .contact-form-item .captcha-code {
    align-items: center;
    display: flex;
    flex: 0 0 95px;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    text-align: right;
}

.contact-container .contact-form .contact-form-item .captcha-code .get-code {
    color: #0066cc;
    cursor: pointer;
}

.contact-container .contact-form .contact-form-item .captcha-code .count-code {
    color: #999;
}

.contact-container .contact-submit {
	background: #ff6001;;
    border-radius: 100px;
    box-shadow: 0 6px 18px rgba(230,40,40,.19);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 240px;
}

.contact-container .contact-submit:hover {
	background: #f37c0e;
}

