.question-sec {
	margin-top: 50px;
	overflow: hidden;
}

.sandcard-pic-sec {
	width: 100%;
	background: url(../images/sand-service-bg2.png) no-repeat center;
	height: 370px;
}

.question-cont {
	width: 968px;
	float: right;
}

.question-detail-sec {
	padding-bottom: 80px;
}

.question-detail-sec  ul{
	list-style: none;
	padding: 0;
	margin: 0
}

.question-detail-sec  li{
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0 8px 0;
}

.question-text {
	color: #1a1a1a;
	font-size: 16px;
}

.answer-text {
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}

.q-box,.a-box {
	display: inline-block;
	height: 18px;
	width: 18px;
	background: #0465bf;
	border-radius: 2px;
	color: #fff;
	font-style: normal;
	text-align: center;
	line-height: 18px;
	margin-right: 12px;
	vertical-align: top;
	position: relative;
	top: 3px;
	font-size: 14px;
}

.a-box {
	background: #fb9809;
}

.cons-link {
	color: #0465bf;
}

.question-text span,.answer-text span {
	display: inline-block;
	width: 935px;
}

.answer-text img {
	display: block;
}

.notice-box {
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	padding: 20px 20px 40px 40px;
	font-size: 14px;
	color: #999;
	margin-bottom: 80px;
}

.notice-box.outlet {
	border: none;
	padding-left: 0;
	margin-top: 0;
	padding-top: 12px;
	padding: 12px 0 40px 0;
}

.notice-pos-select .pos-border {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 12px;
}
.notice-box.charge {
	padding-bottom: 135px;
}

.notice-box.rule{
	padding-bottom: 95px;
}

.notice-box.join {
	padding-bottom: 80px;
}

.notice-box .title{
	font-size: 18px;
	color: #242424;
}

.notice-box .title span {
	font-size: 14px;
	color: #999;
}

.notice-box .subtit {
	color: #242424;
	font-size: 14px;
	margin-top: 30px!important;
}

.notice-box .text{
	line-height: 2.2;
	margin: 5px 0;
}

.notice-pos-select {
	margin-top: 13px;
}
.pos-card-box{
	display: none;
}
.pos-card-box.active{
	display: block;
}
.pos-card-box:after{
	content: "";
	display: block;
	clear: both;
}
.notice-pos-box {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 2px 25px;
	box-sizing: border-box;
	border-radius: 25px;
	color: #242424;
	font-size: 14px;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}

.notice-pos-box.active,.notice-pos-box:hover {
	background: #0465bf;
	color: #fff;
}

.notice-pos-select .pos-card {
	width: 440px;
	height: 143px;
	border: 1px solid #e5e5e5;
	float: left;
	margin-bottom: 10px;

}
.notice-pos-select .pos-card .title{
	color: #1a1a1a;
	font-size: 14px;
}
.notice-pos-select .pos-card:nth-child(2n-1){
	margin-right: 10px;
}

.pos-card p {
	margin: 11px 8px 10px;
	line-height: 1;
}
.notice-pos-select .pos-card:nth-child(2n-1){
	margin-right: 15px;
}

.pos-card p:first-child {
	margin-top: 17px;
}

.notice-video {
	width: 888px;
	height: 498px;
	background: #2d353b;
	object-fit:contain;
}

.video-box {
	position: relative;
	width: 888px;
	height: 498px;
}

.video-play {
	position: absolute;
	top: 180px;
	left: 394px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.rule-text-box {
	display: inline-block;
	width: 490px;
}

.rule-pic1 {
	margin-left: 35px;
}

.charge-tit {
	text-align: center;
	margin: 30px 0 30px 0;
	color: #242424;
	font-size: 18px;
}

.table-box {
	width: 800px;
	/*height: auto;*/
}
.fee-scale{
	clear:both;
	text-align:center;
	color:#000;
}

.text-right{
	width:800px;
	margin:0 auto;
	text-align:right;
	line-height:23px;
}
.fee-scale table{
	margin:0 auto;
}
.charge-table,.fee-scale table{
	width: 800px;
	color: #2d353b;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 5px;
	/*	border: 1px solid #e5e5e5\0;*/
	border:#e5e5e5 solid;
	border-width: 1px 0  0 1px;
}
.charge-table th,.fee-scale table th {
	height: 40px;
	font-size: 17px;
	font-weight: normal;
	color: #2d353b;
	/*border: 1px solid #e5e5e5;
	border-bottom: none;
    border-right: none;*/
	border:#e5e5e5 solid;
	border-width: 0 1px 1px 0;
}

.charge-table td,.fee-scale table td {
	height: 40px;
	padding-left: 10px;
	color: #2d353b;
	/*border-bottom: none;
    border-right: none;*/
	border:#e5e5e5 solid;
	border-width: 0 1px 1px 0;
}

.charge-table tr:first-child th:first-child {
	border-top-left-radius: 5px;
}

.charge-table tr:first-child th:last-child {
	border-top-right-radius: 5px;
}
.charge-table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

.charge-table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

.charge-table tr:last-child td {
	border-bottom: 1px solid #e5e5e5;
}
.charge-table td:last-child, .charge-table tr:first-child th:last-child{
	border-right: 1px solid #e5e5e5;
}
.table-footer {
	float: right;
	color: #2d353b;
}
.table-footer p {
	margin: 6px 0 0 0;
}

.join-text {
	font-size: 14px;
	color: #999;
	margin: 27px 0;
	line-height: 2.5;
}

.join-title {
	font-size: 18px;
	color: #242424;
	margin-bottom: 36px;
}

.text-indent{
	text-indent: 4ch;
}

.row-box {
	margin: 15px 0;
}

.row-box label {
	display: inline-block;
	width: 100px;
	text-align: right;
}

.row-box .star {
	color: #ff1313;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 2px;
	font-size: 18px;
}

.row-box input{
	display: inline-block;
	width: 215px;
	height: 24px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	box-sizing: border-box;
	margin-right: 50px;
}

.row-box textarea {
	width: 587px;
	height: 97px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.row-box select {
	display: inline-block;
	width: 215px;
	height: 24px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.row-box .remark {
	padding-right: 18px;
	box-sizing: border-box;
	vertical-align: top;
}

.row-box .code-input {
	width: 122px;
	margin-right: 5px;
}

.row-box .code-img {
	display: inline-block;
	width: 66px;
	height: 23px;
	vertical-align: top;
}

.row-box .code-exchange {
	color: #0465bf;
	margin-left: 8px;
}

.join-us-submit-btn {
	width: 105px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #0465bf;
	color: #fff;
	font-size: 14px;
	border-radius: 25px;
	margin-left: 105px;
	margin-top: 28px;
	cursor: pointer;
}

.join-us-submit-btn:hover {
	background: #1279d8;
}

.icon-join-us-next {
	display: inline-block;
	background: url(../images/icon-send.png) no-repeat center;
	width: 14px;
	height: 13px;
	margin-left: 10px;
	position: relative;
	top: 1.5px;
}

.nav-bar {
	height: 44px;
	line-height: 44px;
	background: #d7e7f5;
	color: #0465bf;
	font-size: 16px;
}

.query-nav-arrow {
	display: inline-block;
	width: 10px;
	height: 14px;
	background: url(../images/login-nav-arrow.png) no-repeat center;
	margin: 0 5px;
}

.query-ul-box {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 25px;
	margin-top: 18px;
	margin-bottom: 10px;
}
.pro-list-sec .no-data{
	text-align:center;
}
.pro-list-sec .no-data p{
	margin: 0;
	color: #737373;
}
.query-ul {
	list-style: none;
	padding: 0;
	width: 1200px;
	margin: auto;
	position: relative;
	top: 3px;
	z-index: 1;
}
.query-ul li {
	color: #1a1a1a;
	font-size: 18px;
	display: inline-block;
	padding-bottom: 12px;
	margin-right: 85px;
}
.query-ul li.active {
	border-bottom: 3px solid #0066b3;
	color: #0465bf;
}

.condition-sec {
	width: 100%;
	height: auto;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-bottom: 10px;
}
.condition-sec .select_box{
	vertical-align: top;
}
.condition-sec .label {
	color: #999999;
	font-size: 14px;
	margin-right: 15px;
	vertical-align: top;
}

.row-item {
	margin: 12px 18px 12px 18px;
	font-size: 14px;
	color: #737373;

}

.row-item select {
	width: 65px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
}

.area-box {
	width: 770px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: inline-block;
	color: #737373;
	font-size: 14px;
}
.area-box.check-more{
	height: auto;
}
.area-box span {
	padding: 0 12px;
	cursor: pointer;
}
.area-box.type{
	width: 843px;
}
.area-box.type span{
	padding: 0 11px;
}
.area-box span:hover{
	color: #fb9606
}
.query-all:hover{
	color: #fb9606
}

.query-more {
	color: #737373;
	font-size: 14px;
	margin-left: 15px;
	cursor: pointer;
	position: relative;
	bottom: 4px;
}

.query-all {
	font-size: 14px;
	color: #737373;
	margin-left: 40px;
	cursor: pointer;
	vertical-align: top;
}

.row-item .active {
	color: #fb9606
}

.row-item label {
	color: #737373;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 5px;
}

.row-item input {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	width: 170px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	margin-right: 15px;
	padding: 0;
}
.row-item .radiobox{
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}
.row-item input[type=checkbox] {
	/*display: none;*/
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-opacity: 0;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0;
	/* IE 4-9 */
	filter:alpha(opacity=0);
	/*This works in IE 8 & 9 too*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/*IE4-IE9*/
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

/*.row-item input[type=checkbox]+label {
    display: inline-block;
    background: #fff;
    border: 1px solid #b7b7b7;
    width: 14px;
    height: 14px;
    vertical-align: sub;
    margin-left: 25px;
    margin-right: 5px;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    top: -1px;
}*/
.row-item .label+label{
	width: 145px;
}
.row-item .label+label .checkbox_style{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	margin-right: 5px;
	position: relative;
    top: -1px;
}
.row-item .label+label .checkbox_bg{
	border: 1px solid #b7b7b7;
}
/*.row-item input[type='checkbox']:checked+.checkbox_bg {
    background: url(../images/checkbox-act.png) no-repeat center;
    border: none;
}*/
.row-item .label+label .checkbox_bg_check{
	background: url(../images/checkbox-act.png) no-repeat center;
	border-color:#fb9606;
	/*background-color: #fb9606;*/
}
.row-item:last-child {
	margin-bottom: 0;
}

.pro-list-sec {
	overflow: hidden;
	margin-bottom: 80px;
}

.pro-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pro-list li {
	color: #737373;
	font-size: 14px;
	float: left;
	width: 240px;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #e5e5e5;
}

.pro-list li a {
	color: #737373;
	font-size: 14px;
}

.pro-list li a:hover{
	color: #0465bf;
}

.page-sec {
	color: #737373;
	font-size: 12px;
	float: right;
	margin-top: 24px;
}

.page-ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.page-next,.page-prev {
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin: 0 8px;
	vertical-align: bottom;
	cursor: pointer;
}

.page-prev {
	background: url(../images/page-icons.png) no-repeat;
	background-position: 6px 5px;
}
.page-next {
	background: url(../images/page-icons.png) no-repeat;
	background-position: -9px 5px;
}
.page-ul li {
	font-size: 12px;
	color: #737373;
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}

.page-ul li >a{
	color: #737373;
}
.page-ul li.active >a {
	color: #fff;
}
.page-ul li.active {
	background: #4da7fd;
	color: #fff;
}

.page-num{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	margin: 0 5px;
	vertical-align: bottom;
	box-sizing: border-box;
}

.page-ok-btn {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	width: 60px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	margin: 0 5px;
	vertical-align: bottom;
	box-sizing: border-box;
}

.query-result-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.query-result-list li {
	font-size: 14px;
	color: #737373;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0;
}

.query-result-list li p {
	margin: 12px 0;
}

.query-result-list li p.name {
	color: #1a1a1a;
}

.query-btn {
	display: block;
	width: 105px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	background: #0465bf;
	border-radius: 25px;
	overflow: hidden;
	float: right;
	margin-top: -9px;
	margin-left: 7px;
	cursor: pointer;
}

.icon-look {
	display: inline-block;
	background: url(../images/icon-look.png) no-repeat center;
	width: 15px;
	height: 15px;
	vertical-align: sub;
	margin-left: 5px;
}

.query-btn.clear {
	background: #e1e2e5;
	color: #1a1a1a;
}

.cons-date {
	margin: 0;
	line-height: 1;
	font-size: 12px;
	color: #999;
	margin-top: -10px;
	text-align: center;
}

.notice-box.constitution {
	padding-bottom: 80px;
}

.notice-box.constitution .join-title {
	margin-bottom: 0;
}

.notice-box.constitution .join-text {
	margin-bottom: 0;
	margin-top: 20px;
}

.outlet-ul {
	list-style: none;
	padding: 0;
}

.outlet-ul li {
	border-bottom: 1px solid #e5e5e5;
}

.outlet-ul .toggle {
	width:50px;
	display: block;
	float: right;
	color: #737373;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

.outlet-ul .name {
	color: #1a1a1a;
	font-size: 18px;
	cursor: pointer;
}

.toggle-c p:first-child{
	margin-top: 0;
}

.outlet-ul .icon-circle {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #999999;
	border-radius: 100%;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.icon-arrow-up {
	position: relative;
	top: -2px;
	display: inline-block;
	height: 7px;
	width: 12px;
	background: url(../images/icon-arrow-up.png) no-repeat center;
	background-size: 12px 7px;
	margin-left: 5px;
}

.icon-toggle {
	position: relative;
	top: 1px;
	display: inline-block;
	height: 12px;
	width: 7px;
	background: url(../images/icon-outlet-next.png) no-repeat center;
	background-size: 7px 12px;
	margin-left: 5px;
}

.toggle-c {

	overflow: hidden;
	display:none;
}

.toggle-c p:last-child{
	margin-bottom: 24px;
}

.outlet-ul li.active .icon-toggle {
	top: -2px;
	height: 7px;
	width: 12px;
	background: url(../images/icon-arrow-up.png) no-repeat center;
	background-size: 12px 7px;
}
.outlet-ul li:first-child .icon-toggle {
	top: -2px;
	height: 7px;
	width: 12px;
	background: url(../images/icon-arrow-up.png) no-repeat center;
	background-size: 12px 7px;
}
.outlet-ul li:first-child.active .icon-toggle {
	position: relative;
	top: 1px;
	display: inline-block;
	height: 12px;
	width: 7px;
	background: url(../images/icon-outlet-next.png) no-repeat center;
	background-size: auto auto;
	background-size: 7px 12px;
	margin-left: 5px;
}
.outlet-ul li:first-child .toggle-c {
	display:block
}

#code_yzm1{  position: relative;
	top: 6px;}