html, body, ul, li, button, p, h2, h3, h4{
    margin: 0;
    padding: 0;
    outline: none;
}
body {
    font: 14px PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #141515;
}
a:hover {
    color: #fa460a;
}

/* common styles */
.wrapper {
    width: 970px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.btn {
    border-radius: 6px;
    border: none;
    background: none;
}
.fixed {
    position: fixed;
}
#window {
    width: 100px;
    height: 300px;
    background-image: url(https://cdn.wxthe.com/images/news/window@2x.png);
    background-size: 100%;
    position: fixed;
    z-index: 10;
    top: 150px;
    display: block;
}


/* header styles */
div#header {
    overflow: hidden;
    height: 80px;
    z-index: 99999;
    width: 100%;
    background-color: white;
}
div#header .right-bar {
    float: right;
}

/* header logo styles */
div#header .logo {
    padding: 15px 0;
    float: left;
    overflow: hidden;
}
div#header .logo img {
    width: 150px;
}

/* header menu styles */
div#header .menu {
    float: left;
    overflow: hidden;
    min-width: 400px;
}
div#header .menu li.menu-item {
    float: left;
    margin-left: 20px;
    line-height: 80px;
}
div#header .menu li.menu-item.active a {
    color: #fa460a;
}

/* header menu session styles */
div#header .session {
    float: right;
}
div#header .session li.session-item {
    float: left;
    line-height: 80px;
    margin-left: 20px;
}
div#header .session li.session-item .btn {
    padding: 7px 30px;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}
div#header .session li.session-item .btn.signin {
    background: #F8470A;
}
div#header .session li.session-item .btn.signup {
    background: #98999A;
}




/* content styles */
div#content {
    width: 100%;
}

/* content overview(1st label) styles */
.overview {
    width: 100%;
    overflow: hidden;
    background: #24232b url(https://cdn.wxthe.com/images/overview-bg-line.png);
    background-size: auto 460px;
    height: 360px;
    color: #FFFFFF;
}
.overview .textinfo {
    margin-top: 90px;
    margin-left: 50px;
    letter-spacing: 3px;
    width: 460px;
    float: left;
}
.overview .textinfo h2.title {
    font-weight: normal;
    font-size: 30px;
}
.overview .textinfo h3.subtitle {
    /*margin-top: 5px;*/
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 15px;
}
.overview .textinfo .text {
    font-size: 12px;
    font-weight: lighter;
    color: #999999;
    margin-bottom: 35px;
}
.overview .textinfo .btn-create {
    color: #FFFFFF;
    background: #F8470A;
    padding: 10px 18px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
}
.overview .image {
    float: right;
    margin-top: 50px;
    margin-right: 110px;
}
.overview .image img {
    width: 305px;
}

/* content introduce(2nd label) styles */
.introduce {
    width: 100%;
    overflow: hidden;
    height: 450px;
}
.introduce .text-panel {
    margin-top: 60px;
}
.introduce .text-panel h3.title {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
.introduce .text-panel p.text {
    margin-top: 15px;
    text-align: center;
}
.introduce .icon-panel {
    overflow: hidden;
    text-align: center;
}
.introduce .icon-panel ul {
    display: inline-block;
    overflow: hidden;
}
.introduce .icon-panel ul li {
    float: left;
    margin: 40px 33px;
    width: 175px;
}
.introduce .icon-panel ul li img.icon {
    width: 85px;
    height: 85px;
}
.introduce .icon-panel ul li h3.icon-title {
    margin-top: 10px;
    font-weight: normal;
    font-size: 20px;
}
.introduce .icon-panel ul li p.icon-text {
    color: #999999;
}


/* content solution(3rd label) styles */
.solution {
    width: 100%;
    overflow: hidden;
    height: 550px;
    background: #24232b url(https://cdn.wxthe.com/images/solution-background.jpg);
    background-size: auto 550px;
    background-position: center;
    color: #FFFFFF;
}
.solution .wrapper {
    width: 1200px;
}
.solution .header {
    width: 80%;
    margin: 0 auto;
}
.solution .header .title {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-top: 80px;
}
.solution .header .text {
    margin-top: 15px;
    text-align: center;
}
.solution .body {
    overflow: hidden;
    margin-top: 40px;
}
.solution .body .left {
    width: 200px;
    height: 260px;
    border-right: 1px solid #FFFFFF;
    float: left;
}
.solution .body .left li.solution-title {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.solution .body .left li.solution-title.active,
.solution .body .left li.solution-title:hover {
    background: #F8470A;
}
.solution .body .right {
    width: 950px;
    float: right;
}
.solution .body .right .solution-detail {
    display: none;
    margin-top: 20px;
}
.solution .body .right .solution-detail.active {
    display: block;
}
.solution .body .right .solution-detail ul.icon-list {
    overflow: hidden;
}
.solution .body .right .solution-detail ul.icon-list li {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 135px;
}
.solution .body .right .solution-detail ul.icon-list li .icon,
.solution .body .right .solution-detail ul.icon-list li .qrcode-icon {
    width: 135px;
    height: 135px;
}
.solution .body .right .solution-detail ul.icon-list li .qrcode-icon {
    display: none;
}
.solution .body .right .solution-detail ul.icon-list li .icon-text {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.solution .body .right .solution-detail p.detail-text {
    margin-top: 30px;
    font-size: 14px;
    width: 95%;
}

/* feature pannel styles */
.feature {
    width: 100%;
}
.feature.nopadding .wrapper {
    padding: 0 !important;
}
.feature.nopaddingbottom .wrapper {
    padding: 50px 50px 0;
}
.feature .wrapper {
    padding: 50px;
}
.feature.right {
    background: #F9FAFB;
}
.feature .image {
    overflow: hidden;
}
.feature .image img {
    width: 480px;
}
.feature.left .image {
    float: left;
}
.feature.left .detail {
    float: right;
}
.feature.right .image {
    float: right;
}
.feature.right .detail {
    float: left;
}
.feature .detail {
    width: 360px;
}
.feature .detail .title {
    font-size: 30px;
    margin-top: 35%;
    font-weight: normal;
}
.feature .detail .text {
    font-size: 14px;
    margin-top: 10px;
}


/* fix feature styles */
.ipa50 .wrapper {
    padding: 100px;
}
.iw350 .image img {
    width: 350px;
}
.iw400 .image img {
    width: 400px;
}
.mt50 .image img {
    margin-top: 60px;
}

/* feature detail styles */
.feature1 .detail .title,
.feature5 .detail .title {
    margin-top: 45%;
}
.feature4 .detail .title {
    margin-top: 50%;
}
.feature7 .detail .title {
    margin-top: 40%;
}


/* content example styles */
.example {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
.example .wrapper {
    width: 1100px;
    margin: 0 auto;
}
.example .contact-wrapper {
    width: 1268px;
    margin: 20px auto;
}
.example .contact {
    background: url(https://cdn.wxthe.com/images/bg_white_net@2x.png);
    height: 565px;
    background-position: center;
    background-size: contain;
}
.example .contact .btn-submit {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    color: #FFFFFF;
    background: #F8470A;
    padding: 8px 30px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.example .contact form input,textarea {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}
.example .contact form .input-group {
    margin-top: 15px;
    display: inline-block;
}
.example .contact form input.input-small {
    width: 168px;
}
.example .contact form input.input-normal {
    width: 380px;
}
.example .contact form textarea {
    width: 380px;
    margin-top: 15px;
    height: 160px;
}
.example .contact form .tip {
    padding: 10px 6px 0 6px;
    font-weight: bolder;
    display: none;
}
.example .contact form .tip-error {
    color: red;
}
.example .contact form .tip-success {
    color: green;
}

.example .header, .example .footer {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0;
    font-size: 24px;
}
.example .footer {
    background: url(https://cdn.wxthe.com/images/little-banner-bg.png);
    background-position: center;
}
.example .header {
    background: url(https://cdn.wxthe.com/images/bg_red@2x.png);
    background-position: center;
    background-size: auto 126px;
}
.example.home .header {
    font-size: 16px;
}
.example .e-nb {
    font-size: 20px;
}
.example .body {
    text-align: center;
    padding: 60px 0;
}
.example .footer-content {
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.example .footer-content ul {
    display: inline-block;
}
.example .footer-content ul li {
    float: left;
    width: 150px;
    margin-left: 110px;
}
.example .footer-content ul li .title {
    color: #FA460A;
    font-weight: normal;
}
.example .footer-content ul li p {
    margin-top: 5px;
    color: #999999;
}

/* small footer styles */
.small-footer {
    overflow: hidden;
    /*background-color: white;*/
}
.small-footer .nav {
    float: left;
}
.small-footer .nav ul {
    padding: 10px 0;
    display: inline-block;
}
.small-footer .nav ul li {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    color: #666666;
}
.small-footer .copyright {
    float: right;
    padding: 10px 0;
    color: #666666;
    font-size: 12px;
}

/* footer styles */
div#footer {
    background: #3A3B3C;
    color: #FFFFFF;
    overflow: hidden;
    height: 100px;
    line-height: 80px;
    border-top: 3px solid #FC3D00;
}
div#footer .bottom-logo {
    float: left;
    /* margin-top: 15px; */
    margin-left: 50px;
}
div#footer .bottom-logo img {
    width: 180px;
}
div#footer .connection {
    line-height: 30px;
}
div#footer .connection ul li {
    float: left;
    margin-left: 350px;
}
div#footer .btn-panel {
    float: right;
}
div#footer .btn-panel .btn-onekey {
    color: #FFFFFF;
    background: #F8470A;
    padding: 10px;
    margin-right: 50px;
    font-size: 12px;
    text-decoration: none;
}

/** Cooperation Page **/
.coo-overview {
    width: 100%;
    overflow: hidden;
    background: #24232b url(https://cdn.wxthe.com/images/cooperation-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 410px;
    color: #FFFFFF;
    text-align: center;
}

.coo-overview .wrapper {
    position: relative;
}
.coo-overview .weixinwrapper {
    position: absolute;
    right: 0;
    top: 20px;
}
.coo-overview .wrapper img.weixin {
    width: 168px;
    display: block;
    cursor: pointer;
}
.coo-overview .weixinwrapper:hover img.qrcode {
    display: block;
}
.coo-overview .wrapper img.qrcode {
    display: none;
    margin: 0 auto;
}

.coo-overview .textinfo {
    letter-spacing: 3px;
    width: 100%;
}
.coo-overview .textinfo h2.title {
    margin-top: 180px;
    font-weight: normal;
    font-size: 35px;
}
.coo-overview .textinfo h3.subtitle {
    margin-top: 5px;
    font-weight: normal;
    font-size: 22px;
}

.coo-introduce {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.bg-light-gray {
    background-color: #f8f8f8;
}
.coo-introduce .text-panel {
    margin-top: 40px;
    margin-bottom: 40px;
}
.coo-introduce .text-panel h3.title {
    font-size: 24px;
    font-weight: normal;
}
.coo-introduce .text-panel p.text {
    margin-top: 15px;
    color: #666666;
}
.coo-introduce .progress {
    margin: 30px 0 30px 0;
}
.coo-introduce .progress h4 {
    font-size: 22px;
    font-weight: normal;
    color: #666666;
}
.coo-introduce .progress img {
    margin: 20px 0 30px 0;
}
.coo-introduce .progress .btn-join {
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 20px;
    color: #FFFFFF;
    background: #F8470A;
    padding: 8px 30px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}
.coo-introduce .progress p.condition {
    margin-top: 8px;
    color: #666666;
}
.coo-introduce .progress span.email {
    color: #666666;
}

.good-features {
    margin: 20px auto;
    text-align: center;
}

.c-section {
    text-align: center;
}
.c-section .text-panel h4 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: normal;
}
.c-section .text-panel p {
    margin-top: 15px;
    color: #666;
}
.c-section img {
    margin-top: 15px;
}
