@charset "utf-8";
/* 首页——PC页面 */
.banner {
    text-align: center;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 58px;
    right: 0;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
   /* background-image: url('../images/banner_1.jpg');*/
    background-size: cover;
}
.banner_logo {
    text-align: center;
    height: 420px;
    position: relative;
    width: 302px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner_logo .imgbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.banner_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner_logo .text {
    width: 302px;
    line-height: 1.5;
}
.banner_logo .content {
    text-align: left;
    text-indent: 2em;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(32, 32, 32, 1);
}
.banner_logo .author {
    text-align: right;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(32, 32, 32, 1);
}
.banner_descript_box {
    display: inline-block;
    position: absolute;
    right: 0px;
    width: 300px;
    height: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_descript {
    width: 298px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    display: inline-block;
}
.banner_descript .panel {
    width: 258px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    display: none;
}
.banner_descript .panel.active {
    display: block;
}
.banner_descript .login_code_panel {
    width: 298px;
    height: 235px;
    padding: 0px;
}
.banner_descript .login-bar {
    line-height: 50px;
    overflow: hidden;
}
.banner_descript .login-bar .code_bar {
    width: 149px;
    cursor: pointer;
    color: #444;
    font-size: 16px;
    float: left;
    position: relative;
}
.banner_descript .login-bar .code_bar.active {
    color: #2dbe60;
}
.banner_descript .login-bar .code_bar:hover {
    background: #f9f9f9;
}
.login_code_panel img {
    width: 200px;
    height: 190px;
}
.login_code_panel div {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login_code_panel span {
    display: block;
    line-height: 18px;
}
.banner_descript .box-shadow {
    border: #e5e5e5 solid 1px;
    box-shadow: 2px 3.464px 5px 0px rgba(7, 83, 132, 0.1);
}
.banner_descript .login_title {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    color: #8a8a8a;
}
.login_panel .login_input {
    width: 258px;
    height: 90px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 0px;
}
.login_panel .login_input input {
    height: 45px;
    padding-left: 52px;
    color: #9f9f9f;
    font-size: 16px;
    margin: 0px;
    width: 100%;
    display: block;
    border: 0px;
    outline: none;
    border-radius: 4px;
}
.login_panel .login_input .account:before {
    pointer-events: none;
    content: "";
    position: absolute;
    height: 45px;
    padding-left: 52px;
    color: #9f9f9f;
    font-size: 16px;
    margin: 0px;
    width: 100%;
    display: block;
    border: 0px;
    outline: none;
    border-radius: 4px;
    background: url(../images/username.png) no-repeat 18px center!important;
}
.login_panel .login_input .password:before {
    pointer-events: none;
    content: "";
    position: absolute;
    height: 45px;
    padding-left: 52px;
    color: #9f9f9f;
    font-size: 16px;
    margin: 0px;
    width: 100%;
    display: block;
    border: 0px;
    outline: none;
    border-radius: 4px;
    background: url(../images/password.png) no-repeat 18px center;
}
.login_panel .login_input input:first-child {
    border-bottom: 1px solid #dfdfdf;
    border-bottom-left-radius: 0px;
    background: #f3f4f3;
    border-bottom-right-radius: 0px;
}
.login_panel .login_error_message {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: red;
    text-align: left;
}
.login_panel .login_button {
    background: #2bc26b;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    width: 260px;
    transition: all ease .4s;
    box-shadow: 0 3px 7px 0 rgba(45, 190, 96, .35)
}
.login_panel .login_button img {
    width: 0px;
    height: 0px;
    transition: all ease .4s;
    display: inline;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}
.login_panel .login_button.active img {
    width: 22px;
    height: 22px;
}
.login_panel .login_button:active {
    background: #00a239;
}
.login_panel .login_help {
    overflow: hidden;
    margin-top: 15px;
}
.login_panel .login_help div {
    color: #9f9f9f;
    font-size: 14px;
    cursor: pointer;
}
.login_panel .login_help div:active {
    color: #83dea3;
}
.login_panel .login_help .login_jz {
    float: left;
    padding-left: 21px;
    background: url(../images/change.png) left no-repeat;
}
.login_panel .login_help .login_jz.active {
    background: url(../images/change_press.png) left no-repeat;
}
.login_panel .login_help .login_wj {
    float: right;
}
.content1 {
    height: 516px;
    background: #FFF;
    text-align: center;
    white-space: nowrap;
    background: url(../images/pic.png) center no-repeat;
}
.content1_example {
    width: 270px;
    height: 460px;
    margin: 90px 26px 0;
    display: inline-block;
    vertical-align: top;
}
.content1_example h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #888888;
}
.content1_example h2 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #888888;
}
.content1_dialogbox {
    width: 219px;
    height: 230px;
    margin: 10px 0 0;
    padding: 35px 18px 0;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    text-align: left;
    white-space: normal;
    background: url(../images/content_1_bg1.png) no-repeat center;
}
/*公用模块样式*/
.left_img_content,
.right_img_content {
    min-height: 620px;
    overflow: hidden;
}
.left_img_content img {
    float: left;
}
.right_img_content img {
    float: right;
}
.left_img_content .descript {
    margin: 180px 0 0;
    float: right;
}
.right_img_content .descript {
    margin: 180px 0 0;
    float: left;
}
.left_img_content .descript h2,
.right_img_content .descript h2 {
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #888;
}
.left_img_content .descript p,
.right_img_content .descript p {
    display: inline-block;
    margin: 30px 0 0;
    color: #888;
    font-size: 24px;
    line-height: 40px;
}
.content2 {
    background: #f8f8f8;
}
.content2 img {
    margin: 100px 0 30px 50px;
}
.content3 {
    background: #FFF;
}
.content3 img {
    margin: 110px 60px 30px 0;
}
.content3 .descript {
    margin-left: 40px;
}
.content4 {
    background: #f8f8f8;
}
.content4 img {
    width: 470px;
    margin: 80px 0 30px 0px;
}
.content4 .descript {
    margin-right: -20px;
}
.content5 img {
    margin: 60px 0 0;
}
.content6 {
    background: #F8F8F8;
}
.content6 img {
    width: auto;
    height: 326px;
    margin: 150px 0 30px;
}
.content7 {
    /*height: 620px;*/
    height: 460px;
    color: #888;
}
.content7 .descript {
    height: 50px;
    padding-top: 90px;
    line-height: 50px;
    font-size: 50px;
    text-align: center;
}
.content7 .descript img {
    height: 60px;
    margin: 0 20px 0 0;
    vertical-align: sub;
}
.content7 .descript2 {
    height: 36px;
    line-height: 36px;
    margin: 36px 0 0;
    font-size: 24px;
    text-align: center;
}
.content7_btn {
    margin: 60px 0 0;
    text-align: center;
}
.btn_android,
.btn_apple {
    display: inline-block;
    width: 202px;
    padding-top: 14px;
    height: 140px;
    margin: 10px 20px;
    line-height: 70px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background: #4ce273;
    cursor: pointer;
    vertical-align: middle;
}
.btn_android:hover,
.btn_apple:hover {
    color: #FEF;
}
/*.btn_android img, .btn_apple img {
 height: 40px;
 margin: 5px 4px;
 }*/
.content7_ercode {
    margin: 0 10px 0 30px;
}
.content7_ertext {
    line-height: 26px;
    display: inline-block;
}
.header {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.pc {
    display: block!important;
    /* position: relative; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.head {
    width: 100%;
    background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
 /*    border-bottom: 1px solid #f5f5f5; */
    min-width: 1200px;
}
.head-box {
    width: 1120px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.head-logo,
.head-nav {
    width:40%;
    flex-grow: 1;
}
.head-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    cursor: pointer;
}
.head-logo .logo {
    margin: 0px;
    background: url(../images/logo.png) no-repeat center !important;
}
.head-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
}
.head-nav a {
    display: block;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #525252;
    outline: none;
    font-family: Arial, 'Hiragino Sans GB', md-hsgb, 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif
}
.head-nav a:hover {
    background: #f9f9f9;
}
.head-nav a:hover {
    background: #f9f9f9;
}
.head-logo-text {
    width:625px;
    height:77px;
    font-size: 18px;
    color: #333!important;
  
}
.footer {
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: transparent;
    color: #8d8d8d;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.theme {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 100;
}
.theme:hover .theme-box {
    margin-right: 2px;
}
.theme .theme-icon-Btn {
    float: left;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    cursor: pointer;
    background: url(../images/icons.png) no-repeat;
    background-color: rgba(144, 144, 144, .5);
    background-position: -264px -33px;
}
.theme .theme-box {
    width: 156px;
    padding: 5px;
    background-color: rgba(144, 144, 144, .5);
    border-radius: 5px;
    float: right;
    transition: all ease-out .3s;
    margin-right: -160px;
}
.theme .theme-box img {
    display: block;
    width: 78px;
    height: 48px;
    padding: 5px;
    float: left;
    cursor: pointer;
    border-radius: 2px;
}
.overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, .2)
}
.overlay .model {
    position: absolute;
    border-radius: 8px;
    width: 350px;
    height: 306px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.overlay .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) center/cover no-repeat;
    cursor: pointer;
}
.overlay .icon {
    height: 110px;
    width: 100%;
    border-top-left-radius: 8px;
    birder-top-right-radius: 8px;
    background: url(../images/down.png) center no-repeat #f4fff9;
}
.overlay .h1 {
    font-size: 20px;
    color: #525252;
    line-height: 1;
    margin: 52px 0;
}
.overlay .down {
    display: block;
    cursor: pointer;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #2dbe60;
}