@charset "utf-8";
/* CSS Document */
.content {background:#fff; padding-bottom:458px;}

.bar {width:100%; height:56px; line-height: 56px; background:#f5f5f5; font-size:14px;}
.bar a {color:#1b71ff; cursor: pointer;}
.main_box {margin-top:38px;}
.main_title {padding-bottom:11px; border-bottom:1px solid #e6e6e6;}
.main_title h4 {font-size:18px;}
.other_text {margin-top:8px;}
.other_text li {margin-right:21px; display:inline; color:#999;}

.main_text p {line-height:28px; margin-top:22px; font-size:14px;}

.main_down {margin-top:38px;}
.return_box {height:69px; line-height: 69px; border:1px solid #e0e0e0; border-left:none; border-right:none;}
.return_box a {padding:6px 12px; margin:0px 11px; background:#1b71ff; color:#fff; cursor:pointer;}
.other_link {margin-top:22px;}
.other_link li {margin-bottom:10px;}

@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:40px;}
	.main_box {margin-top:20px;}
	.main_title {border-bottom:1px solid #ebebeb;}
	.main_title h4 {font-size:16px;}
	.bar {display:none;}
	.return_box {height:50px; line-height: 50px;}
}