html, body {
    height: 100%;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    color: #333;
}
html, body, div, ul, ol, li, p {
    margin: 0;
    padding: 0;
}
html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, em, i, b, span, input, textarea {
    box-sizing: border-box;
}
ul, ol {
    list-style: none;
}
input, textarea {
    font-family: initial;
}
input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
input::-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
input:-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
textarea:-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
textarea::-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
textarea::-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
a {
    text-decoration: none;
    color: #333;
}
img {
    vertical-align: top;
    width: 100%;
}
svg {
    vertical-align: top;
}
.ydw-icon {
    width: 0.8em;
    height: 0.8em;
    fill: currentColor;
    overflow: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto !important;
}
/* PC端 @Start */
@media
only screen and (orientation:portrait) and (min-device-width:768px),
only screen and (orientation:landscape) and (min-device-width:1024px) {
    body {
        padding-top: 70px;
        font-size: 16px;
    }
    .__mobile__ {
        display: none !important;
    }
    .__mobile {
        display: none !important;
    }
    .main {
        width: 100%;
        background: #fff;
    }
    .main.even {
        background: #f9f9f9;
    }
    .container {
        margin: 0 auto;
        width: 12rem;
    }
    .container-title {
        font-weight: 300;
        color: #333333;
        font-size: 0.40rem;
        text-align: center;
    }
    .container-title .bold {
        font-weight: 500;
    }
    .container-sub-title {
        color: #666666;
        font-size: 0.22rem;
        text-align: center;
        line-height: 0.22rem;
        margin-top: 0.12rem;
        font-weight: 500;
    }

    .container-sub-title.link {
        cursor: pointer;
    }
    .container-sub-title.link a {
        color: #666666;
        text-decoration: none;
    }
    .container-sub-title.link:hover a {
        text-decoration: underline;
    }
     /* banner图相关样式配置 */
    .header {
        width: 100%;
        position: relative;
        text-align: center;
        overflow: hidden;
    }
    .header .list {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1200px;
        text-align: left;
        font-size: 0.6rem;
    }

    .header .list .textBox .text {
        color: #fff;
        font-weight: 300;
    }

    .header .list .textBox .fontText {
        font-weight: bold;
        color: #fff;
    }

    .header .list .textBox .text-b {
        font-size: 0.24rem;
        font-weight: bold;
        color: #fff;
    }

    .header .list .textBox .fontText-b {
        font-size: 0.24rem;
        color: #fff;
    }

    .header .list .btn {
        width: 1.7rem;
        height: 0.5rem;
        border-radius: 0.03rem;
        font-size: 0.2rem;
        line-height: 0.5rem;
        text-align: center;
        cursor: pointer;
        margin-top: 0.6rem;
        display: block;
    }

    .header .list .btn:hover {
        opacity: 0.8;
        transition: all 300ms ease-in-out;
    }

    .public {
        width: 100%;
        padding: 0.8rem 0;
    }
    .p-t-48 {
        padding-top: 0.48rem;
    }
    .p-b-48 {
        padding-bottom: 0.48rem;
    }
    .p-t-80 {
        padding-top: 0.8rem;
    }
    .p-b-80 {
        padding-bottom: 0.8rem;
    }
    .font19 {
        font-size: 19px !important;
    }
    .font20 {
        font-size: 20px !important;
    }
}
/* PC端 @End */

/* 移动端 @Start */
@media
only screen and (orientation:portrait) and (max-device-width:768px),
only screen and (orientation:landscape) and (max-device-width:1024px) {
    body {
        padding-top: 1.12rem;
    }
    #newBridge .nb-icon-wrap {
        width: 12% !important;
    }
    #newBridge #issueBox .issue-item .issue-text {
        line-height: 1em;
        padding-left: 0.1rem;
    }
    .__PC__ {
        display: none !important;
    }
    .__mobile__ {
        height: 100%;
    }
    .__mobile__ .overflow {
        overflow: hidden;
    }
    .com-title {
        font-weight: 300;
        color: #333333;
        font-size: 0.36rem;
        text-align: center;
        padding: 0 1rem;
    }
    .com-title .bold {
        font-weight: 700;
    }
    .com-sub-title {
        color: #666666;
        font-size: 0.28rem;
        text-align: center;
        padding-top: 0.24rem;
    }
    .com-sub-title.link:hover {
        color: #00826b;
    }
    .container {
        background: #fff;
    }
    .container.even {
        background: #f9f9f9;
    }
}
/* 移动端 @End */
