

@charset "utf-8";

/* Define the font-face rule */
/* Regular */
/* @font-face {
    font-family: 'Microsoft YaHei';
    src: url('../fonts/Microsoft Yahei.woff2') format('woff2'), */ /* Modern browsers */
         /* url('../fonts/Microsoft Yahei.woff') format('woff'),  */  /* Older browsers */
        /*  url('../fonts/Microsoft Yahei.ttf') format('truetype'),  *//* Safari, Android, iOS */
        /*  url('../fonts/Microsoft Yahei.eot');  *//* IE9 Compat Modes */
    /* font-weight: normal;
    font-style: normal;
  } */
  /* Bold */
 /*  @font-face {
    font-family: 'Microsoft YaHei';
    src: url('../fonts/Microsoft Yahei Bold.woff2') format('woff2'), */ /* Modern browsers */
       /*   url('../fonts/Microsoft Yahei Bold.woff') format('woff'),  */  /* Older browsers */
       /*   url('../fonts/Microsoft Yahei Bold.ttf') format('truetype'), */ /* Safari, Android, iOS */
       /*   url('../fonts/Microsoft Yahei Bold.eot');  *//* IE9 Compat Modes */
  /*   font-weight: bold;
    font-style: normal;
  } */
/* Added Code */
.pre-footer {
	margin-bottom: 40px;
}

.icon-liuyan:before {
    content: url(../image/cs-1.svg) !important;
    display: block;
    width: 40px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}


/*公共*/

body {
    font-size: 12px;
    font-family: "微软雅黑", "Microsoft Yahei", "PingFangSC-Regular", "DINAlternate-Bold",  Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #333;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

ol,
ul,
span {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

i,
b {
    font-weight: normal;
}

input {
    border: none;
}

input:focus {
    outline: 0;
}

*,
 :after,
 :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}


html,
body {
    position: relative;
    width: 100%;
}

.modal-open {
    overflow: hidden !important;
    overflow-y: hidden !important;
}

/*input {
    caret-color: #3E58C9;
}*/

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: normal;
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: normal;
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: normal;
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: normal;
    color: #999999;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #ddd;
    background-image: none;
    color: #dad9d9;
}

button {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

.white-text {
    color: #ffffff!important;
}

.grey-text {
    color: #c4c4c4!important;
}

.hide-on-mobile {
    display: block;
  } 
  
.show-on-mobile {
    display: none;
  }


.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}



.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

/*!*滚动条样式*!
::-webkit-scrollbar {!*滚动条整体样式*!
  width: 4px;     !*高宽分别对应横竖滚动条的尺寸*!
  height: 4px;
}
::-webkit-scrollbar-thumb {!*滚动条里面小方块*!
  border-radius: 3px;
  background: #ddd;
}
::-webkit-scrollbar-track {!*滚动条里面轨道*!
  background:transparent;
}*/

.languages-list-visible {
    display: none;
}

.clearfix {
   /*  *zoom: 1; */
}

.clearFloat {
    clear: both;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.ohvEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*禁止用户选中*/

.user-no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body{
    padding-top: 60px;
    min-height: 100%;
    background: rgb(237 241 251);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
    height: 100vh;
}
a{
    text-decoration: none;
}
.ohvEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* nav start */
.nav .navbar{
    padding: 5px 0;
    background: #001343;
    border-color: #001343;
}

.navbar-width{
 width:90%!important;
}
.navbar .logo{
    padding-top: 8px; 
}
.navbar .navbar-brand{
    padding: 0;
}
.navbar #loginOut{
    margin-left: 610px;
    margin-right: 15px;
}
.nav .login-btn{
    margin-top: 8px;
    width: 100px;
    height: 36px;
    /* border: 2px solid #ffffff; */
    border-radius: 6px;
    background: #309BFF;
}
.nav .navbar .navbar-nav>li a{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.nav .navbar .navbar-nav>li a:hover{
    color: #309BFF;
}
.nav .login-btn{
    text-align: center;
    color: #000000;
    margin: 8px auto;
}

.nav .login-btn a{
    line-height: 34px;
    text-decoration: none; 
    color: #000000 !important;
}
.nav .login-btn a:hover{ 
    color: #fff !important;
}
.nav  li .log-out{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nav .log-out span{
    padding: 0 2px;
    line-height: 1.2;
}

.navbar-nav li:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    display: none;/* disabled for new design */
    transition: all 0.3s ease;
    bottom: 25%;
}
.navbar-nav li:hover::after {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #001343;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #001343;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.icon-bar {
            background-color: #f5f4f4;
            display: block;
            padding: 1.5px 15px;
            margin: 5px;
            border-radius: 35px;
}
 
.register-nav { 
    flex-direction: row;
    border-radius: 10px 10px 10px 10px;
    background: #087CE8;
    color: #fff; 
    /* margin-left: 2px !important; */
    /* transform: skew(-20deg); */
}

.login-nav { 
    border-bottom: none; 
   }

.seperator-nav {
    background: #000000;
    color: #000; 
    transform: skew(-20deg); 
    font-size: 9px;
    padding: 1px;
    display: flex;
    position: relative;
    right: -65px;
    z-index: 100;
}
.seperator-point {
    font-size: 1px!important;
    padding-left: 1px!important;
    padding-right: 1px!important;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}


.ml-auto {
    margin-left: auto;  
   }

/* nav end */

/* 标签栏 start */
.top {
    margin-top: 50px;
    margin-bottom: 20px;
}
.top .left a{
    font-size: 20px;
    line-height: 1.4;
    /* font-weight: 600; */
    color: rgb(15 16 19 / 50%);
    margin-right: 40px;
    padding: 20px 0;
    text-decoration: none;
}
.top .left .active{
    color: rgba(44, 51, 64, 1);
    font-size: 24px;
}
.top .right{
	color: rgb(56 56 56 / 98%);
	font-size: 15px;
}
/* 标签栏 end */

/* footer start */
.footer{
    background: #001343;
    padding: 30px 0;
	width: 100%;
	margin-top: auto;
}
.footer p{
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.5);
    text-align: center;
}


.hr-brown {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-color: #3D3A79 !important;
}

.margin-top-5 {
    margin-top: 5px!important;
}

.margin-top-25 { 
    margin-top: 25px!important;
}


.service-logo {
    width: 45px;
    padding-top: 15px;
}


.is-hidden {
    display: none;
}

/* footer end */


@media (max-width: 915px){
    .seperator-nav {
        visibility: hidden !important;
       }
    .login-nav { 
     border-bottom: black solid; 
    }
    .register-nav { 
        flex-direction: column;
    }

    .navbar-toggle {
        margin-right: 5px;
    }

    .hide-on-mobile {
        display: none;
      } 
      
    .show-on-mobile {
        display: block;
      }
 .service-logo { 
        width: 35px!important;
        padding-top: 0px!important;
    }

   

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: #001343!important;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: transparent!important;
    }
}

/* common tips start */
@media (min-width: 768px){

 
    
    .tips-utils{
        position: fixed;
        z-index: 2000;
        top: -40px;
        left: 50%;
        font-size: 14px;
        transform: translateX(-50%);
        padding: 10px 20px;
        border-radius: 4px;
        min-width: 200px;
        /* box-shadow: 0 1px 6px rgba(0,0,0,.2); */
        background: #fff;
        color: #515a6e;
        opacity: 0.5;
        transition: all 0.3s;
    }
    .tips-utils.info{
        border: 1px solid #abdcff;
        background-color: #f0faff;
    }
    .tips-utils.info .iconfont{
        color: #2d8cf0;
    }
    .tips-utils.success{
        border: 1px solid #8ce6b0;
        background-color: #edfff3;
    }
    .tips-utils.success .iconfont{
        color: #19be6b;
    }
    .tips-utils.fail{
        border: 1px solid #ffb08f;
        background-color: #ffefe6;

    }
    .tips-utils .value{
        padding-left: 8px;
        line-height: 1.2;
    }
    .tips-utils.fail .iconfont{
        color: #ed4014;
    }
}
@media (max-width: 768px){
    .navbar .logo{
        margin-left: 10px;
        width: 140px;
    }
    .tips-utils{
        position: fixed;
        z-index: 2000;
        top: 50%;
        left: 50%;
        font-size: 14px;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        border-radius: 5px;
        background: rgba(0,0,0,0.75);
        opacity: 0;
        transition: all 0.2s;
    }
    .tips-utils .value{
        display: block;
        line-height: 1.5;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }
}


.fixed-service{
    position: fixed;
    right: 10px;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%);
}
.fixed-service li {
    position: relative;
    width: 80px;
    height: 80px;
    border: solid 1px white;
    border-radius: 50%;
    background-color: rgb(52 59 95 / 70%);
    margin-bottom: 20px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    
}
.fixed-service li a{
    text-decoration: none;
}
.fixed-service li p{
    display: none;
    position: absolute;
    right: 85px;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    background-color: rgba( 22, 32, 85, 0.5);
    white-space:nowrap;
    border-radius: 2px;
}

.fixed-service li:hover {
    background: rgb(105 116 171 / 78%);
}
.fixed-service li:hover p{
    display: block;
}
.fixed-service li span {
    font-size: 30px;
    color: #fff;
    position: relative;
    top: 20px;
}
.fixed-service #scrollTop{
    display: none;
}
.icofont-share {
    font-size: 40px;
    top: 21px;
    position: relative;
    color: #fff;
}
.thumbs-up-1 {
    position: absolute;
    right: 55px;
    top: -10px;
}
/* common tips end */

@media (min-width: 1440px){
    .lg .container {
        width: 1370px;
    } 
}

@media (max-width: 1770px){ 
    .navbar #loginOut{
        margin-left: 410px;
    }
} 

@media (max-width: 1440px){ 
    .navbar #loginOut{
        margin-left: 310px;
    }
} 

@media (max-width: 1240px){ 
    .navbar #loginOut{
        margin-left: 30px;
    }
} 

@media (max-width: 768px){
    .navbar-margin {
        margin-left: 0px!important;
    }
    .navbar-width {
        width: 100% !important;
    }
    .navbar #loginOut{
        margin-left: 15px;
    }
    .fixed-service li {
        width: 50px;
        height: 50px;
    }
    .fixed-service li span{
        top: 12px;
    }

    .icofont-share {
        font-size: 30px;
    }

    .thumbs-up-1 {
        width: 80px;
        height: auto;
        right: 40px;
        top: -17px;
    }
}

/* share modal */

.share-overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 40px; */
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 2; /* hide red triangle from buy.html*/
}

@media (max-width: 1200px) {
    .share-overlay {
        overflow-y: scroll;
    }
    .share-overlay::-webkit-scrollbar {
        width: 0px; /* Width of the scrollbar */
        height: 0px; /* Height of the scrollbar (for horizontal scrollbars) */
      }
}

.share-overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
