
*{
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body{
    height: 100%;
    background-image: url('/vendor/img/bd_bg.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}

:focus {
    outline: 0
}

a img {
    border: 0
}

img {
    vertical-align: middle
}

table {
    empty-cells: show
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

em {
    font-style: normal
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0
}

.hide {
    display: none
}

a {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #E4393C;
    text-decoration: underline
}

.w {
    width: 990px;
    margin: 0 auto
}

#banner-bg {
    background: url('../img/brand_02.png') 0px 0px no-repeat;
}
#content {
    clear: both; height: 100%;
}
#content .login-wrap {
    margin-top: 0
}

#content .tips-wrapper {
    background: #fff8f0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

#content .tips-wrapper .cont-wrapper {
    display: inline-block;
    *display: inline;
    width: 90%
}

#content .tips-wrapper .tips-inner p {
    vertical-align: middle;
    color: #999;
    font-size: 12px;
    display: inline-block;
    *display: inline
}

#content .tips-wrapper .tips-inner .black {
    color: #333
}



.login-form {
    position: relative;
    z-index: 4;
    background: #fff;
    overflow: visible;
    width: 400px;
    border-radius:10px;
}
.logo {
    margin-bottom: 40px;
    text-align: center;
}
.login-form .login-box {
    padding: 33px 25px;
}
.login-form .login-box .logo img{
    width: 40%;
}

.login-form .login-box .inptu-box {
    width: 100%;
}

.login-form .login-box .inptu-box input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #A0A0A0;
    margin-bottom: 22px;
}
.code-box {
    display: flex;
    align-content: center;
    margin-bottom: 20px;
}
.login-form .login-box .code-box input {
    margin-bottom: 0;
    width: 60%;
}
.login-form .login-box .code-box .code {
    cursor: pointer;
    flex: 1;
    background: #EF462A;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    margin-left: 20px;
    line-height: 40px;
}
.login {
    cursor: pointer;
    background: #67D79D;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    width: 100%;
    border: none;
}

.login-wrap {
    position: relative;
    height: 475px;
    margin: 10px 0 20px;
    z-index: 5
}

.login-wrap .login-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 475px;
    background: #1C202D
}

.login-wrap .i-inner {
    position: relative;
    z-index: 3;
    height: 475px
}

.login-wrap .login-form {
    float: right;
    top: 40px
}



.clearfix {
    zoom: 1;
}
.hello-box {
    margin-top: 80px;
}
.hello {
    font-size: 56px;
}

.login-wrap .text-box {
    margin-left: 100px;
    font-size: 16px;
    position: relative;
    z-index: 10;
    color: #ffffff;
    float: left;
    height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info {
    color: #555555;
    font-size: 14px;
}


/*guojiang club login*/
body{

}

.login-left{width: 50%; display: flex;
    height: 100%;
    float: left;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    background: url('../img/bg.png')  no-repeat;
    background-size:cover;
}

.login-right{width: 100%; display: flex;
    height: 100%;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}
.login-form{margin-top: -150px}

.col-sm-ss{float:left;position:relative;}
.selected-solution{height:675px;}
.selected-solution>div{position:relative;width:470px;margin:0 auto}
.selected-solution .swiper-container{height:600px;width:400px;margin-top: 50px}
.selected-solution .layer-title{color:#393b40;padding:50px 0 30px;text-align:center;font-size:30px;letter-spacing:1.09px}
/*主体列表*/
.selected-solution .solution-cardlist{max-width:1200px;margin:20px auto 0}
.swiper-slide,.swiper-wrapper{!important}
.selected-solution .solution-cardlist .col-sm-ss{padding:0 10px;top:0;transition:all .15s linear;box-sizing:border-box}
.selected-solution .solution-cardlist .col-sm-ss .solution-card{height:400px;border-radius:6px;text-align:left;transition:all .15s linear}
/*.selected-solution .solution-cardlist .col-sm-ss:hover{position:relative;top:-20px;transition:all .25s linear}
.selected-solution .solution-cardlist .col-sm-ss:hover .solution-card{height:450px;box-shadow:0 10px 40px 0 rgba(0,0,0,.1);transition:all .2s linear}*/
.selected-solution .solution-cardlist .col-sm-ss .solution-card img{width:100%;transition:all .2s linear}
.selected-solution .solution-cardlist .col-sm-ss .solution-card h3{margin:20px 30px 10px;font-size:16px; line-height:20px; font-weight:normal;color:#ffffff;letter-spacing:.65px;text-align:center}
.selected-solution .solution-cardlist .col-sm-ss .solution-card p{margin:0 30px;padding-bottom:30px;font-size:14px;color:#666a75;letter-spacing:.51px}
.selected-solution .solution-cardlist .col-sm-ss .solution-card dl{margin:0 30px;overflow:visible}
.cf:after,.cf:before{content:" ";display:table;line-height:0}
.cf:after{clear:both}
.selected-solution .solution-cardlist .col-sm-ss .solution-card dl dt{margin-bottom:10px;font-size:14px;color:#252b3a;letter-spacing:.51px;line-height:19px;position:relative}
.selected-solution .solution-cardlist .col-sm-ss .solution-card dl dt:before{position:absolute;display:inline-block;left:-8px;top:7px;content:'';vertical-align:middle;width:4px;height:4px;border-radius:50%;background:#252b3a}
.selected-solution .solution-cardlist .col-sm-ss .solution-card dl dd{float:left;width:50%;margin-bottom:6px;font-size:12px;color:#a0a2a8;letter-spacing:.44px;line-height:20px}
.selected-solution .solution-cardlist .col-sm-ss .solution-card>span{margin:20px 30px 0;font-size:14px;display:inline-block;color:#666a75;letter-spacing:.51px;line-height:22px;opacity:0;transition:opacity .15s linear}
.selected-solution .solution-cardlist .col-sm-ss:hover .solution-card>span{opacity:1;transition:opacity .2s linear 50ms}
/*了解更多*/
.selected-solution .solution-cardlist .col-sm-ss .solution-card>span a span{display:inline-block;vertical-align:middle}
.selected-solution .solution-cardlist .col-sm-ss .solution-card>span a span.arrow-f{width:13px;height:13px;background:url(../images/marketplace-selected-arrow0.svg);display:inline-block;vertical-align:middle;margin-left:5px;position:relative;transition:.3s ease-out}
.selected-solution .solution-cardlist .col-sm-ss .solution-card>span a:hover{color:#e6c16c}
.selected-solution .solution-cardlist .col-sm-ss .solution-card>span a:hover span.arrow-f{transform:translate(4px,0);background:url(../images/marketplace-selected-arrow2.svg)}
/*重置swiper*/
.swiper-container-horizontal>.swiper-pagination-bullets.solution-pagination{bottom:15px}
.solution-pagination .swiper-pagination-bullet{width:4px;height:4px;border-radius:100px;overflow:hidden;background:#dfe1f1;border:none;cursor:pointer;content:'';display:inline-block;box-sizing:border-box;opacity:1;vertical-align:middle}
.solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#dfe1f1;box-sizing:border-box; width: 24px}
.swiper-container-solution .swiper-button-prev{left:0;width:14.5px;height:30px;margin-top:1;background-image:url(../images/marketplace-home-arrow_big.svg);background-size:cover;transition:background-image .15s}
.swiper-container-solution .swiper-button-next{right:0;width:14.5px;height:30px;margin-top:1;background-image:url(../images/marketplace-home-arrow_big.svg);transform:rotate(180deg);background-size:cover;transition:background-image .15s}
.swiper-container-solution .swiper-button-next:hover,.swiper-container-solution .swiper-button-prev:hover{background-image:url(../images/marketplace-home-arrow_big_hover.svg);transition:background-image .2s}
.swiper-container-solution{margin-top: -100px}



