/** EasyWeb date:2019-11-03 License By http://easyweb.vip */
body {
    padding-top: 70px;
    color: #666;
    /*background: #f4f7f7;*/
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
}
.ew-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    padding: 0 60px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.ew-header .layui-logo {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    padding-left: 42px;
    background-size: 32px;
    background-position: 0 19px;
    background-repeat: no-repeat;
    letter-spacing: 1.5px;
    position: relative;
    float: left
}

.ew-header img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 19px;
    left: 0;
}

.ew-header .toWeb {
    float: right;
    padding: 0 15px;
    top: 19px;
    height: 30px;
    line-height: 30px;
    margin-top: 19px;
    border-radius: 35px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .08);
}

.ew-header .layui-nav {
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 70px;
    top: 0
}

.ew-header .layui-nav>.layui-nav-item {
    padding: 0 20px
}

.ew-header .layui-nav>.layui-nav-item>a {
    height: 70px;
    line-height: 70px;
    color: #666;
    font-size: 16px;
    padding: 0 5px;
    position: relative;
    cursor: pointer
}

.ew-header .layui-nav>.layui-nav-item>a>span {
    max-width: 90px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ew-header .layui-nav>.layui-nav-item>a:hover,
.ew-header .layui-nav>.layui-nav-item.layui-this>a {
    color: #7383CF
}

.ew-header .layui-nav .layui-nav-more {
    border-color: #999 transparent transparent
}

.ew-header .layui-nav .layui-nav-mored {
    border-color: transparent transparent #999
}

.ew-header .layui-nav>.layui-nav-item>a:hover>.layui-nav-more,
.ew-header .layui-nav>.layui-nav-item.layui-this>a>.layui-nav-more {
    border-color: #7383CF transparent transparent
}

.ew-header .layui-nav>.layui-nav-item>a:hover>.layui-nav-mored,
.ew-header .layui-nav>.layui-nav-item.layui-this>a>.layui-nav-mored {
    border-color: transparent transparent #7383CF
}

.ew-header .layui-nav .layui-nav-bar,
.ew-header .layui-nav>.layui-nav-item:after {
    display: none
}

.ew-header .layui-nav>.layui-nav-item>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #7383CF;
    transition: width .2s ease-out
}

.ew-header .layui-nav>.layui-nav-item.layui-this>a:after,
.ew-header .layui-nav>.layui-nav-item>a:hover:after {
    width: 100%
}

.ew-header .layui-nav>.layui-nav-item>.layui-nav-child {
    top: 75px;
    border-radius: 0;
    border-color: #dfdfdf;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    min-width: unset;
    width: 120px;
    right: 0;
    margin: 0 auto
}

.ew-header .layui-nav>.layui-nav-item.nav-btn-login {
    /*height: 70px;*/
    /*line-height: 70px;*/
    padding: 0 0 0 15px
}

.ew-header .layui-nav>.layui-nav-item.nav-btn-login>a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 35px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .08)
}

.ew-header .layui-nav>.layui-nav-item.nav-btn-login>a:hover {
    color: #666;
    background-color: rgba(0, 0, 0, .15)
}

.ew-header .layui-nav>.layui-nav-item.nav-btn-login>a:after {
    display: none
}

.ew-header .nav-toggle {
    display: none
}

@media screen and (max-width:935px) {
    body {
        padding-top: 55px
    }

    .ew-header {
        padding: 0 15px
    }

    .ew-header .layui-logo {
        height: 55px;
        line-height: 55px;
        background-position: 0 12px
    }

    .ew-header .layui-nav {
        position: absolute;
        top: 50px;
        right: 0;
        width: 160px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        overflow: hidden;
        transform: scale(0);
        transform-origin: top right;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        max-height: 380px;
        max-height: -moz-calc(100vh - 60px);
        max-height: -webkit-calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        overflow-y: auto
    }

    .ew-header .layui-nav .layui-nav-item {
        display: block;
        padding: 0
    }

    .ew-header .layui-nav .layui-nav-item>a {
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 14px
    }

    .ew-header .layui-nav .layui-nav-item>a .layui-nav-more {
        right: 15px
    }

    .ew-header .layui-nav .layui-nav-item.layui-this>a:after,
    .ew-header .layui-nav .layui-nav-item>a:hover:after {
        display: none
    }

    .ew-header .layui-nav .layui-nav-item.layui-this>a {
        color: #fff;
        background-color: #7383CF
    }

    .ew-header .layui-nav>.layui-nav-item.nav-btn-login {
        line-height: unset;
        height: unset;
        padding: 0
    }

    .ew-header .layui-nav>.layui-nav-item.nav-btn-login>a {
        line-height: 40px;
        height: 40px;
        background-color: transparent;
        display: block;
        border-radius: 0
    }

    .ew-header .layui-nav>.layui-nav-item.nav-btn-login>a:hover {
        background-color: transparent;
        color: #7383CF
    }

    .ew-header .layui-nav>.layui-nav-item>.layui-nav-child {
        position: static;
        background-color: transparent;
        box-shadow: none;
        animation: none;
        border: 0;
        margin: 0;
        width: 100%
    }

    .ew-header .layui-nav>.layui-nav-item>.layui-nav-child a {
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 14px
    }

    .ew-header .layui-nav>.layui-nav-item>.layui-nav-child a:hover {
        background-color: transparent;
        color: #7383CF
    }

    .ew-header .nav-toggle {
        line-height: 53px;
        height: 55px;
        cursor: pointer;
        display: block;
        padding: 0 3px;
        color: #666
    }

    .ew-header .nav-toggle>i {
        display: none;
        font-size: 24px;
        font-weight: 600;
        vertical-align: middle;
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 24px;
        /*height: 24px;*/
        /*line-height: 24px*/
    }

    .ew-header .ew-nav-group {
        position: absolute;
        right: 5px;
        top: 0
    }

    .ew-header .ew-nav-group:hover>.layui-nav {
        transform: scale(1);
        opacity: 1
    }

    .ew-header .ew-nav-group:hover .nav-toggle>i {
        transform: rotate(-90deg)
    }
}


.ew-banner {
    display: contents;
    max-width: 100vw;
    overflow: hidden;
    background: #fff;
    color: #333;
    position: relative;
}

.ew-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
}

.ew-banner:before {
    display: none;
}

.ew-banner>.layui-container {
    width: 80%;
    text-align: center;
    padding: 120px 15px 100px 15px
}

.ew-banner h1 {
    font-size: 42px;
    margin-bottom: 35px
}

.ew-banner p {
    font-size: 20px;
    color: #999;
}

.ew-banner img.shape {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ew-banner img {
    pointer-events: none;
}

.ew-banner p.small {
    font-size: 14px
}

.ew-banner .ew-banner-btngroup {
    margin: 55px 0 35px 0
}

.ew-banner .layui-btn {
    margin-top: 20px;
    /*line-height: 45px;*/
    /*height: 45px;*/
    /*font-size: 16px;*/
    padding: 0 20px;
    border-radius: 45px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}


.ew-banner .layui-btn>.layui-icon {
    font-size: 18px;
    margin: -2px 0 0 6px;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}

.ew-banner .layui-btn:last-child>.layui-icon {
    font-size: 16px
}

@media screen and (max-width:768px) {
    .ange-version-badge{
        display: none;
    }
    img.shape-main {
        width: 90% !important;
        max-width: 370px !important;
        right: 15px !important;
        top: 30px !important;
    }
    .ew-banner {
         display: revert;
    }
    .ew-banner>.layui-container {
        width: 100%;
        /*padding: 40px 5px 30px 5px;*/
        padding-top: 160px;
        padding-bottom: 20px !important;
        padding-right: 20px !important;
    }

    img.shape6 {
        top: 605px !important;
    }

    img.shape4 {
        left: 5px !important;
        bottom: 300px !important;
    }

    .ew-banner h1 {
        font-size: 32px;
        margin-bottom: 15px
    }

    .ew-banner p {
        font-size: 16px
    }

    .ew-banner .ew-banner-btngroup {
        margin: 35px 0 20px 0
    }

    .ew-banner .layui-btn {
        line-height: 42px;
        height: 42px;
        padding: 0 13px 0 20px
    }

    .ew-banner .layui-btn:first-child {
        /*margin-right: 15px*/
    }

    .layui-logo > img {
        top: 12px !important;
    }

    .toWeb {
        margin-top: 12px !important;
    }
}