@charset "utf-8"; .items {
    padding: 60px 0;
}

.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
}

.protal-btn-green {
    background-color: #20b09f;
    border-color: #20b09f;
    color: #fff;
}

.protal-btn-green:hover {
    background-color: #1aa090;
    border-color: #1aa090;
    color: #fff;
}

.flex-row-justify {
    justify-content: space-between;
    align-items: normal;
}

.main-banner {
    height: 314px;
    position: relative;
    background: url(../images/zyunyou/zyunyou-banner-1.png) top center no-repeat #081839;
}

.main-banner-cont {
    padding: 30px 0 0;
    color: #fff;
}

.main-banner-title {
    height: 70px;
    line-height: 70px;
    font-size: 44px;
}

.main-banner-subtitle {
    font-size: 14px;
    margin-left: 15px;
    line-height: normal;
}

.main-banner-title-txt {
    font-size: 14px;
    color: #050f2e;
    background-color: #FFE430;
    border-radius: 20px;
    padding: 0 8px;
    line-height: normal;
    align-self: flex-end;
}

.num-block .main-banner-title-txt .num-l {
    font-size: 22px;
}

.main-banner-descrip {
    font-size: 14px;
}

.main-banner-btns {
    padding: 10px 0 0;
}

.num-block {
    margin: 20px 0;
    justify-content: flex-start;
}

.num-block .item {
    margin-right: 20px;
    text-align: center;
}

.num-block .num-p {
    margin-bottom: 5px;
}

.num-block .num-l {
    font-size: 30px;
}

.num-block .item-p {
    background-color: rgba(255,255,255,.4);
    padding: 2px 10px;
    border-radius: 20px;
    color: #18191d;
    font-size: 12px;
}

.items-banner {
    background-color: #F7F7F7;
    border-bottom: 1px solid #E5E5E5;
}

.items-banner .item-block {
    height: 50px;
    justify-content: space-around;
}

.items-banner .item-img {
    margin-right: 10px;
}

.items-banner .item-title {
    color: #666;
}

.items-show {
    background-color: #f9f9f9;
}

.items-show .item-info {
    width: 50%;
    box-sizing: border-box;
    padding-left: 100px;
}

.items-show .item-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.items-show .item-p {
    color: #999;
    line-height: 30px;
    margin-bottom: 40px;
}

.items-show .item-a {
    width: 100px;
    height: 34px;
    line-height: 32px;
    border-radius: 20px;
}

.items-show.even {
    background-color: #f3f3f3;
}

.items-show.even .item {
    flex-direction: row-reverse;
}

.items-youju-in .item-p {
    font-size: 16px;
    margin: 0;
}

.items-safe {
    padding: 50px 0 100px;
}

.items-safe .item {
    text-align: center;
    margin: 0 80px;
}

.items-safe .item-img {
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url(../images/zyou-icon.png) no-repeat;
}

.items-safe .item-img-1 {
    background-position: 0 0;
}

.items-safe .item-img-2 {
    background-position: -62px 0;
}

.items-safe .item-img-3 {
    background-position: -124px 0;
}

.items-safe .item-img-4 {
    background-position: -186px 0;
}

.items-safe .item-p {
    font-size: 16px;
    margin-top: 10px;
}

.youju-in-banner .main-banner-cont {
    padding-top: 60px;
}

.youju-in-banner .main-banner-btns {
    padding-top: 30px;
}

.items-safe .item-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
}

.items-helper .item-title {
    font-size: 24px;
    margin-bottom: 70px;
    text-align: center;
}

.items-helper .item-block {
    margin-top: 40px;
    justify-content: space-between;
    padding: 0 100px;
}

.items-helper .item {
    flex: 1;
}

.items-helper .item-p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.shiyong-banner {
    height: 314px;
    background: url(../images/shiyong-banner.png) no-repeat center;
}

.shiyong-banner-title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.shiyong-banner-p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.shiyong-banner-span {color: #fff;margin: 0 3px;display: inline-block;box-sizing: border-box;height: 26px;line-height: 24px;border: 1px solid #fff;padding: 0 8px;border-radius: 3px;}

.shiyong-banner-txt {margin: 16px 0;color: #fff;}

.shiyong-banner-em {color: #01fbfe;}

.shiyong-banner-l {font-size: 18px;}

.shiyong-btn {
    width: 175px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    transition: all .3s ease;
}

.shiyong-btn:hover {
    background-color: #e9e9e9;
}

.shiyong-btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.shiyong-btn:hover a {
    color: #20B09F;
}

.items .items-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.items-steps .img-block {
    margin-bottom: 20px;
}

.items-steps .item-p {
    text-align: center;
    color: #666;
}

.items-trial {
    background-color: #F9F9F9;
}

.items-trial .items-block {
    justify-content: space-around;
    margin-top: 60px;
}

.items-trial .img-block {
    margin-bottom: 20px;
}

.items-trial .item-p {
    color: #666;
}

.items-why .item {
    flex: 1;
    border: 1px solid #E5E5E5;
    margin-left: -1px;
    box-sizing: border-box;
    height: 260px;
    padding: 30px 50px;
}

.items-why .item-top {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.items-why .item-top .img-block {
    margin: 0 20px 0 0;
}

.items-why .item-block .item-p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.items-why .item-block .item-p:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.items-rules {
    background-color: #F9F9F9;
}

.items-rules .item-l {
    margin: 0 100px 0 0;
}

.items-rules .item-block {
    width: 530px;
}

.items-rules .item-block > .item-p {
    margin-bottom: 10px;
    color: #666;
}

.items-rules .item-block-s {
    padding-left: 24px;
}

.items-rules .item-block-s .item-p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
    *filter: alpha(opacity=70)
}

.email-window {
    width: 450px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -129px;
    overflow: hidden;
    padding-bottom: 20px;
    z-index: 2;
}

.email-window .window-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}

.email-window .window-content {
    margin-left: 40px;
    margin-top: 70px;
    text-align: left
}

.email-window .window-content .icon-warnning {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url(../images/notice.png) no-repeat;
    margin-right: 10px;
    * display: inline;
}

.email-window .window-content .window-text {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    width: 330px
}

.email-window .window-content .window-text p {
    margin: 0
}
.email-window .top-tips{
    color: #666;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    position: absolute;
    height: 60px;
    line-height: 60px;
    left: 0;
    padding: 0 0 0 30px;
}
.email-window .window-content .window-text .window-title {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.email-window .window-content .window-text .text-grey {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #999
}

.email-window .window-content .window-text .text-b {
    font-size: 12px;
    line-height: 18px;
    color: #bbb
}

.email-window .window-bottom {
    margin-top: 20px;
    text-align: center;
    margin-right: 20px
}

.email-window .window-bottom .btn {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    *display: inline
}

.email-window .window-bottom .btn.btn-buy {
    border: 1px solid #20B09F;
    background: #20B09F;
    color: #fff;
}

.email-window .window-bottom .btn.btn-email {
    border: 1px solid #d0d4d9;
    background: #f4f5f9;
    color: #666
}

/*邮箱登录*/

.items-mail-login {
    height: 140px;
    background: url(../images/zyunyou/mail-login-bg.png) no-repeat center;
}

.items-mail-login .items-block {
    height: 100%;
}

.items-mail-login .img-block {
    margin: 0;
}

.items-mail-login .item-title {
    font-size: 24px;
    color: #fff;
    margin-left: 18px;
}

.items-mail-login .item-btn-a {
    margin-left: 10px;
    width: 206px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #FFF72A;
    border-radius: 50px;
    font-size: 24px;
    transform: none;
}

.items-mail-login .item-btn-a:hover {
    transform: translateY(-4px);
}

/**/

.main-banner.tasks {
    background-image: url(../images/zyunyou/banner-tasks.png);
}