body{
    margin: 0px !important;
}
div ,input ,textarea{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
/* 头部css */
.hd-container{
    height: 80px;
    background-color: #2E3136;
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 1200px;
}
.hd-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    position: relative;
}
.hd-logo{
    display: flex;
    align-items: center;
    width: 600px;
}
.hd-logo > div:nth-child(2){
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 13px;
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,0.2) ;
    line-height: 18px;
    height: 34px;
}
.hd-menu{
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 572px;
}
.hd-menu > div{
    cursor: pointer;
    padding: 30px 20px 18px;
}
.hd-menu-select{
    color: #008AFF !important;
    /*border-bottom: 2px solid #008AFF;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hd-menu > div:hover{
    color: #008AFF !important;
}
.hd-menu-select >div:nth-child(2){
    height: 2px;
    background-color: #008AFF;
    margin-top: 9px;
    width: 70%;
}
.hd-menu > div:last-child{
    padding-right: 0px !important;
}
.hd-left-menu{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.hd-left-list{
    width: 228px;
    height: 553px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
    opacity: 1;
    position: absolute;
    top: 80px;
    left: 0;
    padding-top: 15px;
    z-index: 20;
}
.hd-left-list > div{
    width: 196px;
    height: 48px;
    opacity: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606972;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 32px;
}
.hd-left-select{
    background-color: #F7F8FB;
    color: #008AFF !important;
    font-weight: 600 !important;
}
.hd-second-bar{
    position: absolute;
    top: 80px;
    left: 696px;
    background-color: #2E2E2E;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    width: 110px;
    height: 296px;
    border-radius: 2px;
    border-top: 1px solid #5b5b5b;
    padding-top: 14px;
    z-index: 20;
}
.hd-second-bar > div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #bbbbc1;
    cursor: pointer;
    padding: 10px 20px;
}
.hd-second-bar a{
    text-decoration: none;
}
.hd-second-bar a:link{color:#bbbbc1;}
.hd-second-bar a:visited{color:#bbbbc1;}
.hd-second-bar-select {
    color: #008AFF !important;
}
/* 动画效果 */
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}


/* 底部css */
.bm-container{
    height: 356px;
    background: #0E1421;
    opacity: 1;
    min-width: 1200px;
}
.bm-container > div:nth-child(1){
    height: 295px;
    border-bottom: 1px solid #3F454B ;
    display: flex;
    justify-content: center;
}
.bm-container-top{
    width: 1200px;
    min-height: 60px;
    margin-top: 56px;
}
.bm-container-top{
    display: flex;
}
.bm-container-top > div:nth-child(1){
    margin-top: 39px;
    margin-right: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bm-container-top > div:nth-child(1) > div {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606972;
    margin-top: 24px;
}
.bm-container-top > div:nth-child(4){
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bm-container-top > div:nth-child(4) > img{
    padding: 9px;
}
.bm-container-top > div:nth-child(4) > div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606972;
    margin-top: 16px;
}
.bm-container-top > div:nth-child(2){
    margin-right: 162px;
}
.bm-container-top > div:nth-child(3){
    margin-right: 192px;
}
.bm-container-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.bm-container-bottom > div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #3F454B;
    width: 450px;
    text-align: center;
}
.bm-container-bottom > div > a{
    color: #3F454B !important;
    text-decoration: none !important;
}
.bm-service > div:nth-child(1){
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFB3B8;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(63,69,75,0.5);
    width: 72px;
}
.bm-service>div:nth-child(2){
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.bm-service>div:nth-child(3){
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.bm-service>div>div{
    margin-left: 12px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606972;
}
.bm-aboutus > div:nth-child(1){
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFB3B8;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(63,69,75,0.5);
    width: 72px;
}
.bm-aboutus > div:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    width: 152px;
    justify-content: space-between;
    margin-top: 22px;
}
.bm-aboutus > div:nth-child(2) > div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606972;
    margin: 10px 0;
    cursor: pointer;
}
/* 右边悬浮框 */
.sn-help{
    position: fixed;
    height: 204px;
    width: 68px;
    /*background-color: #008AFF;*/
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    display: flex;
    flex-direction: row-reverse;
}
.sn-help>div:nth-child(1) > div{
    cursor: pointer;
    height: 68px;
}
.sn-help >div:nth-child(1) > div:hover{
    background-color: #008AFF !important;
}
.sn-help >div:nth-child(1) > div {
    background-color: #333333;
}
.sn-float > div  > img{
    width: 180px;
    height: 180px;
}
.sn-float > div{
    width: 204px;
    height: 204px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 11px;
}
.sn-float {
    margin-right: 10px;
    display: flex;
}
.sn-title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 26px;
    margin-top: 20px;
}
.sn-phone{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 4px;
}
.sn-phone-pane{
    width: 260px !important;
    padding-left: 30px !important;
}
/* 广告位 */

.ae-container > div:nth-child(1){
    width: 248px;
    height: 181px;
    margin: 0px 0 16px 0;
}
.ae-container > div:nth-child(2){
    width: 248px;
    height: 181px;
    margin-bottom: 16px;
}
.ae-banner {
    padding: 42px 0 0 20px;
}
.ae-banner > div:nth-child(1){
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 41px;
}
.ae-banner > div:nth-child(2){
    width: 118px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(16, 96, 211, 0.2);
    cursor: pointer;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #008AFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ae-banner2{
    padding: 32px 0 0 20px;
}
.ae-banner2 > div:nth-child(1){
    width: 162px;
    height: 52px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 33px;
}
.ae-banner2 > div:nth-child(2){
    width: 118px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(105, 74, 255, 0.3);
    cursor: pointer;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #694AFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ae-same-case{
    width: 248px;
    height: 429px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 1;
}
.ae-same-case > div:nth-child(1){
    height: 40px;
    background: #F7F8FA;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    padding-left: 12px;
}
.ae-same-case > div:nth-child(2){
    padding-left: 12px;
    padding-top: 6px;
}
.ae-case-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
}
.ae-case-item > div:nth-child(1){
    width: 14px;
    height: 14px;
    background: #EEEEEE;
    opacity: 1;
    border-radius: 2px;
    font-size: 10px;
    font-family: SF Pro Display;
    font-weight: 400;
    line-height: 14px;
    color: #3F454B;
    text-align: center;
    margin-right: 4px;
}
.ae-case-item > div:nth-child(2){
    width: 206px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F454B;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ae-same-case > div:nth-child(2) > div:nth-child(1)> div:nth-child(1){
    background-color: #FF3E3E;
    color: #FFFFFF;
}
.ae-same-case > div:nth-child(2) > div:nth-child(2)> div:nth-child(1){
    background-color: #FF862A;
    color: #FFFFFF;
}
.ae-same-case > div:nth-child(2) > div:nth-child(3)> div:nth-child(1){
    background-color: #947EFF;
    color: #FFFFFF;
}

[v-cloak]{
    display: none;
}
