﻿@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
*{margin: 0;padding: 0;}
body {
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft YaHei",Helvetica Neue,Helvetica,Avenir,Arial,sans-serif;
    background-color: #fff;
    width: 100%;
    color: #333;
}

em,
i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

/*a{cursor: pointer; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all;}*/
a,
a:visited {
    text-decoration: none;
    color: #666;
    font-size: 12px;
    font-family: "PingFang SC", "Microsoft YaHei",Helvetica Neue,Helvetica,Avenir,Arial,sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PingFang SC", "Microsoft YaHei",Helvetica Neue,Helvetica,Avenir,Arial,sans-serif;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.fl_1 .list img,
.case .case_pic_list li img,
.ad_list ul>li .ad_details img,
.int_fl2 .int_cheats>ul>li img,
.int_section_img img,
.int_ad_list li .img img,
.yechun_img1 img,
.yechun_img_list li img {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.positon-relative {
    position: relative;
}
.comWidth1060 {
    width: 1060px;
    margin: 0 auto;
}
.comWidth1400 {
    width: 1400px;
    margin: 0 auto;
}

.comWidth {
    width: 1180px;
    margin: 0 auto;
}
.mt16{
    margin-top: 16px;
}
.mt28 {
    margin-top: 28px;
}
.mt48 {
    margin-top: 48px;
}
.mb20{
    margin-bottom: 20px;
}
.mb48{
    margin-bottom: 48px;
}
.mb68 {
    margin-bottom: 68px;
}
.pt20 {
    padding-bottom: 20px;
}
.pt28 {
    padding-bottom: 28px;
}
.mt12 {
    margin-top: 12px;
}
.pt48 {
    padding-top: 48px;
}
.pt68 {
    padding-top: 68px;
}


.footer{
    width: 100%;
    /* height: 420px; */
    background: #333031;
}
.footer_1 {
    padding: 70px 0 70px 0;
    /* height: 225px; */
}
.footer_1 > .fl >div{
    width: 220px;
    margin: 0 38px 0 0;
    width: 190px;
    margin: 0 20px 0 0;
}
.footer_1 p{
    font-size: 16px;
    color: #ccc;
    line-height: 32px;
    font-size: 13px;
    line-height: 1.5;
}
.footer_1 .footer_name{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-size: 16px;
}
.footer_2 {
    width: 100%;
    height: 54px;
    border-top: 1px solid #555555;
}
.footer_2 p {
    line-height: 54px;
    font-size: 16px;
    color: #8b8b8b;
}
.footer_code {
    width: 120px;
    height: 180px;
    background: #3d3b3c;
}
.footer_code p {
    margin: 4px 0 0 0;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.overflowhidden{
    overflow: hidden;
}