html, body, h1, h2, h3, h4, h5, h6,
div, dl, dt, dd, ul, ol, li, blockquote, pre,
hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu{
	margin: 0;
    padding: 0;
}
body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    background: #f6f6f6;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
    color: #00A6EA;
    text-decoration:none;
}
a:focus{
    text-decoration:none;
}
li{
	display: list-item;
	list-style-type:none;
}
.row{
	margin: 0;
    max-width: 100%!important;
}
i{
	margin: 0 5px;
	font-style: normal;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, 
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, 
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
     padding-right: 0px; 
     padding-left: 0px; 
}
/*footer*/
footer{
    width: 100%;
	margin: 30px auto 0;
    background-color: #203559;
    color: #7a87a7;
}
footer .m-b-lg {
    margin-bottom: 10px;
}
footer .footer {
    width: 1170px;
    margin: 30px auto 0;
    min-height: 50px;
    padding: 0 15px;
}
footer .list-unstyled {
    padding-left: 0;
    list-style: none;
}
footer .list-unstyled li, footer .list-unstyled li a,footer .text-muted,footer .text-muted a{
	line-height: 31px;
	font-size: 14px;
	color: #7281ad !important;
}
footer .list-unstyled li:hover, footer .list-unstyled li a:hover,footer .text-muted a:hover{
    color: #fff !important;
    cursor: pointer;
}
footer h4 {
    font-size: 16px;
    color: #879acd;
    cursor: pointer;
    margin-top: 5px;
}
footer hr {
    border: 0;
    border-top: 1px solid #eee;
}
footer .m_codeimg div {
    position: relative;
}
footer .m_codeimg div span {
    display: block;
    position: absolute;
    top: 120px;
    right: 23px;
    color:#fff ;
    font-size: 14px;
    line-height: 30px;
}
footer .m_codeimg div span.ma_app{
	right:38px;
}
footer .text-left {
    text-align: left;
}
footer .text-left li{
	line-height: 31px;
}
footer .text-center {
    text-align: center;
}
footer .footer-top{
	padding-bottom: 35px;
}
footer .yyzz{
    position: relative;
}
footer .yyzz:hover .inner {
    display: block;
}
footer .yyzz .inner {
    position: absolute;
    bottom: 34px;
    left: -250px;
    display: none;
}
.m-t-sm {
    margin-top: 10px;
}
.text-muted ul{
    display: inline-block;
}
.about{
    padding-left: 30px;
}
.about-1,.about-2,.footer-bottom,.weixin{
    float: left;
    padding-right: 20px;
}
.qr-code,.app-code{
    float: left;
}
.app-code{
    margin-left: 30px;
}
.foot-btn{
    width: 830px;
    margin: 10px auto 0;
    text-align: center;
}
.about-2-li{
    line-height: 31px;
}
.gh{
    width: 17px;
    height: 17px;
    margin-bottom: 1px;
}
.vip-phone{
	color:#879acd;
}
.vip-phone:hover{
	color:#2196F4;
}


/* 合作通道 */
.channel-content {
    width: 515px;
    float: right;
    background: rgba(255,255,255,0.8);
    margin: 12% 10% 0 0;
}
.channel-title{
	line-height:60px;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.channel-group {
    min-height: 66px;
    position: relative;
}
.channel-group .cleft {
    width: 150px;
    font-size: 16px;
    vertical-align: top;
    text-align: right;
    padding-right: 15px;
    display: inline-block;
    line-height: 36px;
    font-weight: 400;
}
.channel-group .cleft:before{
	content:'';
	display:inline-block;
	width:8px;
	height:8px;
	margin-right:10px;
	margin-top:-4px;
	background-image:url("/static/image/start_icon.png");
	background-repeat:no-repeat;
}
.channel-group .cright {
    width: 340px;
    display: inline-block;
}

.channel-input{
	height: 36px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
}
.channel-input-yzm{
	width:68%;
	float:left;
}
.yzm-btn{
	float:left;
}
.collapse{
	clear:left;
	display:block;
}
.collapse.in {
    display: block;
}
.trial-alert {
    font-size: 13px;
    color: #0084ff;
}
.gp-submit-btn{
	position:absolute;
	left:50%;
	transform:translate(-50%,0);
}
.channel-file{
	position:relative;
}
.channel-file img{
	width:100%;
}
.channel-file .file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: 20;
    cursor:pointer;
}


/* //自定义 */
h2.qyNum {
    position: absolute;
    top: 61px;
    left: 17px;
    font-weight: 700;
    color: #EBF222;
    font-size: 27px;
    text-shadow: #F23E21 1px 0 0, #F23E21 0 1px 0, #F23E21 -1px 0 0, #F23E21 0 -1px 0;
}
.right .mtrp-img, .xq_r .mtrp-img, .container-right .mtrp-img  {
    position: relative;
}
.xq_r .mtrp-img h2.qyNum {
    top: 41px;
    left: 19px;
}
.container-right .mtrp-img h2.qyNum {
    top: 61px;
}






