html {
    font-size: 1em;
    line-height: 1.4;
}

html,
body {
    height: 100%;
    background: #f9f9f9;
}

body {
    overflow-x: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

li {
    list-style: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.main-color {
    color: #202eb3;
}

.white-color {
    color: #fff;
}

.button {
    padding: 20px 60px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    outline: none;
    border: 0;
}

.button:hover {
    cursor: pointer;
    color: #fff;
}

.button.light {
    padding: 19px 59px;
}

.line {
    width: 80px;
    height: 2px;
    margin-top: 15px;
}

.button.light {
    border: 2px solid #eeeeee;
}

.padding-large {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-top-large {
    padding-top: 90px;
}

.margin-top-large {
    margin-top: 90px;
}

.margin-bottom-large {
    margin-bottom: 90px;
}

.margin-top-medium {
    margin-top: 40px;
}

.margin-bottom-medium {
    margin-bottom: 40px;
}

.margin-bottom-small {
    margin-bottom: 25px;
}

.margin-right-small {
    margin-right: 15px;
}

.margin-left-small {
    margin-left: 15px;
}

.mat-none {
    margin-top: 0;
}

.mab-none {
    margin-bottom: 0;
}

.mar-none {
    margin-right: 0;
}

.mal-none {
    margin-left: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex !important;
    flex-direction: column !important;
}
.flex1{
    flex: 1;
}

/* ========================================================================
 首页header
 ========================================================================== */
header {
    position: relative;
    margin-top: 50px;
}

#nav{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #f9f9f9;
}

.nav-wrap, .ad-wrap, .ad-full, .news-wrap, .tools-wrap, .footer-wrap{
    width: calc(100% - 60px);
    margin: 0 auto;
}

.nav-wrap{
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.site-title{
    font-size: 16px;
}

.nav-right{
    display: flex;
    flex-direction: row;
}

.nav-search{
    width: 300px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.search-input{
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    flex: 1;
    background-color: #ccc;
    color: white;
    outline: none;
    border: none;
}

.search-btn{
    width: 41px;
    height: 36px;
    background-repeat: no-repeat;
}

.nav-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-box{
    flex: 1;
    text-align: center;
}

.nav-btn a, .nav-box a{
    color: #121212;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.nav-box a{
    margin-right: 50px;
}

.nav-btn span{
    color: #333;
    margin: 0 10px;
}

.nav-btn a:hover{
    color: #202eb3;
    font-weight: bold;
}

.mobile-margin{
   margin-left: 24px !important;
   margin-right: 24px !important;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#myCarousel,
#myCarousel .item,
#myCarousel .active {
    height: 100%;
}

#header .item{
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .item a {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-wrap{
    background-color: #0c1632;
}

#adCarousel .carousel{

}

#adCarousel .item,
#adCarousel .active {
    height: 100%;
}

#header .item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#adCarousel .item-vertical-line{
    background-color: #121212;
}

#myCarousel .fill{
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    display: block;
    cursor: pointer;
}

#adCarouselWrap{
    display: flex;
    flex-direction: row;
}

#ad{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 22px
}

#adCarousel .fill{
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    display: block;
    cursor: pointer;
}

.carousel .item-content{
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel .item-line{
    position: absolute;
    left: -40px;
    top: 20px;
    background: white;
    height: 2px;
    width: 20px;
}

.carousel .item-vertical-line{
    position: absolute;
    left: -30px;
    top: 5px;
    background: white;
    width: 2px;
    height: 32px;
}

#adCarousel .carousel .item-vertical-line{
    height: 70px;
}

.carousel .app-list{
    margin-top: 200px;
    color: white;
    width: 400px;
    position: relative;
}
.carousel .app-list ul{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.carousel .app-list ul li{
    width: 80px;
    font-weight: 600;
}

.carousel .item-content .button{
    padding: 10px 30px;
    background-color: white;
    color: #333;
    margin-top: 40px;
}

.carousel .item-content .item-tips{
    margin-top: 40px;
    font-size: 16px;
    color: rgba(255,255,255, 0.7)
}

.carousel .item-title{
    font-size: 40px;
    color: rgba(255,255,255, 0.9);
    margin-bottom: 15px;
}

.carousel .item-desc{
    font-size: 20px;
    color: rgba(255,255,255, 0.9);
    margin: 0;
}

.carousel-inner {
    height: 100%;
}

#adCarousel{
    margin-top: 20px;
    margin-bottom: 10px;
}

#adCarousel .item-title, #adCarousel .item-desc{
    color: #121212;
}

#adCarousel .left-bar{
    width: 27px;
    height: 110px;
    position: absolute;
    left: 10px;
    top: -10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel-indicators{
    text-align: right;
}


.carousel-indicators li {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url("http://www.jufeng88.com/img/international/indicator.png");
    background-repeat: no-repeat;
    background-size: 40% 40%;
    background-position: center;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px !important;
    background-color: transparent;
    background-image: url("http://www.jufeng88.com/img/international/indicator-active.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/**
.carousel-indicators li {
    width: 40px;
    height: 4px;
    border: none;
    border-radius: 0;
    background: #fff;
}
.carousel-indicators .active {
    width: 40px;
    height: 5px !important;
    background: #e74c3c;
}
*/

.carousel-caption {
    top: 25%;
}
.carousel-caption h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}

.icon-prev,
.icon-next {
    font-size: 60px !important;
}

/* banner图以下 */
.main-gradient{
    background-image: linear-gradient(to right, #9577cb, #07123c);
}

.footer-wrap .main-gradient{
    background: #0c1632
}

.footer-wrap .main-gradient div{
    color: #2ffffd;
    font-weight: 500;
    font-size: 16px;
}

.stroke {
    color: white;
    text-shadow: 0 -2px #000, 2px -2px #000, 2px 0 #000, 2px 2px #000, 0 2px #000, -2px 2px #000, -2px 0 #000, -2px -2px #000;
}

.ad-wrap{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ad-wrap .ad-item{
    flex: 1;
    position: relative;
    color: white;
    height: 120px;
    border-radius: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0c1632;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 25%
}
.ad-wrap .ad-item:last-child{
    background-size: 23%
}
.ad-wrap .ad-item:first-child{
    margin-right: 20px;
}
.ad-wrap .ad-item .ad-arrow{
    position: absolute;
    right: 30px;
    bottom: 5px;
    color: rgba(255,255,255,.4);
}
.ad-wrap .ad-item .ad-title{
    font-weight: 600;
    font-size: 20px;
    color: #2ffffd;
}

.ad-wrap .ad-item .ad-desc{
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}
.ad-full{
    flex: 1;
    background-color: #0c1632;
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ad-full div{
    font-weight: 600;
    font-size: 30px;
    color: #2ffffd;
}

/* 资讯 */
#news{
   height: 40px;
   margin-right: 25px;
}
.news-wrap{
    float: right;
    color: #f84b44;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background-color: white;
    border-radius: 20px;
    width: 450px;
}

.news-inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    width: 450px;
}

.news-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    height: 40px;
}
.news-box img{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.news-title{
    flex: 1;
}
.news-date{

}


.tools-wrap{
    margin-left: 30px;
    margin-right: 30px;
}
.tools-title{
    font-weight: 500;
    font-size: 18px;
    color: #121212;
    margin: 20px 0 0;
}

.tools-card{
    margin-bottom: 20px;
    cursor: pointer;
}

.tools-card-wrap{
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 #f2f2f2;
    -moz-box-shadow: 0 2px 2px 0 #f2f2f2;
    box-shadow: 0 2px 2px 0 #f2f2f2;
    height: 120px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.self-tools .tools-card-wrap{
    background-color: #0c1632;
}

.self-tools .tools-card-content{
    color: #2ffffd;
}



.tools-card-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tools-card-icon{
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 20px;
    background-position: center;
    background-size: contain;
}

.tools-card-content{
    font-size: 16px;
    color: #121212;
    font-weight: 500;
}
.tools-card-desc{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.self-tools .tools-card-desc{
    color: rgba(255,255,255,.9);
}

.tools-link a{
    color: #8a8a8a;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.tools-link a:hover{
    color: #2ffffd;
    font-weight: 500;
    text-decoration: underline;
}
.tools-sub-type{
    width: 100%;
    height: 36px;
    margin: 20px 0;
}
.tools-sub-type ul{
    height: 36px;
    background-color: #e7e7e7;
    border-radius: 18px;
    float: left;
}
.tools-sub-type li{
    float: left;
    height: 36px;
    color: #909090;
    font-size: 14px;
    line-height: 36px;
    vertical-align: middle;
    padding: 0 20px;
    cursor: pointer;
}

.empty-type{
    margin-bottom: 20px;
}


.tools-sub-type li:first-child{
    border-radius: 18px;
}

.tools-sub-type li:last-child{
    border-radius: 18px;
}

.tools-sub-type li.active{
   background-color: #21e6e4;
    border-radius: 18px;
   color: white
}

.tools-content{
   display: flex;
   flex-direction: row;
}

.tools-content img{
    margin-right: 6px;
}

.footer-wrap{
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    padding-bottom: 100px;
}
.footer-wrap div{
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.footer-wrap div:first-child{
    margin-right: 20px;
}
