@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 62.5%;
    font-family: "Microsoft Yahei", "微软雅黑light", Tahoma, Arial, Helvetica, STHeiti;
    color: #000;
}

html,
body {
    min-height: 100%;
    font-size: 62.5%;
}

img,
a {
    margin: 0;
    padding: 0;
    resize: none;
    border: none;
    outline: none;
}

ol,
ul {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

a {
    color: #4c4948;
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

img {
    width: 100%;
}


/*top*/

.header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 10px 0;
    background-color: #dde2f5;
    position: fixed;
    top: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    overflow: hidden;
    z-index: 9999;
}

.header span {
    font-size: 1.4rem;
}

.top-logo {
    width: 50px;
    float: left;
    margin: 0 10px 0 20px;
}

.top-text {
    height: 50px;
    float: right;
}

.top-text li {
    font-size: 1.4rem;
    float: right;
    margin-right: 50px;
    cursor: pointer;
}

.top-text li a {
    color: #000;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
}

.top-text li:hover {
    color: #0066CB;
}

.top-text li:hover a {
    color: #0066CB;
}

.top-text .current {
    color: #0066cb;
}

.top-text .current a {
    color: #0066cb;
}

.top-butt {
    display: block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin: 10px 20px 0 0;
    background-color: #366cce;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #0066cb;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

.top-butt:hover {
    background-color: #2b56a6;
}


/*banner*/

.bgHeight {
    width: 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner {
    padding-top: 70px;
    background: url(../img/top_bg.jpg);
    background-size: 100% 100%;
    background-color: #fff;
}

.banner-main {
    width: 55%;
    height: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    left: 22.5%;
    margin-top: 5%;
    opacity: 1;
    animation-name: imgAnimationFooterL;
    animation: imgAnimationFooterL 2s alternate 1;
    -webkit-animation: imgAnimationFooterL 2s alternate 1;
    -moz-animation: imgAnimationFooterL 2s alternate 1;
}

.bmb-butt-iphone {
    display: block;
    width: 42.4%;
    float: left;
    cursor: pointer;
    position: relative;
}

.bmb-butt-android {
    display: block;
    width: 42.4%;
    float: right;
    cursor: pointer;
    position: relative;
}

.butt-link {
    display: none;
    width: 140%;
    cursor: auto;
    overflow: hidden;
}

.close {
    width: 6%;
    position: absolute;
    top: 3.1%;
    right: 5%;
    cursor: pointer;
}

.close img {
    width: 100%;
}

.bLink1 {
    position: absolute;
    bottom: -200%;
    left: 48%;
    z-index: 1;
}

.bLink2 {
    position: absolute;
    bottom: -200%;
    right: 48%;
}

.bLinkA {
    display: block;
    width: 40%;
    height: 4.5%;
    position: absolute;
    top: 84.9%;
    left: 29.9%;
}

.bLinkA:hover {
    border-bottom: 1px solid #95a6cc;
}


/*背景图1000*/

.desc-title {
    width: 100%;
    background-color: #dde2f5;
    overflow: hidden;
    position: relative;
}

.desc-title p {
    text-align: center;
    line-height: 200%;
}

.actionDesc {
    width: 100%;
    position: absolute;
    top: 13%;
    opacity: 0;
}

.fs-1 {
    color: #6d6587;
    letter-spacing: 10px;
}

.fs-2 {
    color: #738ab8;
    letter-spacing: 5px;
    opacity: 0.8;
}


/*睡眠监测*/

.sleep-monitor {
    background: url(../img/middle_one_bg.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.sleep-monitor-img {
    width: 18.7%;
    position: absolute;
    left: 15%;
    top: 18%;
}

.sleep-monitor-text {
    font-size: 3.3rem;
    line-height: 180%;
    color: #fff;
    font-family: "微软雅黑light";
    letter-spacing: 8px;
    position: absolute;
    top: 15%;
    right: 15.8%;
    opacity: 0;
}


/*催眠曲*/

.original-music {
    background: url(../img/middle_two_bg.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.original-music-text {
    font-size: 3.3rem;
    line-height: 180%;
    color: #fff;
    text-align: center;
    font-family: "微软雅黑light";
    letter-spacing: 8px;
    position: absolute;
    top: 18%;
    right: 15%;
    opacity: 0;
}

.original-music-img {
    width: 18.7%;
    position: absolute;
    left: 15%;
    top: 16%;
    opacity: 0
}


/*浅睡唤醒*/

.wake {
    background: url(../img/middle_three_bg.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.wake-img {
    width: 10.5%;
    position: absolute;
    top: 18%;
    left: 10%;
    opacity: 0
}

.wake-img img {
    position: relative;
    z-index: 1;
}

.wake-text {
    font-size: 3rem;
    line-height: 170%;
    color: #fff;
    font-family: "微软雅黑light";
    letter-spacing: 8px;
    position: absolute;
    bottom: 12%;
    left: 13.7%;
    opacity: 0;
}


/*梦话记录*/

.recording {
    background: url(../img/middle_four_bg.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.recording-content {
    width: 29.3%;
    position: absolute;
    top: 5%;
    left: 11.9%;
    opacity: 0
}

.recording-text {
    font-size: 3.3rem;
    line-height: 180%;
    color: #fff;
    font-family: "微软雅黑light";
    letter-spacing: 8px;
    position: absolute;
    bottom: 18.5%;
    left: 11.9%;
    opacity: 0;
}


/*智能枕简介*/

.bgHeightSm {
    width: 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    overflow: hidden;
}

.smart-pillow {
    background: url(../img/middle_five_bg.png);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.smart-pillow-text {
    width: 100%;
    font-size: 3.5rem;
    color: #fff;
    font-family: "微软雅黑light";
    text-align: center;
    letter-spacing: 6px;
    position: absolute;
    opacity: 0;
}

.smart-pillow-textB {
    width: 100%;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    opacity: 0;
}

.actionSp1 {
    top: 6.2%;
}

.actionSp2 {
    top: 11.3%;
}

.actionSp3 {
    top: 16.4%;
}

.actionSp4 {
    top: 21.5%;
}

.actionSp5 {
    top: 26.6%;
}

.actionSp6 {
    top: 31.7%;
}

.actionSp7 {
    bottom: 1%;
}

.smart-pillow-imgP {
    width: 66.6%;
    position: absolute;
    top: 35%;
    left: 16%;
    opacity: 0
}

.smart-pillow-imgI {
    width: 10.5%;
    position: absolute;
    top: 67%;
    left: 44%;
    opacity: 0
}

.smart-pillow-imgI1 {
    width: 7.2%;
    position: absolute;
    top: 61%;
    left: 45.6%;
}


/*枕头title*/

.pillow-title {
    width: 100%;
    background-color: #dde2f5;
    position: relative;
}

.pillow-title-img {
    width: 100%;
    text-align: center;
    color: #6d6587;
    letter-spacing: 8px;
    position: absolute;
    top: 20%;
    left: 0%;
    opacity: 0;
}

.pillow-title-text {
    width: 100%;
    text-align: center;
    color: #6d6587;
    letter-spacing: 8px;
    position: absolute;
    top: 47%;
    left: 0%;
    opacity: 0;
}

.pt-color {
    color: #366cce;
}


/*枕头工程解析*/

.pillow-content {
    width: 100%;
    background: url(../img/middle_six_bg1.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.pillow-content-analysis {
    width: 76%;
    height: 47%;
    position: absolute;
    opacity: 0;
}

.pillow-content-analysis ul {
    width: 106.8%;
}

.pillow-content-analysis ul li {
    width: 26.9%;
    letter-spacing: 2px;
    float: left;
    margin-right: 6.4%;
    color: #fff;
}

.pca-positionT {
    top: 10%;
    left: 13.8%;
}

.pca-positionB {
    top: 72%;
    left: 13.8%;
}

.pca-img {
    width: 68.2%;
    position: absolute;
    top: 37%;
    left: 15.6%;
    opacity: 0;
}

.fn-pca {
    color: #fff;
    margin-top: 30px;
}


/*枕头工作步骤*/

.step-title {
    width: 100%;
    background-color: #dde2f5;
    position: relative;
}

.step-title-text {
    width: 100%;
    text-align: center;
    color: #6d6587;
    letter-spacing: 8px;
    position: absolute;
    top: 35%;
    left: 0%;
    opacity: 0;
}

.step {
    width: 100%;
    background: url(../img/middle_six_bg2.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.step-main {
    width: 65.1%;
    position: relative;
    left: 15.6%;
}

.step-top {
    top: 6.5%;
}

.step-left {
    width: 66.4%;
    float: left;
}

.step-top-left-img {
    width: 90%;
    position: relative;
    opacity: 0;
}

.step-top-left-img img {
    width: 100%;
}

.step-bottom-left-img {
    width: 70%;
    position: relative;
    opacity: 0;
}

.step-bottom-left-img img {
    width: 100%
}

.actionStepT {
    opacity: 0;
}

.fn-stepTt {
    color: #fff;
    letter-spacing: 4px;
    opacity: 0.9;
}

.fn-stepTts {
    color: #366cce;
    opacity: 0.9;
}

.fn-stepT {
    color: #fff;
    line-height: 160%;
    letter-spacing: 1px;
    opacity: 0.9;
}

.mar-Tstep {
    margin-top: 5%;
}

.step-right {
    width: 31%;
    float: right;
}

.step-right-img {
    width: 100%;
    position: relative;
    opacity: 0;
}

.step-right-img img {
    width: 100%;
}

.step-bottom {
    top: 12%;
}


/*53.9*/


/*枕头内部结构*/

.detail {
    width: 100%;
    background: url(../img/middle_six_bg3.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}


/*.detail-img1{width:25.7%;height:15.9%;position:absolute;top:8%;left:20%;opacity:;}
.detail-text1{color:#fff;position:absolute;top:0%;left:50%;}
.detail-img1-cir1{width:8%;position:absolute;bottom:18%;left:0;}
.detail-img1-cir1 img{width:100%;}
#canvas{transform:rotate(0deg);-webkit-transform:rotateX(180deg);}*/

.detail-img1 {
    width: 64.6%;
    position: absolute;
    top: 8%;
    left: 16.2%;
    opacity: 0;
    z-index: 2;
}

.detail-imgP {
    width: 62.6%;
    position: absolute;
    top: 17.3%;
    left: 17%;
}

.detail-img2 {
    width: 64.6%;
    position: absolute;
    top: 29.1%;
    left: 16.2%;
    opacity: 0;
}

.detail-img3 {
    width: 68%;
    position: absolute;
    top: 66.5%;
    left: 15%;
    opacity: 0;
}


/*方便无束缚*/

.convenience {
    background: url(../img/middle_seven_bg.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.convenience-img1 {
    width: 25%;
    position: absolute;
    top: 1%;
    right: 3%;
}

.convenience-img2 {
    width: 40.8%;
    position: absolute;
    top: 5%;
    right: 6%;
}

.convenience-img3 {
    width: 45%;
    position: absolute;
    left: 37%;
    bottom: 9%;
}


/*安全无辐射*/

.safety {
    background: url(../img/middle_eight_bg.jpg);
    background-size: 100% 100%;
    background-color: #d9dadc;
    position: relative;
}

.safety-img {
    width: 26.6%;
    position: absolute;
    bottom: 18.5%;
    left: 5.7%;
    opacity: 0;
}


/*footer*/

.footer {
    width: 100%;
    height: 570px;
    background-color: #dde0f5;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}

.footer-wx {
    width: 12.2%;
    position: absolute;
    top: 27.3%;
    left: 22.5%;
    opacity: 0;
    z-index: 3;
}

.footer-logo {
    width: 55%;
    position: absolute;
    top: 27%;
    left: 22.5%;
    opacity: 0;
}

.footer-wb {
    width: 12.6%;
    position: absolute;
    top: 27%;
    right: 22.5%;
    opacity: 0;
    z-index: 3;
}

.footer p {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    opacity: 0.5;
    position: absolute;
    bottom: 4%;
}

@media screen and (max-width:640px) {
    .top-text li {
        display: none;
    }
    .footer p {
        font-size: 1.6rem;
    }
    .smart-pillow-text {
        letter-spacing: 4px;
    }
    .pillow-content-analysis ul li {
        letter-spacing: 0px;
    }
    .fs-1 {
        letter-spacing: 6px;
    }
    .fs-2 {
        letter-spacing: 3px;
    }
    .sleep-monitor-text {
        letter-spacing: 6px;
    }
    .original-music-text {
        letter-spacing: 6px;
    }
    .wake-text {
        letter-spacing: 6px;
    }
    .recording-text {
        letter-spacing: 6px;
    }
    .pillow-title-img {
        letter-spacing: 6px;
    }
    .pillow-title-text {
        letter-spacing: 6px;
    }
    .step-title-text {
        letter-spacing: 6px;
    }
    .footer p {
        font-size: .7rem;
    }
}

@media screen and (max-width:540px) {
    .pca-positionT {
        top: 5%;
    }
    .pca-positionB {
        top: 52%;
    }
    .pca-img {
        width: 40%;
        top: 38%;
        left: 32%;
    }
    .smart-pillow-textB {
        font-size: 10px;
        z-index: -1;
    }
    .step-main {
        left: 10%;
    }
    .step-top {
        width: 90%;
        top: 2%;
    }
    .step-bottom {
        width: 90%;
        top: 5%;
    }
    .step-top-left-img {
        width: 70%;
    }
    .step-bottom-left-img {
        width: 53%;
    }
    .step-right {
        width: 23%;
        float: left;
    }
    .smart-pillow-text {
        letter-spacing: 2px;
    }
    .pillow-content-analysis ul li {
        letter-spacing: 0px;
    }
    .fs-1 {
        letter-spacing: 5px;
    }
    .fs-2 {
        letter-spacing: 2px;
    }
    .sleep-monitor-text {
        letter-spacing: 4px;
    }
    .original-music-text {
        letter-spacing: 4px;
    }
    .wake-text {
        letter-spacing: 4px;
    }
    .recording-text {
        letter-spacing: 4px;
    }
    .pillow-title-img {
        letter-spacing: 4px;
    }
    .pillow-title-text {
        letter-spacing: 4px;
    }
    .step-title-text {
        letter-spacing: 4px;
    }
}

@media screen and (max-width:430px) {
    .pca-positionT {
        top: -1%;
    }
    .pca-positionB {
        top: 52%;
    }
    .pca-img {
        width: 40%;
        top: 40%;
        left: 32%;
    }
    .smart-pillow-textB {
        font-size: 10px;
        z-index: -1;
    }
    .step-main {
        left: 10%;
    }
    .step-top {
        width: 90%;
        top: 2%;
    }
    .step-bottom {
        width: 90%;
        top: 5%;
    }
    .step-top-left-img {
        width: 70%;
    }
    .step-bottom-left-img {
        width: 53%;
    }
    .step-right {
        width: 23%;
        float: left;
    }
    .fn-stepTt {
        letter-spacing: 2px;
    }
    .fn-stepT {
        letter-spacing: 0px;
    }
    .smart-pillow-text {
        letter-spacing: 1px;
    }
    .fs-1 {
        letter-spacing: 4px;
    }
    .fs-2 {
        letter-spacing: 2px;
    }
    .sleep-monitor-text {
        letter-spacing: 2px;
    }
    .original-music-text {
        letter-spacing: 2px;
    }
    .wake-text {
        letter-spacing: 2px;
    }
    .recording-text {
        letter-spacing: 2px;
    }
    .pillow-title-img {
        letter-spacing: 2px;
    }
    .pillow-title-text {
        letter-spacing: 2px;
    }
    .step-title-text {
        letter-spacing: 2px;
    }
}

@media screen and (max-width:410px) {
    .pca-positionT {
        top: -10%;
    }
    .pca-positionB {
        top: 43%;
    }
    .pca-img {
        width: 30%;
        top: 40%;
        left: 35%;
    }
    .step-top-left-img {
        width: 60%;
    }
}

@media screen and (max-width:320px) {
    .step-main {
        left: 17%;
    }
    .step-top {
        width: 100%;
        top: 2%;
    }
    .step-bottom {
        width: 100%;
        top: 5%;
    }
    .step-top-left-img {
        width: 50%;
    }
    .step-bottom-left-img {
        width: 33%;
    }
    .actionStepT {
        width: 120%;
    }
    .step-right {
        width: 0%;
        float: left;
    }
    .pca-positionT {
        top: -12%;
    }
    .pca-positionB {
        top: 40%;
    }
    .pca-img {
        width: 20%;
        top: 43%;
        left: 39%;
    }
    .pillow-content-analysis {
        left: 1.5%;
    }
    .pillow-content-analysis ul {
        width: 140%;
    }
    .actionSp1 {
        top: 6.2%;
    }
    .actionSp2 {
        top: 12.3%;
    }
    .actionSp3 {
        top: 18.4%;
    }
    .actionSp4 {
        top: 24.5%;
    }
    .actionSp5 {
        top: 30.6%;
    }
    .actionSp6 {
        top: 36.7%;
    }
    .smart-pillow-imgP {
        top: 43%;
    }
    .smart-pillow-imgI {
        top: 74%;
    }
    .smart-pillow-imgI1 {
        top: 68%;
    }
    .smart-pillow-text {
        letter-spacing: 1px;
    }
    .fs-1 {
        letter-spacing: 2px;
    }
    .fs-2 {
        letter-spacing: 1px;
    }
    .sleep-monitor-text {
        letter-spacing: 1px;
    }
    .original-music-text {
        letter-spacing: 1px;
    }
    .wake-text {
        letter-spacing: 1px;
    }
    .recording-text {
        letter-spacing: 1px;
    }
    .pillow-title-img {
        letter-spacing: 1px;
    }
    .pillow-title-text {
        letter-spacing: 1px;
    }
    .step-title-text {
        letter-spacing: 1px;
    }
}


/*新增图片展示20180911*/

ol,
ul,
li {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

a {
    color: #4c4948;
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

img {
    width: 100%;
}

body {
    background-color: #dde0f5;
}

.goods-swiper {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.goods-swiper .swiper-con {
    text-align: center;
}

.goods-swiper .swiper-con .swiper-slide {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}

.goods-swiper .swiper-con .swiper-slide:first-child,
.goods-swiper .swiper-con .swiper-slide:last-child {
    width: 28%;
}

.imgBor {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}

.imgBor h3 {
    width: 100%;
    font-size: 34px;
    font-weight: normal;
    color: #63636b;
    text-align: center;
}

.swiper-slide {
    width: 255px;
}

.swiper-slide .swiCont {
    width: 184px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto 20px;
    padding: 0 0 10px;
}

.swiper-slide .swiCont:last-child {
    margin: 0 auto;
}

.swiCont p.swiName {
    width: 96%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiCont p.swiMoney {
    width: 96%;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #ee5253;
    text-align: center;
    margin: 0 auto;
}

.swiCont a {
    display: block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #ee5253;
    margin: 10px auto 0;
    cursor: pointer;
}

.imgCont .swiper-button-prev {
    width: 100px;
    height: 100px;
    background: url('../images/btn_left_gw 2.png') no-repeat center;
    position: absolute;
    top: 337.5px;
    left: -150px;
}

.imgCont .swiper-button-next {
    width: 100px;
    height: 100px;
    background: url('../images/btn_right_gw 2.png') no-repeat center;
    position: absolute;
    top: 337.5px;
    right: -150px;
}


/*新增咨询20180911*/

.loginBor {
    width: 1002px;
    margin: 90px auto 43px;
}

.loginBor h3 {
    width: 954px;
    padding: 0 24px;
    height: 89px;
    line-height: 89px;
    font-size: 30px;
    font-weight: normal;
    color: #58526D;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.20);
    border-radius: 5px;
}

.loginBor ul {
    width: 954px;
    padding: 0 24px;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.20);
    border-radius: 5px;
    margin: 20px auto 0;
    overflow: hidden;
}

.loginBor ul a {
    display: block;
    width: 100%;
    height: 145px;
    border-bottom: 2px solid #e6e6e6;
    cursor: pointer;
}

.loginBor ul a:hover p {
    color: #4A90E2;
}

.loginBor ul a:last-child {
    border: none;
    cursor: auto;
}

.loginBor ul a p {
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #58526D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 13px 0 0;
}

.loginBor ul a span {
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    color: #4A90E2;
    background: #DDE0F5;
    border-radius: 5px;
    text-align: center;
}

.loginBor ul a:last-child p {
    width: 490px;
    height: 22px;
    opacity: 0.5;
    background: #DDE0F5;
    border-radius: 5px;
    margin: 41px 0 0;
}

.loginBor ul a:last-child span {
    width: 200px;
    height: 22px;
    opacity: 0.5;
    background: #DDE0F5;
    border-radius: 5px;
    margin: 28px 0 0;
}

.footer {
    width: 100%;
    height: 199px;
    background-color: #2d60b1;
    overflow: hidden;
}

.footer dl {
    width: 1140px;
    margin: 0 auto;
}

.footer dl dt {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    margin: 68px 0 0;
}

.footer dl dd {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    margin: 32px 0 0;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.popup .popup-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 0;
}

.popup .popup-close {
    width: 30px;
    height: 30px;
    background: url(../images/btn_close_gw.png) no-repeat;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.popup .pop-cont {
    width: 292px;
    padding: 75px 134px 60px;
    background: #FFFFFF;
    box-shadow: 0 13px 17px 0 rgba(0, 0, 0, 0.40);
    border-radius: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
}

.pop-cont h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #5F6379;
}

.pop-cont .formCont {
    width: 100%;
}

.formCont dl {
    width: 100%;
    margin: 30px auto 0;
}

.formCont dt {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    color: #5F6379;
}

.formCont dt i {
    display: inline-block;
    width: 16px;
    height: 19px;
    vertical-align: middle;
    margin: 0 14px 3px 0;
}

.formCont dt i.emailIcon {
    background: url(../images/ic_yx_webpage@3x.png) center center no-repeat;
    background-size: 16px 20px;
}

.formCont dt i.passIcon {
    background: url(../images/ic_mm_webpage@3x.png) center center no-repeat;
    background-size: 16px 20px;
}

.formCont dt i.codeIcon {
    background: url(../images/ic_email_gw.png) center center no-repeat;
}

.formCont dd {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e5e5e6;
    margin: 5px 0 0;
}

.formCont dd input {
    width: 250px;
    height: 44px;
    background-color: none;
    border: none;
    font-size: 15px;
    color: #5F6379;
    margin-top: -2px;
}

.formCont dd input.codeInpt {
    width: 130px;
}

.formCont dd button.codeButt {
    width: 80px;
    height: 24px;
    border: 1px solid #3AA7FF;
    border-radius: 24px;
    background-color: #fff;
    font-size: 11px;
    color: #3AA7FF;
    float: right;
    margin-top: 9px;
    cursor: pointer;
}

.pop-cont a.formTip {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    color: #3AA7FF;
    cursor: pointer;
}

.pop-cont div.formTip::after {
    display: block;
    content: '';
    clear: both;
}

.pop-cont div.formTip .left {
    float: left;
    line-height: 42px;
    font-size: 13px;
    color: #3AA7FF;
    cursor: pointer;
}

.pop-cont div.formTip .right {
    float: right;
    line-height: 42px;
    font-size: 13px;
    color: #5F6379;
    cursor: pointer;
}

.formButt {
    width: 220px;
    height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    background-image: linear-gradient(90deg, #6CD3FF 0%, #3AA7FF 100%);
    box-shadow: 0 4px 8px 0 rgba(58, 167, 255, 0.73);
    border-radius: 61px;
    margin: 40px 0 0 32px;
    cursor: pointer;
}

.popup .pop-cont1 {
    width: 456px;
    padding: 75px 50px 60px;
}

.pop-cont1 h2 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #4A90E2;
}

.pop-cont1 p.txt1 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin: 40px 0 0;
}

.pop-cont1 p a {
    font-size: 24px;
}

.pop-cont1 p.txt2 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin: 20px 0 0;
}

.pop-cont1 p a {
    color: #4A90E2;
    cursor: pointer;
}

.logoutCont {
    width: 954px;
    padding: 48px 24px;
    font-weight: normal;
    color: #58526D;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.20);
    border-radius: 5px;
}

.logoutCont p {
    font-family: PingFang-SC-Regular;
    font-size: 22px;
    color: #58526D;
    letter-spacing: 0;
    line-height: 40px;
}

.logoutCont h4 {
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #58526D;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 30px;
}

.logoutCont .logoutProcess {
    text-align: center;
    padding: 45px 0;
}

.logoutCont .logoutProcess .start,
.logoutCont .logoutProcess .then,
.logoutCont .logoutProcess .end {
    margin: 0 auto;
    text-align: center;
}

.logoutCont .logoutProcess .start p,
.logoutCont .logoutProcess .then p,
.logoutCont .logoutProcess .end p {
    font-size: 22px;
    line-height: 30px;
}

.logoutCont .logoutProcess .start {
    background: #EE625D;
    border-radius: 8px;
    padding: 15px 0;
    width: 480px;
}

.logoutCont .logoutProcess .start p {
    font-weight: bold;
    color: #fff;
}

.logoutCont .logoutProcess .nextImg {
    background: url(../images/ic_next_step_webpage@3x.png) no-repeat center center;
    background-size: contain;
    width: 100px;
    height: 50px;
    margin: 0 auto;
}

.logoutCont .logoutProcess .then {
    background: #D8D8D8;
    border-radius: 8px;
    padding: 20px 0;
    width: 420px;
}

.logoutCont .logoutProcess .then p {
    color: #666666;
}

.logoutCont .logoutProcess .end {
    background: #D8D8D8;
    border-radius: 35px;
    width: 360px;
    padding: 20px 0;
}

.logoutCont .logoutProcess .end p {
    font-weight: bold;
    color: #666;
}