﻿html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei", Georgia, "Times New Roman", Times, serif;
    min-width: 1280px;
}

a {
    color: #ccc;
    text-decoration: none;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

    a:hover {
        color: #018ebb;
        text-decoration: none;
    }

    a.hover-underline:hover {
        text-decoration: underline;
    }

    a.disabled, a.btn-disabled {
        color: #ccc !important;
        cursor: default;
    }

    a.text-blue:hover {
        text-decoration: underline;
    }

.contbox {
    width: 1200px;
    margin: 0 auto;
}

.fb {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

[v-cloak] {
    display: none;
}

/* head */
.head {
    background: #090;
    padding: 0;
    color: #fff;
}

    .head .logo {
        width: 400px;
        height: 32px;
        float: left;
    }

        .head .logo span {
            position: relative;
            left: 20px;
            opacity: 0.7;
            font-size: 16px;
        }

        .head .logo a {
            color: #fff;
        }

        .head .logo img {
            height: 123%;
            vertical-align: middle;
        }

    .head .nav {
        background: #090;
        padding: 15px 0;
        height: 30px;
    }

    .head .rightnav {
        float: right;
    }

        .head .rightnav a, .head .rightnav a:hover, .head .rightnav a:visited {
            color: #fff;
            padding: 0 10px;
            line-height: 30px;
            display: inline-block;
            font-weight: bold;
        }

    .head .banner {
        /*height: 170px;*/
        display: block;
        padding: 160px 0;
        text-align: center;
        line-height: 1.5;
        background: #fff url(../../img/www/banner.jpg) no-repeat center;
    }

        .head .banner a {
            display: inline-block;
            /* border: 2px solid #fff; */
            padding: 10px 70px;
            font-size: 25px;
            color: #090;
            background: #fff;
            border-radius: 10px;
            font-weight: bold;
            margin-top: 20px;
        }

            .head .banner a:hover {
                display: inline-block;
                /* border: 2px solid #fff; */
                padding: 10px 70px;
                font-size: 25px;
                background: #090;
                color: #fff;
                border-radius: 10px;
                font-weight: bold;
                margin-top: 20px;
            }


        .head .banner h1 {
            font-size: 40px;
            text-shadow: #000 0px 0px 50px;
            font-weight: bold;
        }

        .head .banner h4 {
            font-size: 26px;
            text-shadow: #000 0px 0px 50px;
        }


/* page */
.page {
    background: #fff;
    clear: both;
    padding: 30px 0 0px;
    /* height: 560px; */
}

.pro {
    padding: 60px 0 20px;
}


/*鐧诲綍*/
.login {
    margin: 100px auto;
}

    .login .login-mobile-captcha:hover {
        background: none; /* border: 0px solid #dcdfe6; */
        color: #909399;
    }

    .login .el-form {
        max-width: 50%;
    }

    .login h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }


/* stepflow-group */
.stepflow-group {
    text-align: center;
}

    .stepflow-group li {
        _position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

    .stepflow-group h5 {
        font-size: 16px;
    }

    .stepflow-group .iconimg {
        background-image: url(../../img/www/stepflow.png);
    }

    .stepflow-group .icon {
        display: block;
        *display: inline;
        *zoom: 1;
        height: 64px;
        overflow: hidden;
        margin: auto;
        margin-bottom: 18px;
    }

    .stepflow-group .iconimg {
        width: 64px;
        height: 64px;
    }

    .stepflow-group .iconimg-sign {
        background-position: 0 0;
    }

    .stepflow-group .iconimg-render {
        background-position: 0 -70px;
    }

    .stepflow-group .iconimg-verify {
        background-position: -70px -70px;
    }

    .stepflow-group .iconimg-cash {
        background-position: -70px 0;
    }

    .stepflow-group .iconimg-attache {
        background-position: -140px 0;
    }

    .stepflow-group .iconimg-money {
        background-position: -210px 0;
    }

    .stepflow-group .iconimg-trade {
        background-position: -140px -70px;
        width: 106px;
    }

    .stepflow-group .iconimg-dotted {
        background-position: 0 -140px;
        width: 86px;
        height: 6px;
        margin: 0 40px;
    }

.stepflow-netrade .stepflow-group .iconimg-dotted {
    margin: 0 10px;
}

.stepflow-item .stepflow-group .iconimg-dotted {
    margin-bottom: 30px;
}

/* iconimg */
.iconimg {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    vertical-align: middle;
    border: 0 none;
    text-indent: -999px;
    *text-indent: 0;
}

/* feature-group */
.feature-group li {
    float: left;
    width: 20%;
    overflow: hidden;
    text-align: center;
}

.feature-group h5 {
    color: #666;
    padding-top: 10px;
}

.feature-group .iconimg {
    width: 100px;
    height: 100px;
    background-image: url(../../img/www/feature.png);
    -webkit-transition: .5s;
    transition: .5s;
}

    .feature-group .iconimg:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.feature-group .iconimg-type {
    background-position: 0 0;
}

.feature-group .iconimg-heart {
    background-position: -110px 0;
}

.feature-group .iconimg-safe {
    background-position: -220px 0;
}

.feature-group .iconimg-fast {
    background-position: 0 -110px;
}

.feature-group .iconimg-price {
    background-position: -110px -110px;
}


/* panel */
.shouka_panel {
    padding: 60px 0;
    background-color: #fff;
    zoom: 1;
   /* height: 240px;
    margin-bottom: 80px;*/
}

.panel-bggray {
    background-color: #fafbff;
}

.panel-heading {
    padding-bottom: 55px;
    text-align: center;
}

.panel-title {
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    padding-bottom: 25px;
}

.panel-subtitle {
    position: relative;
    width: 1200px;
    font-size: 16px;
    text-align: center;
    color: #666;
}

    .panel-subtitle s.shouka_line {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1;
        width: 100%;
        height: 1px;
        overflow: hidden;
        background-color: #eee;
    }

.panel-bggray .panel-subtitle p {
    background-color: #f9fafe;
}

.panel-subtitle p .active {
    color: #d6494b;
}

.panel-subtitle p .sep {
    color: #ccc;
    padding: 0 20px;
}

.panel-subtitle p {
    position: relative;
    z-index: 2;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 25px;
    background-color: #fff;
}

/**/
.contact { /* border-top:1px solid #ccc; */
    padding: 0px 0;
    margin: 20px auto 0px;
    height: 240px;
}

    .contact span {
        display: block;
        font-size: 14px;
    }

    .contact li {
        display: inline-block;
        text-align: center;
        width: 50%;
        float: left;
        height: 120px;
        padding: 40px 0;
        background: #f5f5f5;
        font-size: 24px;
    }

        .contact li:last-of-type {
            background: #eee;
            height: 120px;
        }

        .contact li img {
            height: 120px;
        }

    .contact h1 {
        font-size: 24px;
    }

/* foot */
.foot { /* border-top:2px solid #090; */
    padding: 15px;
    font-size: 12px;
    text-align: center;
    clear: both;
    background: #333;
    color: #ccc;
}
