@CHARSET "UTF-8";

@import "common.css";
/*@import "../../newstatic/css/public.css";*/
@import "public.css";

.main {
	width: 1200px;
	margin: 0px auto;
	height: auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-family: 微软雅黑;
}

.center {
	text-align: center;
	margin: 0 auto;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #a4a4a4;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #a4a4a4;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #a4a4a4;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #a4a4a4;
}

button {
	font-size: 14px;
	color: #fff;
}

button.btn_common {
	min-width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #388ffc;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	padding: 0 10px;
}

button.btn-large {
	min-width: 175px;
	margin: 30px auto 50px auto;
}

button.btn-disable {
	background: #a4a4a4;
}

button.btn_small {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #388ffc;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	padding: 0 10px;
}

button.correction-btn {
	min-width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #FF5554;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	padding: 0 39px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
}

button.authentication-btn {
	min-width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #046AD5;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	padding: 0 44px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
}

input[type=number] {
	margin: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #dbd8d8;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.headerTitle {
	font-size: 24px;
	color: #000;
	line-height: 24px;
	display: inline-block;
	margin: 20px auto 50px auto;
}

.title-big {
	font-size: 16px;
	color: #393838;
	line-height: 20px;
	display: inline-block;
}

.title-bigger {
	font-size: 22px;
	color: #000;
	line-height: 22px;
	display: inline-block;
}

.font-bigger {
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
}

.font-big {
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
}

.font-weight{font-weight: bold;}

.font-normal {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	display: inline-block;
}

.font-small {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	display: inline-block;
}

.red {
	color: #ff0000;
}

.blue{color: #388eff;}

.color-gray {
	color: #333;
}

a.color-gray {
	color: #333;
}

.color-light {
	color: #666;
}

.color-dark {
	color: #000;
}

span.color-gray {
	color: #333;
}

span.color-light {
	color: #666;
}

span.color-lighter{
	color: #999;
}

span.color-dark {
	color: #000;
}

div.color-gray {
	color: #333;
}

div.color-light {
	color: #666;
}

div.color-dark {
	color: #000;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,
		endColorstr=#66000000 );
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: none;
	_position: absolute;
	_background: #e3e3e3;
}

.modal-content {
	margin: 100px auto;
	background-color: #fff;
	position: relative;
	width: 550px;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.modal-content button {
	min-width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #388ffc;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	padding: 0 10px;
	float: right;
	margin: 5px 10px 0 0
}

.content-text {
	padding: 10px;
	text-align: left;
	min-height: 80px;
	overflow-y: scroll;
}

.close-dialog {
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
	border-radius:50%;
}

div.modal-title {
	width: auto;
	height: 40px;
	background: #e7e9ed;
	line-height: 40px;
	color: #000;
	text-align: left;
	padding-left: 10px;
}

.tip-info,.tip-info-top {
	left: 130px;
	border: 1px solid #d3d3d3;
	position: absolute;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	right: 0;
	top: 40px;
	z-index: 2;
	background: #fff;
	font-size: 12px;
	padding: 10px 12px 10px 12px;
	text-align: left;
	line-height: 22px;
}

.tip-info-top{top: -20px;}

.tip-area {
	display: none;
}

.tip-info::before {
	position: absolute;
	content: '';
	border-left: 10px solid transparent; /*方框上部分背景颜色为透明*/
	border-bottom: 10px solid #999; /*方框下部分背景为透明*/
	border-right: 10px solid transparent; /*箭头背景颜色*/
	position: absolute; /*绝对定位1*/
	top: -10px; /*距离顶部位置偏移量2*/
	left: 20px; /*距离左边位置偏移量3*/ /*123都是控制显示位置的*/
	border-bottom-color: #999;
}

.tip-info::after {
	content: '';
	border-left: 9px solid transparent;
	border-bottom: 9px solid #fff;
	border-right: 9px solid transparent;
	/*箭头背景颜色，覆盖前面的#eee颜色，使其颜色与整体颜色一致*/
	position: absolute;
	top: -9px;
	left: 21px;
}

.tip-info-top::BEFORE {
	position: absolute;
	content: '';
	border-left: 10px solid transparent; /*方框上部分背景颜色为透明*/
	border-top: 10px solid #999; /*方框下部分背景为透明*/
	border-right: 10px solid transparent; /*箭头背景颜色*/
	position: absolute; /*绝对定位1*/
	bottom: -10px; /*距离顶部位置偏移量2*/
	left: 20px; /*距离左边位置偏移量3*/ /*123都是控制显示位置的*/
	border-bottom-color: #999;
}

.tip-info-top::after {
	content: '';
	border-left: 9px solid transparent;
	border-top: 9px solid #fff;
	border-right: 9px solid transparent;
	/*箭头背景颜色，覆盖前面的#eee颜色，使其颜色与整体颜色一致*/
	position: absolute;
	bottom: -9px;
	left: 21px;
}


/*2018-8-8弹窗样式*/
.tool-contain{
	position: absolute;
	top : 0;
	left: 0;
	z-index: 99999;
	display:none;
	width: 100%;
	height: 100%;
}
.tool-contain .tool-content{
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -265px;
	margin-top: 100px;
	width: 530px;
	height: auto;
	background: #FFF;
	border-radius: 6px;
	padding-top: 50px;
	text-align: center;
}
.tool-contain .tool-bg{
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	opacity: .3;
	width: 100%;
	height: 100%;
}
.tool-title{
	font-size: 26px;
	text-align: left;
	color: #fa7a1e;
	margin-bottom: 20px;
	font-weight: normal;
	position: relative;
	z-index: 2;
	margin: 0 40px;
	padding-bottom: 20px;
}
.tool-content p{
	font-size: 16px;
	color: #40403f;
	padding: 0px 40px 20px 40px;
	text-align: left;
	line-height: 24px;
}
.tool-contain button{
	width: 50%;
	height: 62px;
	line-height: 62px;
	background: #4db4f0;
	color: #fff;
	font-size: 20px;
	border: none;
	outline: none;
	border-radius: 4px;
	float: left;
}
.tool-contain .tool-submit-button{
	background: #fa7a1e;
	border-radius : 0 0 0 6px;
}
.tool-contain .tool-close-button{
	background: #0eb7e4;
	border-radius : 0 0 6px 0px;
}
.tool-contain .tool-prompt-button{
	width: 100%;
	background: #0eb7e4;
	border-radius : 0 0 6px 6px;
}
.tool-img{
	width: 234px;
	height: 186px;
	background: url(../img/tool-notice-head.png) no-repeat;
	background-size : contain;
	position: absolute;
	top: -93px;
	left: 50%;
	margin-left: -117px;
}
.tool-img2{
	width: 234px;
	height: 186px;
	background: url(../img/tool-prompt-head.png) no-repeat;
	background-size : contain;
	position: absolute;
	top: -93px;
	left: 50%;
	margin-left: -117px;
}


/*腾讯免费页面*/

.tx-free-contain{
	background: #fff;
}
.tx-free-banner img{
	width: 100%;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.tx-left{
	float: left;
}
.tx-free-content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	background: #fff;
}
.tx-free-left{
	float: left;
	width: 200px;
	height: 250px;
	border: 1px solid #e8ecec;
	padding: 10px 0;
}
.tx-free-left li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #636363;
	padding-left: 20px;
}
.tx-free-left .tx-free-left-hover{
	background: #ecf3fa;
	color: #2d8ed8;
}
.tx-free-left li span{
	display: inline-block;
	width: 36px;
	height: 33px;
	position: relative;
	top: 4px;
	float: left;
	margin-right: 4px;
}
.tx-free-left li:nth-child(1) span{
	background: url(../img/tencent/tx-free-nav1.png) no-repeat;
}
.tx-free-left li:nth-child(2) span{
	background: url(../img/tencent/tx-free-nav2.png) no-repeat;
}
.tx-free-left li:nth-child(3) span{
	background: url(../img/tencent/tx-free-nav3.png) no-repeat;
}
.tx-free-left li:nth-child(4) span{
	background: url(../img/tencent/tx-free-nav4.png) no-repeat;
}
.tx-free-mess{
	padding: 0 10px;
	width: 1100px;
	margin: 0 auto;
}
.tx-free-img{
	float: left;
	width: 350px;
}
.tx-free-right{
	padding-left: 70px;
	float: left;
	width: 668px;
}
.tx-free-tit{
	font-size: 16px;
	color: #636363;
	margin-bottom: 10px;
}
.tx-free-tit a{
	font-size: 14px;
	border-bottom: 1px solid #388eff;
	margin-left: 10px;
}
.tx-free-tit a:hover{
	color: #ef6512;
	border-bottom: 1px solid #ef6512;
}
.tx-free-introduce li{
	font-size: 14px;
	line-height: 22px;
	padding-top: 8px;
}
.tx-free-introduce span{
	color: #636363;
	width: 74px;
	float: left;
}
.tx-free-introduce p{
	color: #909090;
	width: 590px;
	float: left;
}
.tx-free-money{
	height: 55px;
	line-height: 55px;
	background: #eeeeee;
	padding-left: 20px;
	margin-top: 14px;
}
.tx-free-money span{
	font-size: 18px;
	color: #636363;
}
.tx-free-money em{
	font-size: 24px;
	color: #ef6512;
	padding-left: 30px;
	font-style: normal;
}
.tx-free-how{
	font-size: 14px;
	color: #636363;
	margin: 24px 0;
}
.tx-free-how span{
	font-size: 14px;
	color: #636363;
}
.tx-free-how input{
	width:60px;
	font-size: 14px;
	color: #636363;
	padding: 6px 16px;
	border: 1px solid #ddd;
	margin: 0 10px;
	font-style: normal;
	text-align: center;
}
.tx-free-car a{
	width: 180px;
	height: 46px;
	background: #1cbcb4;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
}
.tx-free-box{
	padding-top: 30px;
}
.tx-free-about{
	height: 46px;
	background: #ecebe9;
}
.tx-free-about li{
	float: left;
	width: 116px;
	text-align: center;
	position: relative;
	height: 46px;
}
.tx-free-about .tx-free-about-hover{
	background: #fff;
	color: #fff;
}
.tx-free-about .tx-free-about-hover span{
	display: block;
}
.tx-free-about .tx-free-about-hover a{
	border: none;
}
.tx-free-about li:last-child a{
	border: none;
}
.tx-free-about li span{
	width: 100%;
	height: 10px;
	background: url(../img/tencent/tx-free-hover.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.tx-free-about li a{
	display: inline-block;
	width: 116px;
	border-right: 1px solid #4e4c49;
	margin: 14px 0;
	color: #414241;
	font-size: 14px;
}
.tx-free-box-mapping{
	padding-bottom: 70px;
}
.tx-free-box-mapping h3{
	font-size: 30px;
	color: #414241;
	text-align: center;
	padding: 40px 0;
}
.tx-free-unique li{
	float: left;
	width: 276px;
	height: 310px;
	border: 1px solid #bdb8b2;
	padding: 0 12px;
}
.tx-free-unique li:nth-child(2){
	margin: 0 95px;
}
.tx-free-unique h4{
	color: #0092eb;
	border-bottom: 1px solid #0092eb;
	padding: 14px;
	font-size: 18px;
	text-align: center;
}
.tx-free-box-mess{
	font-size: 14px;
	color: #414241;
	line-height: 24px;
	margin: 20px 0;
	height: 72px;
}
.tx-free-box-div div{
	width: 135px;
	float: left;
	border-right: 1px solid #bdb8b2;
	text-align: center;
}
.tx-free-box-div div:last-child{
	border: none;
}
.tx-free-box-div img{
	margin-bottom: 10px;
}
.tx-free-box-div p{
	line-height: 24px;
	font-size: 14px;
	color: #909090;
}
.tx-free-car a:hover{
	color: #fff;
}
.tx-free-good li{
	float: left;
	margin: 0 60px;
}
.tx-free-good li p{
	width:153px;
	text-align:center;
	margin-top:20px;
}
.tx-free-procedure{
	margin-bottom:20px;
}
.tx-free-something li{
	float:left;
	margin: 0 94px;
}
.tx-free-something li img{
	border: 1px solid #ccc;
}

/*核发*/
.tx-free-date{
	padding: 20px 0;
}
.tx-free-date span{
	font-size: 14px;
    color: #636363;
}
.tx-free-date input{
	width: 118px;
    font-size: 14px;
    color: #636363;
    padding: 6px 16px;
    border: 1px solid #ddd;
    margin: 0 10px;
    font-style: normal;
    text-align: center;
}
.tx-free-how em{
	width: 20px;
	position: relative;
	height: 32px;
	display: inline-block;
	top: 10px;
	left: -10px;
}
.tx-free-add{
	width: 20px;
	height: 15px;
	background: url(../img/tencent/tx-free-add.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.tx-free-minus{
	width: 20px;
	height: 15px;
	background: url(../img/tencent/tx-free-minus.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tx-issued-car{
	position:relative;
}
.tx-issued-car a:first-child{
	width: 180px;
	height: 46px;
	background: #1cbcb4;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
}
.tx-issued-car a:nth-child(2){
	width: 180px;
	height: 46px;
	background: #ffffff;
	color: #1cbcb4;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	border: 1px solid #1cbcb4;
	margin-left: 10px;
}
.tx-issued-box{
	margin: 40px 0;
	border-top: 1px solid #797979;
}
.tx-issued-box h3{
	font-size: 24px;
	color: #636363;
	padding: 40px 0;
	text-align: center;
}
.tx-issued-mess li div p{
	line-height: 28px;
	width: 1060px;
	float: left;
	color: #909090;
	font-size: 14px;
}
.tx-issued-mess li{
	margin: 10px 0;
}
.tx-issued-mess li h4{
	margin: 10px 0;
}
.tx-issued-mess li h4 p{
	font-size: 18px;
	color: #636363;
	line-height: 28px;
	width: 850px;
	float: left;
}
.tx-issued-mess li span{
	width: 28px;
	height: 28px;
	background: url(../img/tencent/tx-free-qustion.png) no-repeat;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.tx-issued-mess li em{
	width: 28px;
	height: 28px;
	background: url(../img/tencent/tx-free-answer.png) no-repeat;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.tx-issued-tool{
	width: 510px;
	border: 1px solid #999999;
	border-radius: 6px;
	position: absolute;
	padding: 10px;
	top: 60px;
	left:10px;
	background: #fff;
	margin-top: 20px;
}
.tx-issued-tool2{
	width: 510px;
	border-radius: 6px;
	position: absolute;
	padding: 10px;
	margin-top: 20px;
	top: 26px;
	left: -104px;
	background: #ddf7c7;
	border: 1px solid #c7d6ba;
}
.tx-issued-tool3{
	width: 510px;
	border-radius: 6px;
	position: absolute;
	padding: 10px;
	margin-top: 20px;
	top: 26px;
	left: -204px;
	background: #fff;
	border: 1px solid #388ffc;
	z-index: 2;
}
.tx-issued-tool-mess{
	width: 510px;
	border-radius: 6px;
	position: absolute;
	padding: 10px;
	margin-top: 20px;
	top: 26px;
	left: -204px;
	background: #fff;
	border: 1px solid #388ffc;
}
.tx-issued-tool4{
    border-radius: 6px;
    position: absolute;
    padding: 10px;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #388ffc;
    left: -80px;
    top: 60px;
    width: 300px;
    display: none;
}
.tx-issued-toolS{
	position: absolute;
	top: -14px;
	left: 50%;
	width: 21px;
	height: 14px;
	background: url(../img/tencent/tx-free-sj.png) no-repeat;
}
.tx-issued-toolS2{
	position: absolute;
	top: -14px;
	left: 50%;
	width: 21px;
	height: 14px;
	background: url(../img/tencent/tx-free-sj2.png) no-repeat;
}
.tx-issued-toolS3{
	position: absolute;
	top: -13px;
	left: 50%;
	width: 21px;
	height: 14px;
	background: url(../img/tencent/sj4.png) no-repeat;
}
.tx-issued-tool p{
	font-size: 14px;
	color:#797979;
	line-height:22px;
}
.tx-issued-tool2 p{
	font-size: 16px;
	color:#421609;
	line-height:26px;
}
.tx-issued-tool3 p{
	 font-size: 14px;
	 color:#666;
	 line-height:26px;
 }
.tx-issued-tool p span{
	color:#f06060;
}
.tx-issued-tool li{
	float:left;
	width: 134px;
	height:246px;
	margin:0 18px;
}
.appcopy-tool-tip{
	position: relative;
}
.tool-tip{
	position: absolute;
	top: -40px;
	left: 0;
	width: 315px;
	display: none;
}
.tool-tip-arrow{
	width: 0px;
	height: 0px;
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #000 transparent transparent;
	display: inline-block;
	position: absolute;
	top: 38px;
	left: 10px;
	opacity: .6;
}
.tool-tip-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	border-radius: 4px;
	height: 100%;
	opacity: .6;
}
.appcopy-tool-tip .tool-tip p{
	color: #fff;
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 4px 10px;
	line-height: 30px;
}


/*360中间页*/
.tlist-banner{
	width:1200px;
	margin: 0 auto;
}
.tlist-contain{
	width: 100%;
}
.tlist-box{
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
}
.tlist-free-img{
	float: left;
    width: 350px;
    padding-left:20px;
}
.tlist-free-right{
	padding-left: 70px;
    float: left;
    width: 740px;
    padding-right: 20px;
}
.tlist-free-tit{
	font-size: 24px;
	color: #025cb2;
}
.tlist-free-introduce li{
	font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
}
.tlist-free-introduce li span{
	color: #000;
    width: 74px;
    float: left;
    font-size: 14px;
}
.tlist-free-introduce li p{
	color: #5b5a58;
    width: 660px;
    float: left;
    font-size: 14px;
}
.tlist-free-introduce .tlist-free-long span{
	display: block;
	width: 100%;
}
.tlist-free-introduce .tlist-free-long p{
	margin-left: 74px;
}
.tlist-free-introduce li em{
	font-size: 24px;
	color: #fc031a;
}
.tlist-free-introduce li img{
	margin-top: 10px;
}
.tlist-free-img span{
	width: 352px;
	height: 40px;
	color: #025cb2;
	border: 1px solid #025cb2;
	border-radius: 4px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 80px;
	cursor: pointer;
}
.tlist-box-gray{
	background: #f4f4f4;
}
.tlist-mess{
	color:#388eff;
}
.tlist-go{
	width: 220px;
	height: 40px;
	background: #025cb2;
	color: #fff !important;
	display: block;
	border-radius: 4px;
	line-height: 40px;
	margin-top: 20px;
}
.tlist-go span{
	display: inline-block;
	width: 36px;
	height: 15px;
	background: url(../image/guidethree/360list-arrow.png) no-repeat;
	margin: 12px 0 0 10px;
}
.tlist-as{
	width: 1200px;
	margin: 0 auto;
}
.tlist-as .tx-issued-box{
	margin-top: 0;
}
.tlist-as .tx-issued-mess{
	padding:0 40px;
}


/*360中间页弹窗*/
.ttoolContain{

}
.ttoolContain .ttoolContent{
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -345px;
	width: 540px;
	height: 400px;
	background: #FFF;
	border-radius: 6px;
	padding: 20px;
	text-align: center;
}
.ttoolContain .ttoolBg{
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	opacity: .3;
	width: 100%;
	height: 100%;
}
.ttoolContent a{
	position: absolute;
	top: 16px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
}
.ttoolContent h3{
	border-bottom: 1px solid #000;
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
	color: #025cb2;
	margin: 0;
	font-weight: 400;
}
.ttoolContent p{
	font-size: 16px;
	color: #40403f;
	/*padding: 10px 10px 30px 10px;*/
	text-align: left;
	/*border-bottom: 1px dashed #E8E8E8;*/
	line-height: 30px;
}
.ttoolContain button{
	width: 175px;
	height: 40px;
	line-height: 40px;
	color: #025cb2;
	border: 1px solid #025cb2;
	font-size: 18px;
	outline: none;
	margin: 0 10px;
	border-radius: 4px;
	background:#fff;
	float: right;
    margin-right: 46px;
}
.ttool-refund span{
	float: left;
	line-height: 30px;
}
.ttool-refund input{
	float: left;
	width: 300px;
	height: 30px;
	text-indent: 10px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.ttoolMess{
	padding: 0 50px;
	margin-bottom: 40px;
}
.ttool-after-img{
	width:90%;
	margin:20px;
}
.tlist-img-show{
	padding:20px 0;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}

/*500页面*/
.error-contain{
	width:100%;
	background: #fff;
}
.error-box{
	width: 920px;
	margin: 0 auto;
	padding: 110px 0;
}
.error-left{
	float:left;
	width: 607px;
	height:341px;
	margin-right:40px;
}
.error-right{
	float:left;
	margin: 130px 0 0 0;
}
.error-right p{
	font-size:24px;
	color:#6c6d6d;
}

/*404页面*/
.notFound-contain{
	width:100%;
	background: #f7f7f8;
}
.notFound-box{
	width: 840px;
	margin: 0 auto;
	padding: 110px 0;
}
.notFound-left{
	float:left;
	width: 448px;
	height:271px;
	margin-right:40px;
}
.notFound-right{
	float:left;
	margin: 30px 0 0 0;
}
.notFound-mess{
	width:293px;
	height:160px;
	background: url(../img/errorimg/not-find-kuang.png) no-repeat;
    padding-left: 50px;
}
.notFound-mess h3{
	font-size: 18px;
    color: #ff7300;
    font-weight: bold;
    position: relative;
    padding: 20px 0;
}
.notFound-mess h3 span{
	width: 21px;
    height: 28px;
    background: url(../img/errorimg/not-find-ya.png) top center no-repeat;
    display: inline-block;
    margin-right: 10px;
}
.notFound-mess h3 em{
    width: 261px;
    height: 1px;
    background: url(../img/errorimg/not-find-border.png) top center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.notFound-mess p{
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
    margin-top: 14px;
    padding-right:30px;
}
.notFound-go{
	margin:70px 0;
	text-align:center;
}
.notFound-go a{
	padding:10px 80px;
	border-radius:6px;
	border:1px solid #388ffc;
	color: #fff;
    background: #388ffc;
}
.notFound-go a:hover{
	color:#fff;
}
.aigo-btn{
	padding: 8px 40px;
	background: #4a88ef;
	color: #fff !important;
	border-radius: 4px;
}

.assiistFill-tool{
    position: fixed;
    top:400px;
    left:50%;
    margin-left: -590px;
}
.assiistFill-icon{
	position: relative;
	left: 20px;
}
.assiistFill-content{
	padding: 0 10px 20px 10px;
}
.assiistFill-content p{
	font-size: 14px;
	padding: 10px 0;
}
.assiistFill-content div{
	text-align: left;
	padding-left: 30px;
	margin: 10px 0;
}
.assiistFill-content label{
	width: 100px;
	display: inline-block;
	line-height: 34px;
	font-weight: 500;
}
.assiistFill-content input{
	width: 400px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid #ccc;
	borde-radius: 4px;
	text-indent:10px;
	height:30px;
}
.tool-contain .softinfo-tool{
	position: fixed!important;
	top: 60px!important;
	left: 50%;
	margin-left: -265px;
	margin-top: 100px;
	width: 530px;
	height: auto;
	background: #FFF;
	border-radius: 6px;
	padding-top: 50px;
	text-align: center;
}
.tool-contain .urgentChange-tool{
	position: fixed!important;
	top: 60px;
	left: 50%;
	margin-left: -265px;
	margin-top: 100px;
	width: 530px;
	height: auto;
	background: #FFF;
	border-radius: 6px;
	padding-top: 50px;
	text-align: center;
}
div.isAssist-mess{
    text-align: center;
    height: 200px;
}
.isAssist-mess span{
	padding: 60px 0;
	font-size: 16px;
	font-weight: 600;
	color: #e76904;
    text-align: center;
}
.appcopy-filling .renqun{
	background: url(../../guide/img/u318.png);
	background-size: 100% 24px;
	width: 25px;
	height: 24px;
	display: inline-block;
	float: left;
	margin-right: 4px;
}
.myregist-orange{
	color: #0f92ed;
	cursor: pointer;
}
.myRegist-tool-tip{
	position: relative;
}
.myRegist-tip{
	position: absolute;
	top: -42px;
	right: 0;
	width: 315px;
	display: none;
}
.myRegist-tip-arrow{
	width: 0px;
	height: 0px;
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #000 transparent transparent;
	display: inline-block;
	position: absolute;
	top: 38px;
	right: 10px;
	opacity: .6;
}
.myRegist-tip-arrowTop{
	font-size: 0;
	line-height: 0;
	border-width: 8px;
	border-color: #000;
	border-top-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 10px;
	opacity: .6;
}
.myRegist-tipTop{
	top: 28px;
}
.myRegist-tip-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	border-radius: 4px;
	height: 100%;
	opacity: .6;
}
.myRegist-tool-tip .myRegist-tip p{
	color: #fff;
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 4px 10px;
	line-height: 30px;
	box-sizing: border-box;
}



#help-content{
	width: 171px;
	height: 163px;
	background: url("../../style/image/helpbg.png") no-repeat;
	background-size: auto;
	position: fixed;
	top: 430px;
	left: 50%;
	margin-left: -585px;
}
#help-content .help-tag a{
	position: absolute;
	top: 90px;
	color: #000;
	width: 110px;
	height: 30px;
	background: #fdf2d6;
	text-align: center;
	line-height: 30px;
	left: 29px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#help-content .help-tag .mark_bg{
	position: absolute;
	top: 10px;
	left: -6px;
	width: 21px;
	height: 14px;
	background: url(../../style/image/mark_bg.png) no-repeat;
}
#help-content .help-tag{
	position: relative;
	height:35px;
}
#help-content .help-text{
	border-radius: 6px;
	position: absolute;
	padding: 10px;
	margin-top: 20px;
	background: linear-gradient(to right,#f83052,#b50fd5);
	color: #fff;
	left: 165px;
	top: 72px;
	width: 300px;
	display: none;
}
#help-content .help-tag a.turn-herf{
	border-top-left-radius:0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}


.paid-title{
	width: 600px;
	height: 1px;
	background: #ccc;
	margin-top: 80px;
	position: relative;
	margin-left: 300px;
	margin-bottom: 100px;

}
.paid-title .title-txt{
	width: 200px;
	height: 40px;
	font-size: 26px;
	position: absolute;
	background: #fff;
	left: 200px;
	top:-20px;

}
.paid-content{
	width: 1000px;
	margin-left: 100px;
}
.paid-content  .paid-item{
	border: 1px solid #ccc;
	height: 200px;
	padding: 30px 30px;

	margin-bottom: 40px;
}
.paid-content  a:hover .paid-item{
	box-shadow: 4px 4px 4px #d2d1d1;
}
.paid-content  .paid-item .article-title{
	text-align: left;
	line-height: 30px;
	margin-bottom: 10px;
}
.paid-content  .paid-item .article-title b{
	font-size: 18px;
}
.paid-content  .paid-item .article-title span{
	float: right;
	color: red;
	font-size: 16px;
}
.paid-content  .paid-item .article-txt{
	text-align: left;

}
.paid-content  .paid-item .article-txt p{
	text-indent: 2em;
	line-height: 26px;
}
.myRegist-content .popover-content {
	padding: 9px 14px;
	word-wrap:break-word;
}

/*转协助填报*/
.myregister-switch{
	width: 100%;
	height: 100px;
	background-image: url("../img/myregister/myregister-bottom-bg.png");
	background-size: cover;
	background-position: 50% 50%;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 2;
    box-shadow: 20px -20px 20px rgba(44, 46, 48, 0.09);
}
.myRegister-switch-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}
.myRegister-switch-close{
	position: absolute;
	top: -58px;
	left: 0;
	background: url("../img/myregister/myregister-bottom-close.png") no-repeat;
	width: 53px;
	height: 53px;
	background-size: cover;
	cursor: pointer;
}
.myRegister-switch-box p{
	text-align: left;
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: 100px;
	margin-top: 31px;
}
.myRegister-switch-btn{
	position: absolute;
	top: 10px;
	right: 0;
}
.myRegister-switch-btn a:first-child{
	background: #F4C157;
	border-radius: 6px;
	padding: 10px 20px 10px 44px;
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-right: 24px;
}
.myRegister-switch-btn a:last-child{
	background: #fff;
	border-radius: 6px;
	padding: 10px 20px 10px 44px;
	font-size: 16px;
	color: #51A9E8;
	position: relative;
}
.myregister-xztb:before{
	content: ' ';
	background: url("../img/myregister/myregister-bottom-xz.png") no-repeat;
	position: absolute;
	top: 12px;
	left: 20px;
	width: 20px;
	height: 20px;
}
.myregister-zztb:before{
	content: ' ';
	background: url("../img/myregister/myregister-bottom-zz.png") no-repeat;
	position: absolute;
	top: 12px;
	left: 20px;
	width: 20px;
	height: 20px;
}
.myregister-zzztb{
	background: url("../../style/img/zzztb.png") no-repeat;
	width: 188px;
	height: 33px;
	margin-top: 127px;
	margin-left: 6px;
	cursor: pointer;
}
.myregister-zxztb{
	background: url("../../style/img/zxztb.png") no-repeat;
	width: 188px;
	height: 33px;
	margin-left: 6px;
	cursor: pointer;
}
.help-tag a{
	position: absolute;
	top: 16px;
	color: #ff2b01;
	width: 100px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	right: 6px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    font-weight: 600;
}
.myregister-switch .help-tag{
	position: relative;
	height:35px;
}
.myregister-switch .turn-herf{
    background: #fffc00;
    color: #16358e;
    top: 22px;
}


.myRChangeTypeContain .myRegist-info-name{
	width: 520px;
}
.myRChangeTypeContain .myRegist-changeType{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.myRChangeTypeContain .myRegist-changeType p:first-child{
	color: #000;
	font-weight: 500;
}
.myRegist-changeType .myRegist-info-img{
	width: 76px;
	padding: 0 20px 0 10px;
}
.myRegist-changeType .myRegist-info-img img{
	width: 100%;
}
.myRChangeType-linaxi{
	position: absolute;
	top: 50px;
	background: #fff;
	width: 630px;
}
.myRChangeType-linaxi input{
	width: 300px;
}
/*trademark*/
.trademark-h3{
	margin-top:50px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	/*font-family: SourceHanSansSC-Medium;*/
	margin-bottom: 30px;
	/*font-weight: bold;*/
}
.trademark-gray{
	background: #f7f7f7;
	padding: 37px 0px;
	align-items:center;
	justify-content:center;
	overflow: hidden;
}
.trademark-gray .box{
	width: 720px;
	margin: 0px auto;
}
.trademark-gray .left{
	width: 320px;
	background: #e0e0e0;
	border-radius: 6px;
	margin-top: 10px;
}
.trademark-gray .left h4{
	border: 1px solid #C5C5C5;
	border-radius: 15.5px;
	font-size: 18px;
	padding: 3px 0;
	color: #666666;
	letter-spacing: 1px;
	width: 130px;
	text-align: center;
	margin: 0px auto;
	margin-top: 28px;
}
.trademark-gray .left ul{
	margin: 30px 0;
	margin-left: 20px;
}
.trademark-gray .left ul li{
	font-size: 13px;
	color: #666666;
	letter-spacing: 0.5px;
	margin-top: 25px;
}
.trademark-gray .right{
	width: 400px;
	background: #1c45ef;
	border-radius: 6px;
}
.trademark-gray .right h4{
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 15.5px;
	padding: 3px 0;
	font-size: 18px;
	color: #677fe9;
	letter-spacing: 1px;
	width: 130px;
	text-align: center;
	margin: 0px auto;
	margin-top: 28px;
}
.trademark-gray .right ul{
	margin: 30px 0;
	margin-left: 20px;
	margin-bottom: 50px;
}
.trademark-gray .right ul li{
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 0.5px;
	margin-top: 25px;
}
.trademark-gray ul li i{
	display: block;
	width: 19px;
	height: 19px;
  float: left;
	margin-right: 10px;
}
.trademark-gray .left i{
	background: url(../image/trademark/trademark-icon1.png);
	background-size: cover;
}
.trademark-gray .right i{
	background: url(../image/trademark/trademark-icon2.png);
	background-size: cover;
}
.trademark-part2{

}
.trademark-part2 img{
	width: 286px;
	height: 220px;
	float: left;
	margin-left: 100px;
	margin-top: 10px;
	overflow: hidden;
}
.trademark-part2 .box{
	/*width: 655px;*/
	float: left;
	margin-top: 77px;
	margin-left: 60px;
}
.trademark-part2 .box h5{
	color: #235eef;
	font-size: 16px;
	font-weight: bold;
}
.trademark-part2 .box p{
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 30px;
	line-height: 30px;
}
.trademark-part3{
	background: url(../image/trademark/trademark-bg.png);
	background-size: cover;
	height: 327px;
	margin-top: 72px;
}
.trademark-part3 .center-box{
	width: 660px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 10px;
}
.trademark-part3 .box{
	float: left;
}
.trademark-part3 .box p{
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	width: 320px;
}
.trademark-part3 .box input{
	width: 320px;
	background: url(../image/trademark/trademark-inputbg.png) repeat-x;
	border: 1px solid #a9b1ff;
	border-radius: 6px;
	border-radius: 6px;
	padding: 13px;
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
	outline:none;
	box-sizing: border-box;
}
.trademark-part3 .box input::-webkit-input-placeholder{
	color:#8faded;
}
.trademark-part3 .box input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#8faded;
}
.trademark-part3 .box input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#8faded;
}
.trademark-part3 .box input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#8faded;
}
.trademark-part3 .btn{
	display: block;
	clear: both;
	width: 300px;
	height: 50px;
	margin: 0px auto;
  margin-top:22px;
	background: #40FF97;
	border-radius: 6px;
	border-radius: 6px;
  text-align: center;
	font-size: 16px;
	color: #42599D;
	letter-spacing: 1px;
	line-height: 50px;
	font-weight: bold;
}
.trademark-part3 .trademark-error-phone,.trademark-part3 .trademark-error-name{
	color: #D70FE2 !important;
	margin-top: 5px;
}
.trademark-part3 .trademark-error-phone i,.trademark-part3 .trademark-error-name i{
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	background: url(../image/trademark/trademark-error.png);
	background-size: cover;
	width: 18px;
	height: 18px;
}

@media (max-width: 1366px){
	.tool-content p{
		padding: 0px 41px 6px 40px;
	}
	.assiistFillContent{
		height: 70%!important;
		overflow-y: auto;
	}
	.content-text{
		max-height: 400px;
	}
}