.main,.footer .w{
    width: 1200px;
    margin: 0 auto;
}
.header .main{
    width: 91%;
    min-width: 1000px;
}
body.f6{
    min-width: 1000px;
    background-color: #f6f7f9;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "阿里妈妈数黑体 Bold";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/wx0pUWg2FoQt/fyzzWfiNSCOP.woff2") format("woff2"),
    url("//at.alicdn.com/wf/webfont/wx0pUWg2FoQt/Hg6wegBjyy4b.woff") format("woff");
    font-display: swap;
}
@font-face {
	font-family: AlibabaPuHuiTi-3-95-ExtraBold;
	src:
        url(/fonts/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff) format('woff'),
        url(/fonts/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff2) format('woff2');
}

/* header */
.header{
    background-color: #fff;
}
.header .main{
    overflow: hidden;
}
.header a{
    font-size: 16px;
    color: #333;
}
.header a:hover{
    color: #4385f5;
}
.header .left{
    float: left;
    margin: 7px 0;
}
.header .left a.logo{
    height: 50px;
    display: inline-block;
    vertical-align: top;
}
.header .left span{
    display: inline-block;
    vertical-align: top;
    padding-left: 26px;
    margin-left: 24px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-family: "阿里妈妈数黑体 Bold";
    position: relative;
}
.header .left span::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #dddddd;
}
.header .right{
    float: right;
    margin: 12px 0;
    height: 40px;
    line-height: 40px;
}
.header .right li{
    margin-left: 65px;
    display: inline-block;
    vertical-align: top;
}
.header .right li:first-child{
    margin-left: 0;
}
.header .right li a{
    display: block;
}
.header .right li.login,.header .right li.register{
    width: 110px;
    border-radius: 28px;
    text-align: center;
}
.header .right li.login{
    margin-left: 55px;
    background-color: #fff;
    border: 1px solid #4385f5;
}
.header .right li.login a{
    color: #4385f5;
}
.header .right li.register{
    margin-left: 20px;
    background-color: #4385f5;
    border: 1px solid #4385f5;
}
.header .right li.register a{
    color: #fff;
}
/* top */
.top{
    padding: 54px 0 64px;
    background: url(../../../../images/help/version/2023/top.png) no-repeat;
    background-size: 100% 100%;
}
.top h1{
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    font-family: AlibabaPuHuiTi-3-95-ExtraBold;
    text-align: center;
}
.top .item{
    width: 720px;
    margin: 25px auto 0;
}
.top .search{
    position: relative;
    border-radius: 28px;
    box-shadow: 0px 7px 7px -7px rgba(100, 100, 100, 0.3);
}
.top .search input{
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0 100px 0 34px;
    box-sizing: border-box;
    background-color: #fff;
    border: 0;
    border-radius: 28px;
    font-size: 16px;
    color: #999;
}
.top .search button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 28px 28px 0;
	border: 0;
	background: #f90;
	width: 100px;
	font-size: 18px;
	color: #fff;
    cursor: pointer;
}
.top .search button i {
	font-size: 18px;
	color: #fff;
	margin-right: 4px;
}
.top .hot{
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}
.top .hot span{
    display: inline-block;
    vertical-align: top;
}
span i{
    font-size: 18px;
    margin-right: 10px;
    font-style: normal;
    color: #ff6600;
}
.top .hot a{
    margin: 0 9px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
.top .hot a:last-child{
    margin-right: 0;
}
.top .hot a:hover{
    color: #f60;
}
/* detail */
.detail{
    overflow: hidden;
    background-color: #fff;
}
.detail .main{
    padding-left: 240px;
    width: 1440px;
    overflow: hidden;
}
/* nav */
.leftNav{
    float: left;
    padding: 28px 24px 42px;
    width: 310px;
    box-sizing: border-box;
}
.leftNav b{
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-weight: normal;
    font-family: AlibabaPuHuiTi-3-95-ExtraBold;
    color: #333;
    display: block;
}
.leftNav .menu-1{
    margin-top: 22px;
}
.menu-1 li>a{
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    display: block;
    cursor: pointer;
}
.menu-1 li>a i{
    display: inline-block;
    vertical-align: top;
    margin: 21px 8px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color:  transparent  transparent transparent #4385f5;
}
.menu-2{
    padding: 0 28px 0 50px;
    display: none;
}
.menu-2 li>a{
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    color: #333!important;
    background-color: transparent!important;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.menu-2 li>a:hover,.menu-2 li>a.inactives{
    color: #4385f5!important;
}
.menu-3 {
    display: none;
    padding: 0 28px 0 18px;
    position: relative;
}
.menu-3::after{
    position: absolute;
    content: "";
    left: 8px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #ddd;
}
.menu-3 li>a{
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    display: block;
    cursor: pointer;
}
.menu-3 li>a:hover,.menu-3 li>a.inactives{
    color: #4385f5!important;
    text-decoration:underline;
}
.menu-1 li>a.inactives,.menu-1 li>a:hover{
    background-color: #f1f5fc;
    color: #4385f5;
}
.menu-1 li>a.inactives i{
    margin-top: 24px;
    border-width: 5px 5px 0 5px;
    border-color: #4385f5 transparent transparent transparent;
}
/* right */
.detail .item{
    padding: 30px 0 150px 20px;
    background-color: #fff;
    overflow: hidden;
}
.position a{
    padding-right: 22px;
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.position a::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: ">";
    font-size: 14px;
    color: #999;
}
.position a:last-child{
    padding-right: 0;
    margin-right: 0;
    color: #999;
}
.position a:last-child::after{
    display: none;
}
.detail .item .title{
    margin-top: 24px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: normal;
    overflow: hidden;
}
.detail .item .title a{
    color: #333;
}
.content{
    padding: 30px 0 80px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
}
.content .list p{
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    overflow: hidden;
}
.content .list p a{
    padding-left: 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #333;
}
.content .list p a::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #cccccc;
}
.content .list p a:hover::after{
    background-color: #4385f5;
}
.content .list p a:hover{
    color: #4385f5;
}
.contentTop{
    margin-bottom: 30px;
}
.turnPiece{
    border-top: 1px solid #e3e6eb;
    overflow: hidden;
}
.turnPiece p{
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #333;
}
.turnPiece p a{
    color: #333;
}
.turnPiece p a:hover{
    color: #4385f5;
}
.turnPiece p i{
    width: 0;
    height: 0;
    margin-top: 16px;
    border-style: solid;
    display: inline-block;
    vertical-align: top;
}
.turnPiece p.turnPage_left{
    float: left;
}
.turnPiece p.turnPage_left i{
    margin-right: 8px;
    border-width: 4px 6px 4px 0;
    border-color: transparent #838b99 transparent transparent;
}
.turnPiece p.turnPage_right{
    float: right;
}
.turnPiece p.turnPage_right i{
    margin-left: 8px;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #838b99;
}
/* qushowbot */
.qushowbot{
    padding-top: 10px;
    border-top: 1px solid #e3e6eb;
    overflow: hidden;
}
.qushowbot .partTitle{
    height: 32px;
    line-height: 32px;
}
.qushowbot .partTitle i{
    width: 8px;
    height: 18px;
    margin:7px 15px 0 0;
    background-color: #4385f5;
    border-radius: 16px;
    display: inline-block;
    vertical-align: top;
}
.qushowbot .partTitle b{
    font-size: 20px;
    color: #4385f5;
    font-weight: normal;
    font-family: AlibabaPuHuiTi-3-95-ExtraBold;
}
.qushowbot li{
    margin-top: 14px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
}
.qushowbot li i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
}
.qushowbot li a{
    color: #333;
}
.qushowbot li:hover i{
    background-color: #4385f5;
}
.qushowbot li:hover a{
    color: #4385f5;
}
/* qushowbot end */
.detail .right{
    float: left;
    width: 260px;
}
.helpItem{
    padding: 24px 20px;
    border-radius: 8px;
    background: url(../../../../images/help/version/2023/helpItem-bg.png) no-repeat;
    background-size: 100% 100%;
}
.helpItem p{
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #4385f5;
    overflow: hidden;
    text-align: center;
}
.helpItem span{
    margin-top: 14px;
    display: block;
    text-align: center;
}
.helpItem span a{
    width: 106px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    color: #4385f5;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration:none
}
.helpItem span a i{
    width: 16px;
    height: 18px;
    margin: 6px 6px 0 0;
    background-size: 100% 100%!important;
    display: inline-block;
    vertical-align: top;
}
.helpItem span a:nth-child(1) i{
    background: url(../../../../images/help/version/2023/helpItem01.png) no-repeat;
}
.helpItem span a:nth-child(2) i{
    margin: 8px 6px 0 0;
    background: url(../../../../images/help/version/2023/helpItem02.png) no-repeat;
}
.helpItem span a:nth-child(2){
    margin-left: 8px;
}
.helpItem span a:hover,.helpItem span a.focus{
    background-color: #4385f5;
    color: #fff;
}
.helpItem span a:nth-child(1):hover i,.helpItem span a:nth-child(1).focus{
    background: url(../../../../images/help/version/2023/helpItem01-hover.png) no-repeat;
}
.helpItem span a:nth-child(2):hover i,.helpItem span a:nth-child(2).focus{
    background: url(../../../../images/help/version/2023/helpItem02-hover.png) no-repeat;
}
.helpBot{
    margin-top: 16px;
    border-radius: 8px;
    background-color: #f5fbff;
    padding: 17px 10px 11px;
}
.helpBot .img{
    float: right;
    width: 91px;
    height: 98px;
    margin-left: 5px;
    background: url(../../../../images/help/version/2023/helpBot-01.png) no-repeat;
    background-size: 100% 100%;
}
.helpBot .text{
    overflow: hidden;
}
.helpBot p{
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.helpBot b{
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
    color: #4385f5;
    display: block;
    overflow: hidden;
}
/* footer */
.footer {
	background-color: #242a37;
    margin-top: 20px;
	padding: 40px 0;
	font-family: "Microsoft YaHei";
}
.foot{
	margin: 0 auto;
	overflow: hidden;
}
.foot-nav {
    width: 540px;
	float: left;
}
.foot-txt {
	overflow: hidden;
	padding: 15px 0 0 0;
}
.foot-txt li {
	width: 14%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.foot-txt li a{
	color: #999;
}
.foot-txt li a:hover{
	color: #4285f4;
}
.foot-nav p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.foot-nav p a {
	color: #999;
}
.foot-nav p a img {
	margin-left: 8px;
}
.foot-nav p a:hover {
	color: #f90;
}
.copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
	background-color: #1b1f29;
	font-size: 14px;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #ff6600;
}
.foot-img {
	overflow: hidden;
	width: calc(100% + 20px);
	background: url('../../../../Images/Index/Version/2020/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
}
.foot-img li {
    width: 78px;
    height: 31px;
    margin-right: 7px;
	float: left;
}
.foot-img li a{
	display: block;
    height: 31px;
	color: #333;
	border-radius: 3px;
	overflow: hidden;
}
.police{
	text-align: left;
	color: #888888;
	margin-top: 12px;
	line-height: 20px;
}

.police img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.police a {
	color: #888888;
}
.hot-line {
    width: 270px;
    margin-left: 85px;
	height: 256px;
	padding-top: 10px;
	float: left;
	color: #999;
}
.hot-line i{
	font-size: 66px;

}
.hot-line p{
	font-size: 14px;
	line-height: 28px;
}
.hot-line p a{
	display: inline-block;
	width: 18px;
	height: 21px;
	vertical-align: top;
	margin-top: 3px;
	background: url("https://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px;
}
.hot-line span {
	display: block;
	font-size: 13px;
	line-height: 36px;
}
.hot-line > b {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
}
.qr-code {
	float: right;
	padding-top: 10px;
}
.qr-code li{
	float: left;
    padding: 0 0 0 30px;
}
.foot h2 {
	color: #999;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
}
.foot h2 b {
	border-bottom: 3px solid #387ee8;
	height: 30px;
	display: inline-block;
}
.qr-code h2 {
    padding-left: 30px;
}
.qr-code ul {
	margin-top: 28px;
}
.qr-code li span {
	display: block;
    width: 114px;
    height: 114px;
	background-color: #fff;
}
.qr-code li span img{
	width: 100%;
	height: 100%;
}
.qr-code li p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}
.nullDate {
	text-align: center;
	width: 100%;
	padding: 60px 0;
	font-size: 18px;
}
.nullDate p {
	margin-top: 38px
}

/* media */
@media only screen and (max-width: 1024px){
    .main,.footer .w{
        width: 1000px;
    }
    .header .left a.logo {
        height: 36px;
    }
    .header .left {
        margin: 5px 0;
    }
    .header .left span {
        padding-left: 17px;
        margin-left: 17px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .header .right {
        margin: 8px 0;
        height: 30px;
        line-height: 30px;
    }
    .header .right li {
        margin-left: 42px;
    }
    .header a {
        font-size: 14px;
    }
    .header .right li.login, .header .right li.register {
        width: 80px;
        border-radius: 20px;
    }
    .header .right li.login {
        margin-left: 40px;
    }
    .header .right li.register {
        margin-left: 14px;
    }
    .leftNav {
        padding: 14px 10px 22px;
        width: 200px;
    }
    .leftNav b {
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }
    .leftNav .menu-1 {
        margin-top: 14px;
    }
    .menu-1 li > a {
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        font-size: 13px;
    }
    .menu-2 li > a,.menu-3 li > a{
        font-size: 12px;
        padding: 0;
    }
    .menu-1 li > a i {
        margin: 12px 5px 0 0;
    }
    .menu-1 li > a.inactives i {
        margin-top: 14px;
        margin-right: 2px;
    }
    .menu-2 {
        padding: 0 8px 0 18px;
    }
    .detail .item {
        padding: 16px 0 60px 15px;
    }
    .detail .item .title {
        margin-top: 12px;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
    }
    .position a {
        padding-right: 16px;
        margin-right: 8px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .content {
        padding: 15px 0 40px;
        line-height: 28px;
        font-size: 13px;
    }
    .contentTop {
        margin-bottom: 15px;
    }
    .detail .right {
        width: 212px;
    }
    .helpItem {
        padding: 16px 14px;
        border-radius: 6px;
    }
    .helpItem p {
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .helpItem span {
        margin-top: 10px;
    }
    .helpItem span a {
        width: 88px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }
    .helpItem span a i {
        width: 14px;
        height: 16px;
        margin: 5px 4px 0 0;
    }
    .helpItem span a:nth-child(2) i {
        margin: 6px 2px 0 0;
    }
    .helpBot .img {
        width: 71px;
        height: 78px;
    }
    .helpBot p {
        line-height: 20px;
        font-size: 12px;
    }
    .helpBot b {
        margin-top: 1px;
        height: 18px;
        line-height: 18px;
        font-size: 16px;
    }
    .helpBot {
        margin-top: 12px;
        padding: 13px 8px 7px;
    }
    .turnPiece p {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .turnPiece p i {
        margin-top: 12px;
    }
    .content .list p {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .footer {
		min-width: 860px;
		margin-top: 10px;
		padding: 30px 0 0 0;
	}
    .footer .w{
        width: 860px;
    }
	.foot-nav{
		width: 382px;
	}
	.foot-txt li{
		font-size: 12px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.hot-line {
		width: 232px;
		margin-left: 10px;
	}
	.hot-line > b {
		font-size: 26px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 26px;
	}
	.hot-line{
		font-size: 24px;
	}
	.hot-line p{
		font-size: 12px;
	}
	.qr-code li{
		padding: 0 0 0 10px;
	}
	.qr-code li span {
		width: 100px;
		height: 100px;
	}
	.qr-code h2 {
		padding-left: 10px;
	}
	.qr-code {
		padding-top: 10px;
	}
	.qr-code li p{
		font-size: 12px;
	}
    .foot-img {
        height: 22px;
    }
    .foot-img li {
        width: 55.5px;
        height: 22px;
        margin-right: 6px;
    }
    .foot-img li a {
        height: 22px;
    }

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main,.footer .w{
        width: 1138px;
    }
    .header .left a.logo {
        height: 36px;
    }
    .header .left {
        margin: 5px 0;
    }
    .header .left span {
        padding-left: 17px;
        margin-left: 17px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .header .right {
        margin: 8px 0;
        height: 30px;
        line-height: 30px;
    }
    .header .right li {
        margin-left: 42px;
    }
    .header a {
        font-size: 14px;
    }
    .header .right li.login, .header .right li.register {
        width: 80px;
        border-radius: 20px;
    }
    .header .right li.login {
        margin-left: 40px;
    }
    .header .right li.register {
        margin-left: 14px;
    }
    .leftNav {
        padding: 20px 16px 28px;
        width: 220px;
    }
    .menu-1 li > a {
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        font-size: 14px;
    }
    .menu-2 li > a,.menu-3 li > a{
        font-size: 12px;
        padding: 0;
    }
    .menu-1 li > a i {
        margin: 14px 6px 0 0;
    }
    .menu-1 li > a.inactives i {
        margin: 17px 3px 0 0;
    }
    .menu-2 {
        padding: 0 12px 0 22px;
    }
    .menu-3 {
        padding: 0 14px 0 12px;
    }
    .menu-3 li > a {
        height: 28px;
        line-height: 28px;
    }
    .menu-3::after {
        left: 3px;
    }
    .detail .item {
        padding: 20px 0 80px 20px;
    }
    .detail .item .title {
        margin-top: 14px;
        height: 36px;
        line-height: 36px;
        font-size: 26px;
    }
    .content {
        padding: 20px 0 50px;
        line-height: 30px;
        font-size: 14px;
    }
    .contentTop {
        margin-bottom: 20px;
    }
    .detail .right {
        width: 212px;
    }
    .helpItem {
        padding: 16px 14px;
        border-radius: 6px;
    }
    .helpItem p {
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .helpItem span {
        margin-top: 10px;
    }
    .helpItem span a {
        width: 88px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }
    .helpItem span a i {
        width: 14px;
        height: 16px;
        margin: 5px 4px 0 0;
    }
    .helpItem span a:nth-child(2) i {
        margin: 6px 2px 0 0;
    }
    .helpBot .img {
        width: 71px;
        height: 78px;
    }
    .helpBot p {
        line-height: 20px;
        font-size: 12px;
    }
    .helpBot b {
        margin-top: 1px;
        height: 18px;
        line-height: 18px;
        font-size: 16px;
    }
    .helpBot {
        margin-top: 12px;
        padding: 13px 8px 7px;
    }
    .turnPiece p {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .turnPiece p i {
        margin-top: 13px;
    }
    .content .list p {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .footer {
		min-width: 1060px;
		margin-top: 10px;
		padding: 40px 0 0 0;
	}
    .footer .w{
        width: 1060px;
    }
	.foot-nav {
		width: 400px;
	}
	.hot-line > b {
		font-size: 26px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 24px;
	}
	.qr-code {
		padding-top: 10px;
	}
	.foot-txt li{
		font-size: 12px;
	}
	.hot-line {
		width: 235px;
		margin-left: 100px;
	}
	.hot-line{
		font-size: 24px;
	}
	.hot-line p{
		font-size: 12px;
	}
	.qr-code li{
		padding: 0 0 0 20px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 120px;
		height: 120px;
	}
	.qr-code li p{
		font-size: 12px;
	}
    .foot-img {
        height: 25px;
    }
    .foot-img li {
        width: 63px;
        height: 26px;
        margin-right: 7px;
    }
    .foot-img li a {
        height: 26px;
    }
}









