/*pc页面样式*/ html, body { width: 100%; height: 100%; margin: 0; padding: 0; -ms-overflow-style:none; overflow:-moz-scrollbars-none; } ::-webkit-scrollbar{ display:none; } a { text-decoration: none; } ul, li { list-style-type: none; } p { margin: 0; } .top-wrap { width: 100%; min-width: 1200px; background-position: center center; } .content { width: 1200px; margin: 0 auto; } .container { width: 1200px; margin: 0 auto; } @media screen and (max-width: 1000px) { .container { width: 650px; } } @media screen and (min-width:1000px) and (max-width:1024px){ .container { width: 768px; } } @media screen and (min-width:1025px) and (max-width: 1280px) { .container { width: 850px; } } @media screen and (min-width:1281px) and (max-width: 1366px) { .container { width: 910px; } } @media screen and (min-width:1367px) and (max-width: 1600px) { .container { width: 970px; } } @media screen and (min-width:1601px) and (max-width: 1920px) { .container { width: 1200px; } } .dian { margin-top: 13px; margin-right: 20px; width: 18px; height: 18px; border-radius: 50%; background-color: rgb(239, 30, 22); } /*头部*/ .head:after { content: ""; display: block; height: 0; visibility: hidden; clear: both } .head { zoom: 1; } .head-bar { height: 52px; padding-top: 25px; display: flex; justify-content: space-between; } .head-bar > img { height: 100%; } .topbox{ display: flex; } .push-head { display: flex; align-items: center; flex-shrink: 0; height: 40px; line-height: 40px; margin-right: 45px; font-size: 20px; color: #363738; } .push-head:hover .push-txt { transform: scale(1.1); border-bottom: 1px solid #ffffff; } .push-txt { color: #ffffff; margin-left: 12px; transition: all .3s ease; } .push-down { color: #ffffff; transform: scale(1.1); border-bottom: 1px solid #ffffff; } .item-pc { display: none; width: 100%; } .head { height: 850px; background-image: ; background-size: 100% 100%; } .head-txt { padding-left: 600px; padding-top: 200px; } .head-title { font-size: 59px; color: #e6001f; } .head-word{ font-size: 34px; color:#1d2023; } .head-download { display: flex; } .download-img { margin-top: 45px; margin-left: 30px; width: 150px; height: 150px; display: none; } .download-img > img { width: 100%; height: 100%; } .head-iphone{ margin-top: 45px; width: 285px; padding: 10px 28px; border: 1px solid #e6001f; border-radius: 15px; display: flex; color: #e6001f; } .head-android{ margin-top: 45px; width: 285px; padding: 10px 28px; border: 1px solid #e6001f; border-radius: 15px; display: flex; color: #fff; background-color: #e6001f ; } .head-iphone > img, .head-android > img { width: 30px; height: 30px; } .head-iphone > div, .head-android > div { padding-left: 20px; line-height: 30px; font-size: 30px; } /*.head-iphone:hover, .head-android:hover { color: rgb(187, 82, 97); background-color: #ffffff; border:1px solid #fff; }*/ .head-iphone:hover{ color: #fff; background-color: #e6001f ; } .head-iphone:hover .head-android{ color: #e6001f; background-color: #fff; } .head-iphone:hover .head-android .android-img1{ display: none !important; } .head-iphone:hover .head-android .android-img2{ display: block !important; } .download-btn:hover .head-android .android-img1{ display: block; } .download-btn:hover .head-android .android-img2{ display: none; } .head-iphone:hover .iphone-img1, .head-android:hover .android-img1 { display: none; } .head-iphone:hover .iphone-img2, .head-android:hover .android-img2 { display: block; } .iphone-img2, .android-img2 { display: none; } /*文字介绍*/ .character { padding: 100px 0; background-image: ; } .character-number { font-size: 46px; text-align: center; color: rgb(14, 14, 14); } .character-number > span { font-size: 46px; color: #b0824f; } .character-txt { margin-top: 29px; font-size: 20px; text-align: center; /* color: rgb(63, 69, 75);*/ color:#606972; letter-spacing: 1px; } .app-introduce { background: #fff; /*margin-top: 140px;*/ } .module { /*padding-top: 50px;*/ width:100%; } .onebox{ background-image: ; width:100%; margin-bottom: 50px; background-size: 100% 100%; } .twoboxs{ background-image: ; width:100%; margin-bottom: 50px; background-size: 100% 100%; } .app-message-first { display: flex; justify-content: space-between; padding: 50px 0 110px 0; } .app-message-first img.subicon{ height:550px; } .app-message img.subicon{ height:550px; } .app-message { display: flex; justify-content: space-between; padding: 50px 0 100px 0; } .module-introduce{ padding-top: 10px; /*padding-left: 116px;*/ text-align: right; } #introduce-two{ padding-left:10px; /*padding-right: 75px;*/ text-align: left; } #introduce-two em img{ padding-right: 20px; } #introduce-twos{ padding-left:10px; /*padding-right: 75px;*/ text-align: left; } #introduce-twos em img{ padding-right: 20px; } .module-introduce a{ font-size: 48px; color: rgb(239, 30, 22); border-bottom: 5px solid rgb(239, 30, 22); } .module-introduce em{ font-style: normal; color:#1d2023; font-size: 24px; line-height: 48px; } .module-introduce em img{ display: inline-block; vertical-align: middle; width: 36px; margin-bottom: 10px; } .module-introduce > p { position: relative; padding:40px 0 70px 0; font-size:22px; color: rgb(239, 30, 22); } .module-introduce p > img { position: absolute; } .module-introduce > div { font-weight: 100; display: flex; font-size: 30px; color: rgb(72, 72, 72); } /*老师*/ .teachers{ background-image: ; width: 100%; height: 850px; } /*底部*/ .footer { height: 330px; background: #e5001f; } .footer-module { position: relative; height: 100%; text-align: center; display: flex; justify-content: space-between; } .foot-logo { margin: 70px 0 10px 0; } .footer-btn { display: flex; justify-content: center; margin-top: 50px; } .footertopleft{ display: flex; flex-direction: column; margin-bottom: 25px; } .codema{ margin-bottom: 25px } .codema img{ width:110px;height: 110px } .footer-btn > div { margin: 0 30px; } .footer-iphone, .footer-android { width: 240px; padding: 5px 0; border-radius: 20px; display: flex; color: #e5001f; background: #fff; height: 30px; } .footer-iphone > img, .footer-android > img { padding-left: 32px; width: 35px; height: 35px; } .footer-iphone > div, .footer-android > div { line-height: 30px; font-size: 18px; padding-right: 32px } .company-profile { font-size: 17px; text-align: left; color: #fff; } .company-profile p.pc_address{ padding:10px 0; } /*app页面样式*/ * { margin: 0; padding: 0; } article { max-width: 750px; margin: 0 auto; } .item-app { width: 100%; display: none; min-width: 350px; background-position: center center; } .bigimg{ position: relative; overflow: hidden; } .wordsdesc{ margin-top: 10px; position: absolute; width:100%; top:0; } .toplogo{ text-align: right } .toplogo img{ padding-right: 10px; width:70px; display: inline-block; } .topdesc{ text-align: center; } .topdesc p:first-child{ color:#fff; font-size: 30px; } .topdesc p:last-child{ color:#fff; font-size: 22px; padding-top: 5px; } .bigimg img { width: 100%; } .app-character { text-align: center; background: ; background-size: 100% 100%; width:100%; height: 100%; } .app-character-number { padding-top: 20px; font-size: 24px; color: #3f454b; } .app-character-number > span { color: #e5001f; font-size: 24px; } .app-character-txt { text-align: left; font-size: 16px; padding: 20px; color: #606972; line-height: 30px; } .onehomeage{ background-image: ; background-size: 100% 100%; width:100%; height: 100%; margin-bottom: 20px; } .twoluntan{ background-image: ; background-size: 100% 100%; width:100%; height: 100%; margin-bottom: 20px; } .introduce { display: flex; justify-content: space-between; padding: 0 15px; overflow: hidden; } .introduce > .image { margin: 28px 0; } .image > img { height: 230px; } .app-module-introduce { padding: 10px 0 70px 0; text-align: right; } .app-module-introduce a{ font-size: 34px; color:#e5001f; border-bottom: 5px solid #e5001f; } .app-module-introduce em{ font-style: normal; font-size: 15px; } .app-module-introduce em img{ width: 26px; display: inline-block; vertical-align: middle; margin-bottom: 5px; } .app-module-introduce > p { position: relative; padding: 10px 0; font-size: 16px; color: rgb(239, 30, 22); } .app-module-introduce > p > img { position: absolute; width: 22px; } .app-module-introduce > div { line-height: 20px; color: rgb(72, 72, 72); font-size: 13px; display: flex; } .app-teachers span{ display: block; text-align: center; font-size: 42px; padding: 30px 0 20px 0; } .app-teachers img{ width:100%; } .app-module-introducetwo { padding: 10px 0 70px 0; text-align: left; } .app-module-introducetwo a{ font-size: 34px; color:#e5001f; border-bottom: 5px solid #e5001f; } .app-module-introducetwo em{ font-style: normal; font-size: 15px; } .app-module-introducetwo em img{ width: 26px; display: inline-block; vertical-align: middle; margin-bottom: 5px; padding-right: 10px; } .app-module-introducetwo > p { position: relative; padding: 10px 0; font-size: 16px; color: rgb(239, 30, 22); } .app-module-introducetwo > p > img { position: absolute; width: 22px; } .app-module-introducetwo > div { line-height: 20px; color: rgb(72, 72, 72); font-size: 13px; display: flex; } .app-dian { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background-color: rgb(239, 30, 22); margin-right: 6px; } .app-footer { text-align: center; height: 98px; /*background: linear-gradient(to right, rgb(102, 29, 87), rgb(221, 90, 81));*/ padding-bottom: 60px; background: #e5001f; } .app-footer > img { padding: 10px 0; width: 70px; } .app-company-profile { font-size: 8px; text-align: center; color: rgb(255, 255, 255); } .app-company-profile p.company_address{ padding-top: 10px; } .app-download-btn { width: 100%; max-width: 750px; text-align: center; position: fixed; bottom: 15px; } .down-button { font-size: 21px; width: 160px; height: 42px; border-radius: 21px; background-color: rgb(241, 37, 18); line-height: 42px; color: #ffffff; z-index: 10; margin: 0 auto; } .keepout { width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: none; background-color: rgba(0, 0, 0, 0.8); color: #ffffff; text-align: center; } .keepout > img { width: 100%; } /*下载*/ #iphonedownload { display: none; } #androiddownload { display: none; } #installdownload { display: none; }