@charset "utf-8";
/* 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;
}


/*!*滚动条样式*!
::-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;
}
a{
    text-decoration: none;
}
.ohvEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* nav start */
.nav .navbar{
    padding: 5px 0;
    background: #211D45;
    border-color: #211D45;
}

.navbar .logo{
    height: 50px;
}
.navbar .navbar-brand{
    padding: 0;
}
.navbar #loginOut{
    margin-left: 15px;
    margin-right: 15px;
}
.nav .login-btn{
    margin-top: 8px;
    width: 100px;
    height: 36px;
    border: 2px solid #2E3766;
    border-radius: 6px;
}
.nav .navbar .navbar-nav>li a{
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    text-align: center;
}
.nav .navbar .navbar-nav>li a:hover{
    color: rgba(255,255,255,1);
}
.nav .login-btn{
    text-align: center;
    color: rgba(255,255,255,0.5);
    margin: 8px auto;
}
.nav .login-btn a{
    line-height: 34px;
    text-decoration: none;
}
.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: block;
    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: #211D45;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #211D45;
}

/* 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: #1B183B;
    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;
}

/* footer end */

/* 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;
    }
    .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-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: 55px;
    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: 768px){
    .fixed-service li {
        width: 70px;
        height: 70px;
    }
    .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*/
}

.share-overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
