@charset "utf-8";
/* CSS Document */
html,body{position:relative;-webkit-text-size-adjust:none !important;}
*{box-sizing:border-box;word-wrap:break-word;word-break:break-all;font-family:微软雅黑,sans-serif; margin: 0; padding: 0;}
ul,li{list-style:none;}
img {vertical-align:middle;}
a:hover{text-decoration:none;}
a{text-decoration:none;}

.content {
    width: 750px;
    margin: 0 auto 50px;
}

.twocode {
    background: url(../images/con2_02.jpg) no-repeat;
    background-size: 100%;
    height: 384px;
    position: relative;
}
.codeimg {
    margin: auto;
    text-align: center;
}
.codeimg span {
    display: inline-block;
    margin: 48px 0 24px;
}
.codeimg p {
    font-size: 18px;
}

.little-tip {
    background: url(../images/con3_02.jpg) no-repeat;
    background-size: 100%;
    height: 412px;
}
.little-tip .htwo {
    color: #ff6363;
    font-size: 36px;
    text-align: center;
    padding-top: 24px;
}
.little-tip ul {
    width: 570px;
    margin: 0 auto;
    color: #7f7773;
    font-size: 24px;
    padding-top: 36px;
    text-align: justify;
}
.little-tip ul li {
    line-height: 2;
    position: relative;
    padding-left: 19px;
}
.little-tip ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7777;
    position: absolute;
    left: 0;
    top: 21px;
}
.hasunder {
    position: relative;
    z-index: 2;
}
.hasunder-line {
    display: block;
    width: 100%;
    height: 7px;
    background: #ffd6d0;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
}