#cus-main .cus-main p {
	margin-bottom: 30px;
}

.abo_img {
	width: 100%;
	height: auto;
}

.abo_img img {
	width: 100%;
	height: auto;
}

#cus-main .cus-main .nav{
	width: 95%;
	max-width: 140px;
}

#cus-main .cus-main .tf_content {
	margin-bottom: 30px;
}

#cus-main .cus-main .tf_content p {
	margin-bottom: 8px;
	color: #363537;
}

#cus-main .cus-main .tf_content p span {
	padding-right: 30px;
}

#cus-main .cus-main .tab-content {
	padding-top: 20px;
}

#cus-main .cus-main li.active {
	color: #fff;
	background: #00B3C4;
	border: 1px solid #00B3C4;
}

#cus-main .cus-main li.active a {
	color: #fff;
	background: #00B3C4;
	border: 1px solid #00B3C4;
}

#cus-main .cus-main .tft-nav {
	width: 50%;
	margin-top: 20px;
	padding: 20px 10px;
	box-shadow: 0px 6px 5px #999;
	height: 130px;
	/*background: url(img/bgs_03.jpg) no-repeat right bottom;*/
	float: left;
}

#cus-main .cus-main .tft-nav:first-of-type p{
	line-height: 160%;
}
#cus-main .cus-main .tft-nav p {
	margin-bottom: 5px;
	text-align: center;
	color: #353637;
	font-size: 12px;
}
#cus-main .cus-main .tft-nav a{
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
}
.tf_center form {
	width: 85%;
}

.tf_center .inp-text {
	width: auto;
	/*border-bottom: 1px solid #b5b5b5;*/
	height: 30px;
	margin-top: 20px;
}

.tf_center .inp-text span {
	padding-right: 15px;
	color: #b5b5b5;
}

.tf_center .inp-text input {
	border: 0;
	color: #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	width: 90%;
	height: 100%;
}

.tf_bottom {
	float: left;
	width: 100%;
	height: 240px;
	margin-top: 30px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}

.content {
	height: 100px;
	font-size: 13px;
	color: #333;
	margin-top: 6px;
}

#cus-main .cus-main .tfb_right p{
	margin: 0;
}
.BMap_cpyCtrl{
	display: none; 
}
.BMap_stdMpCtrl{
	right: 10px!important;
}

.tf1,.tf2,.tf3,.tf4,.tf5,.tf6{
	color: red !important;
	display: none;
	/*margin-top: 10px;*/
	float: right;
}

.verify{
    width: 280px;
    height: 40px;
    margin-top: 30px;
}
.verify span{
    width: 38px;
    height: 40px;
    font-family: ﻿MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #302f41;
    margin-right: 23px;
}
#verify_box{
    width: 240px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    position: relative;
    background-color: rgba(212, 212, 212, 1);
    top:-40px;
    right:-49px;
}
#verify_xbox{
    width: 54px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    position: absolute;
    background: #7BBB55;
}
#btn{
    cursor: pointer;
    width: 54px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(212, 212, 212, 1);
    float: right;
}
.continue{
    width: 120px;
    height: 40px;
    background-color: rgba(212, 212, 212, 1);
    margin: 0 70px;
    border: none;
    color: #302f41;
    font-size: 16px;
}
.continue:hover{
    background-color: rgba(235, 54, 38, 1);
    color: #ffffff;
}
img {
    max-width: 100%;
}


#sub{
	display: inline-block;
    padding: 14px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #00B3C4;
    border-color: #00B3C4;
    width: 120px;
    margin-top: 15px;
    /*float: right;*/
}

@media only screen and (max-width: 750px) {
	#cus-main{width: 100%;}
	.cus-main{padding: 5% 4%;}
	#cus-main .cus-main .nav{width: 100%;max-width: 100%;line-height: 100%;box-sizing: border-box;border: 0;border-radius: 0;}
	#cus-main .cus-main .nav li{width: 50%;float: left;text-align: center;height: 50px;border: 0;}
	
	.tf_center form{width: 100%;margin-top: 40px;}
	.tf_center .inp-text{display: flex;border-bottom: 1px solid #b5b5b5;line-height: 30px;position: relative;margin-top: 18px;}
	.tf_center .inp-text input{border: 0;outline: none;}
	.tf_center .inp-text span:nth-of-type(2){position: absolute;right: 0;top: 0;}
	#cus-main .cus-main .tft-nav p:nth-of-type(1){font-size: 18px;color: #00B3C4;margin-top: 10px;}
	#cus-main .cus-main .tft-nav p:nth-of-type(2){margin: 0;line-height: 100%;margin-top: 10px;}
	#cus-main .cus-main .tft-nav a{color: #353637;}
	#btn{line-height: 40px;}
	.tfb_right h6{font-size: 14px;margin: 5px 0;}
	.tfb_right p{font-size: 12px;color: #878787;}
	
	ul.nav-tabs li a{font-size: 2rem;background-color:#eeeeee;color: #888888;line-height: 50px;padding: 0;}
	
	#index-main .foot-nav .fn{background-color:#FFFFFF;}
	.botlist{background-color:#FFFFFF;}
	.botlist>li:nth-of-type(1){border-top: 1px solid #d3d3d3;}
	
	.tfb_right{border-bottom: 1px solid #d3d3d3;padding-bottom: 3rem;}
}