@charset "utf-8";


.list-beizhu>div:last-child {
    width: 200px;
    background-color: #f9f9f9;
    position: absolute;
    display: none;
    top: 25px;
    left: 50%;
    color: black;
    transform: translateX(-50%);
    padding: 5px;
    box-shadow: 2px 2px 5px #000,
        -2px 2px 5px #000;
    border-radius: 3px;
    z-index: 444;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    word-break: break-all;
}
.list-beizhu{
    position: relative;
}
.list-beizhu>div:first-child {
    position: relative;
    height: 30px;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-beizhu>div:last-child>span {
    font-weight: bold;
}

.list-beizhu:hover>div:last-child {
    display: block;
}
.icon,
svg.icon {
    width: 1em !important;
    height: 1em !important;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    display: inline-block;
}
/*************************************css reset*************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: Arial, Helvetica, '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', sans-serif;
}

a {
    text-decoration: none;
    color: #666
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i,
dfn {
    font-style: normal
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*************************************css style preset*************************************/
.clearfix:after {
    clear: both;
    display: table;
    content: '';
}

.clearfix {
    *zoom: 1;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.pb {
    position: absolute;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.of {
    overflow: hidden
}

.hide {
    display: none;
}

.vh {
    visibility: hidden;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.middle {
    width: 0;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.block {
    display: block;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.no-margin {
    margin: 0 !important;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*************************************** css formal style **********************************/
body {
    background: #f7f8fa;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    min-width: 1200px;
}

/**********头部样式**********/
.header {
    position: fixed;
    z-index: 999;
    min-width: 1200px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(104, 96, 96, 0.747);
}

.header .header-con {
    width: 1200px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
}

/****左边部分****/
.header-con .img-logo-wrap {
    margin-top: 20px;
}

.header-con .img-logo {
    height: 51px;
    display: block;
}

/****中间部分****/

/*导航栏*/
.header .nav-list {
    font-size: 16px;
}

.header .nav-list .list-item {
    float: left;
    position: relative;
}

.header .nav-list .link {
    display: block;
    padding: 0 18px;
    color: #fff;
    font-size: 15px;
}

.header .nav-list .link:hover {}

.header .nav-list .list-item .line {
    display: none;
    position: absolute;
    width: 74px;
    height: 9px;
    background: #578df2;
    left: 50%;
    margin-left: -37px;
    bottom: 0;
    border-radius: 6px 6px 0px 0px;
}

.header .nav-list .list-item .line-1 {
    height: 6px;
    border-radius: 4px;
}

.header .nav-list .list-item:hover .link {
    color: #578df2;
}

.header .nav-list .list-item.active .link {
    color: #578df2;
    font-size: 18px;
}

.header .nav-list .list-item:hover .line {}

.header .nav-list .list-item.active .line {
    display: block;
}

.header .nav-list .list-item .img-tooltip {
    position: absolute;
    width: 69px;
    height: 23px;
    left: 50%;
    margin-left: -34px;
    top: 13px;
}

/****右边部分****/
/*登录前*/
.header .login-before {
    position: relative;
}

.header .login-before .btn {
    width: 90px;
    font-size: 15px;
    margin-top: 30px;
}

.header .login-before .btn-login {
    line-height: 30px;
    color: #fff;
    background: #578df2;
    margin-right: 10px;
    border-radius: 6px;
}

.header .login-before .btn-register {
    line-height: 28px;
    color: #fff;
    position: relative;
}

.header .login-before .btn-register .mask-layer {
    background: #578df2;
    opacity: .4;
    filter: alpha(opacity=40);
    border-radius: 6px;
}

.header .login-before .btn-register .txt {
    border: 1px solid #578df2;
    position: relative;
    display: block;
    border-radius: 6px;
}

.header .login-before .img-tooltip {
    position: absolute;
    width: 90px;
    height: 38px;
    top: 64px;
    left: 100px;
}

/*登录后*/
.header .login-after .btn {
    text-align: center;
}

.header .login-after .btn-user {
    margin-right: 14px;
    margin-top: 25px;
}

.header .login-after .btn-user.active {
    background: #edf2f2;
}

.header .login-after .btn-user .img {
    display: block;
    width: 40px;
    margin: 0 auto;
}

.header .login-after .btn-logout {
    width: 90px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    ;
    border-radius: 6px;
    margin-top: 30px;
    background: #578df2;
}

.header .login-after .btn-logout:hover {
    background: #47bdf7;
}

.header .login-after .btn-logout:active {
    background: #ccd1e2;
}

/**********底部样式**********/
.footer {
    background: #06060b;
}

.footer-con-area {
    width: 1200px;
    margin: 0 auto;
}

.footer .friendship-links {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
}

.footer .friendship-links .link {
    float: left;
    color: #96969a;
}

.footer .friendship-links .link:hover {
    color: #fff;
}

.footer .friendship-links .split-line {
    float: left;
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 6px;
}

.footer-con {
    padding: 17px 0 25px;
    border-bottom: 1px solid #92929e;
    position: relative;
}

.footer-con .qrcode-area {
    float: left;
}

.footer-con .qrcode-area .img-qrcode {
    display: block;
    width: 150px;
}

.footer-con .left-side {
    margin-left: 219px;
    float: left;
    margin-top: 30px;
}

.footer-con .left-side .desc-info {
    float: left;
    margin-left: 88px;
    color: #fff;
}

.footer-con .left-side .desc-info:first-child {
    margin-left: 0;
}

.footer-con .left-side .desc-title {
    font-size: 16px;
    line-height: 22px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.footer-con .left-side .desc-item {
    font-size: 14px;
    line-height: 36px;
    margin-top: 14px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.footer-con .left-side .desc-item-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer-con .left-side .desc-item .link {
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    text-decoration: underline;
}

.footer-con .left-side .desc-item .link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer-con .right-side {
    position: absolute;
    right: 0;
    bottom: 15px;
    text-align: right;
}

.footer-con .right-side .img-logo {
    width: 89px;
}

.footer-con .right-side .tip {
    font-size: 0;
    line-height: 32px;
    margin-top: 12px;
}

.footer-con .right-side .img-icon-tel {
    width: 33px;
    margin-right: 12px;
}

.footer-con .right-side .tip .txt {
    color: #fff;
    font-size: 24px;
}

.footer .disclaimer {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    margin-top: 17px;
    text-align: center;
}

.footer .disclaimer .paragraph {
    opacity: .5;
    filter: alpha(opacity=50);
}

.footer .disclaimer .paragraph .link {
    color: #fff;
}

.footer .disclaimer .return-index {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px;
    color: #fff;
    border: 1px solid #fff;
}

.footer .disclaimer .return-index:hover {
    opacity: .75;
    filter: alpha(opacity=75);
}

.footer .copyright-area {
    margin-top: 17px;
    text-align: center;
}

.footer .copyright {
    padding: 0 0 32px;
    font-size: 14px;
    color: #fff;
}

.footer .copyright .txt {
    margin-right: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.footer .copyright .link {
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}

.footer .copyright .link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/**********加载中样式**********/
.pulse-container {
    text-align: center;
}

.pulse-container .pulse-bubble {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #578df2;
    margin: 0 6px;
}

.pulse-container .pulse-bubble-1 {
    -webkit-animation: pulse .4s ease 0s infinite alternate;
    animation: pulse .4s ease 0s infinite alternate;
}

.pulse-container .pulse-bubble-2 {
    -webkit-animation: pulse .4s ease .2s infinite alternate;
    animation: pulse .4s ease .2s infinite alternate;
}

.pulse-container .pulse-bubble-3 {
    -webkit-animation: pulse .4s ease .4s infinite alternate;
    animation: pulse .4s ease .4s infinite alternate;
}

/**********用户个人中心**********/
/*主体内容样式*/
.main-be {}

.main-be .placeholder {
    height: 90px;
    background: #0e141f;
}

.main-be-wrap {
    padding: 20px 0;
    background: #fff;
}

.main-be-con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-be-con .vertical-line {
    position: absolute;
    width: 1px;
    left: 266px;
    top: -20px;
    bottom: -20px;
    background: #d8dadf;
}

.main-be-con-white {}

.main-be-con-table {}

/*左边导航栏样式*/
.main-be-con .left-side {
    width: 266px;
    text-align: center;
    margin-right: 1px;
}

.main-be-con-table .left-side {
    background: #fff;
}

.main-be-con .sidebar {
    padding: 1px 0 52px;
}

.main-be-con .sidebar .img-portrait {
    display: block;
    margin: 64px auto 0;
}

.main-be-con .sidebar .user-name {
    margin-top: 18px;
    font-size: 14px;
    color: #161c3b;
    font-weight: bold;
}

.main-be-con .sidebar .user-type-wrap {
    margin-top: -11px;
}

.main-be-con .sidebar .user-type {
    position: relative;
    line-height: 16px;
    border-radius: 8px;
    padding: 0 21px 0 20px;
}

.main-be-con .sidebar .user-type-vip {
    background: #f1883a;
}

.main-be-con .sidebar .user-type-normal {
    background: #8f98a7;
}

.main-be-con .sidebar .user-type .txt {
    font-size: 12px;
    color: #fff;
}

.main-be-con .sidebar .user-type .img-vip {
    position: absolute;
    width: 23px;
    top: -5px;
    left: -7px;
}

.main-be-con .sidebar .rest-time-title {
    font-size: 0;
    margin-top: 18px;
}

.main-be-con .sidebar .rest-time-title .txt {
    font-size: 14px;
    color: #707070;
}

.main-be-con .sidebar .rest-time {
    margin-top: 20px;
    font-size: 14px;
    color: #161c3b;
}

.main-be-con .sidebar .link-buy-wrap {
    margin-top: 12px;
}

.main-be-con .sidebar .link-buy {
    font-weight: bold;
    color: #fc5f69;
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 1px solid #fc5f69;
}

.main-be-con .sidebar-list {
    margin-top: 71px;
}

.main-be-con .sidebar-list .list-item {
    line-height: 42px;
    position: relative;
    font-size: 0;
    margin-top: 42px;
}

.main-be-con .sidebar-list .list-item:first-child {
    margin-top: 0;
}

.main-be-con .sidebar-list .list-item .border-left {
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #4bcffe;
    display: none;
}

.main-be-con .sidebar-list .list-item:hover {
    background: #f3f3f3;
}

.main-be-con .sidebar-list .list-item:hover .border-left {
    display: block;
}

.main-be-con .sidebar-list .list-item.active {
    background: #f3f3f3;
}

.main-be-con .sidebar-list .list-item.active .border-left {
    display: block;
}

.main-be-con .sidebar-list .list-item .txt {
    font-size: 18px;
    color: #9599a7;
}

.main-be-con .sidebar-list .list-item:hover .txt {
    color: #161c3b;
    font-weight: bold;
}

.main-be-con .sidebar-list .list-item.active .txt {
    color: #161c3b;
    font-weight: bold;
}

.main-be-con .sidebar .btn-logout {
    display: block;
    margin: 44px auto 0;
    width: 158px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    font-size: 18px;
    color: #161c3b;
    border: 1px solid #578df2;
}

.main-be-con .sidebar .btn-logout:hover {
    background: #63d3ff;
    border-color: #63d3ff;
    color: #fff;
}

.main-be-con .sidebar .btn-logout:active {
    background: #ccd1e2;
    border-color: #ccd1e2;
}

/*右边正文样式*/
.main-be-con .right-side {}

.main-be-con-table .right-side {
    background: #fff;
}

.main-be-con .main-con {
    padding: 46px 0 0;
}

.main-be-con .main-con-table {}

.main-be-con .main-con .main-con-header {
    position: relative;
    line-height: 58px;
}

.main-be-con .main-con .main-con-title {
    color: #161c3b;
    font-size: 20px;
    font-weight: bold;
    padding-left: 32px;
}

.main-be-con .main-con .main-con-header .btn-return {
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #393d3f;
    font-size: 0;
}

.main-be-con .main-con .main-con-header .btn-return .img-back {
    margin-right: 7px;
}

.main-be-con .main-con .main-con-header .btn-return .txt {
    font-size: 14px;
}

.main-be-con .main-con-header .search-tabs {
    border-radius: 16px;
    position: absolute;
    right: 0;
    top: 14px;
    height: 28px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #d4e5ff;
    border-bottom: 1px solid #d4e5ff;
}

.main-be-con .main-con-header .tab-item {
    float: left;
    color: #7e869f;
    margin-top: -1px;
    border-radius: 16px;
    width: 82px;
    line-height: 30px;
}

.main-be-con .main-con-header .tab-item:first-child {
    border-left: 1px solid #d4e5ff;
}

.main-be-con .main-con-header .tab-item:last-child {
    border-right: 1px solid #d4e5ff;
}

.main-be-con .main-con-header .tab-item.active {
    color: #fff;
    background: #6ea6ff;
    border-color: #6ea6ff;
}

.main-be-con .main-con-header .main-con-nav-list {
    font-size: 20px;
}

.main-be-con .main-con-header .main-con-nav-list .list-item {
    float: left;
    position: relative;
}

.main-be-con .main-con-header .main-con-nav-list .item-link {
    display: block;
    padding: 0 32px 35px;
    color: #888;
}

.main-be-con .main-con-header .main-con-nav-list .line {
    display: none;
    position: absolute;
    width: 42px;
    height: 4px;
    left: 50%;
    margin-left: -21px;
    bottom: 0;
    background: #578df2;
    border-radius: 2px;
}

.main-be-con .main-con-header .main-con-nav-list .list-item:hover .line {
    display: block;
}

.main-be-con .main-con-header .main-con-nav-list .list-item:hover .item-link {
    font-weight: bold;
    color: #161c3b;
}

.main-be-con .main-con-header .main-con-nav-list .list-item.active .item-link {
    cursor: default;
    color: #161c3b;
    font-weight: bold;
}

.main-be-con .main-con-header .main-con-nav-list .list-item.active .line {
    display: block;
}

.main-user .split-line {
    height: 1px;
    background: #d8dadf;
}

.main-user .split-line-1 {
    margin-top: 35px;
}

.main-user .user-info-wrap {
    padding: 49px 0 0 32px;
}

.main-user .user-info-item {
    margin-top: 36px;
    line-height: 30px;
}

.main-user .user-info-item:first-child {
    margin-top: 0;
}

.main-user .user-info-item .item-title {
    width: 266px;
    color: #161c3b;
    font-size: 18px;
}

.main-user .user-info-item .item-con {
    font-size: 0;
}

.main-user .item-con .txt-1 {
    font-size: 18px;
    color: #161c3b;
}

.main-user .item-con .btn-1 {
    font-size: 15px;
    color: #578df2;
    padding: 0 14px;
    line-height: 28px;
    border-radius: 6px;
    border: 1px solid #578df2;
    margin-left: 20px;
}

.main-user .item-con .btn-1:hover {
    background: #63d3ff;
    border-color: #63d3ff;
    color: #fff;
}

.main-user .item-con .btn-1:active {
    background: #ccd1e2;
    border-color: #ccd1e2;
}

.main-user .user-info-wrap .split-line {}

.main-user .nav-content-area {}

.main-user .nav-content-1 {
    padding-top: 18px;
}

.main-user .nav-content-2 {
    padding-top: 19px;
}

.main-user .nav-content-3 {
    padding-top: 1px;
}

.main-user .nav-content-5 {
    padding-top: 24px;
}

.main-user .nav-content .form-wrap {
    position: relative;
    padding-top: 1px;
}

.main-user .nav-content-4 .form-wrap {
    z-index: 1;
}

.main-user .nav-content .form-wrap .btn-return {
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #393d3f;
    font-size: 0;
}

.main-user .nav-content .form-wrap .btn-return .img-back {
    margin-right: 7px;
}

.main-user .nav-content .form-wrap .btn-return .txt {
    font-size: 14px;
}

.main-user .nav-content .form-item {
    margin-top: 24px;
    line-height: 42px;
    padding-left: 31px;
}

.main-user .nav-content-4 .form-item {
    padding-left: 0;
}

.main-user .nav-content .form-item .item-title {
    width: 265px;
    color: #161c3b;
    font-size: 18px;
}

.main-user .nav-content .form-item .item-con {
    font-size: 0;
}

.main-user .nav-content .form-item .item-remarks {
    font-size: 12px;
    color: #5072fe;
    line-height: 20px;
    margin-left: -6px;
    margin-top: 9px;
}

.main-user .nav-content .select-box-wrap {
    background: #fff;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}

.main-user .nav-content-4 .select-box-wrap {
    margin: 0 0 0 26px;
}

.main-user .nav-content .select-box {
    border-radius: 8px;
    border: 1px solid #d3ddf4;
    line-height: 30px;
    padding: 0 40px 0 16px;
}

.main-user .nav-content .select-box-wrap .icon-more {
    position: absolute;
    width: 17px;
    height: 10px;
    right: 12px;
    top: 12px;
    background: url(/o_img/popbox/icon_more.png?v=20190731001) no-repeat;
}

.main-user .nav-content .select-box-wrap.active .icon-more {
    background-position: 0 -10px;
}

.main-user .nav-content .select-list-wrap {
    background: #fff;
    line-height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d3ddf4;
}

.main-user .nav-content .select-list-wrap .select-txt {
    font-size: 16px;
    color: #22252e;
    padding: 0 40px 0 16px;
}

.main-user .nav-content .select-list {}

.main-user .nav-content .select-list .list-item {
    cursor: pointer;
    padding: 0 40px 0 16px;
    color: #a0a8c4;
    font-size: 16px;
}

.main-user .nav-content .select-list .list-item:hover {
    background: #f3f3f3;
    color: #22252e;
}

.main-user .nav-content .item-con .txt-1 {
    font-size: 16px;
    color: #22252e;
}

.main-user .nav-content .item-con .txt-2 {
    font-size: 36px;
    color: #fc5f69;
}

.main-user .nav-content .item-con .btn-minus {
    width: 20px;
    height: 20px;
    background: url(/o_img/popbox/btn_minus.png?v=20190731001) no-repeat;
}

.main-user .nav-content .item-con .btn-minus:hover {
    background-position: 0 -20px;
}

.main-user .nav-content .item-con .btn-minus:active {
    background-position: 0 -40px;
}

.main-user .nav-content .item-con .btn-add {
    width: 20px;
    height: 20px;
    background: url(/o_img/popbox/btn_add.png?v=20190731001) no-repeat;
}

.main-user .nav-content .item-con .btn-add:hover {
    background-position: 0 -20px;
}

.main-user .nav-content .item-con .btn-add:active {
    background-position: 0 -40px;
}

.main-user .nav-content .item-con .input-txt {
    text-align: center;
    border: 1px solid #e8eaef;
    border-radius: 4px;
    font-size: 16px;
    color: #22252e;
    padding: 0;
}

.main-user .nav-content .item-con .input-txt:focus {
    border-color: #578df2;
}

.main-user .nav-content .item-con .input-txt-1 {
    width: 88px;
    height: 30px;
    line-height: 30px;
    margin: 0 6px;
}

.main-user .nav-content .item-con .input-txt-2 {
    text-align: left;
    width: 120px;
    padding: 0 15px 0 13px;
    height: 30px;
    line-height: 30px;
}

.main-user .nav-content .item-con .input-txt-3 {
    text-align: left;
    width: 328px;
    padding: 0 18px 0 13px;
    height: 30px;
    line-height: 30px;
}

.main-user .nav-content .item-con .input-txt-4 {
    margin-left: 26px;
    text-align: left;
    width: 120px;
    padding: 0 15px 0 13px;
    height: 30px;
    line-height: 30px;
}

.main-user .nav-content .item-con .input-txt-5 {
    text-align: left;
    width: 240px;
    padding: 0 15px 0 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}

.main-user .nav-content .item-con .input-txt-6 {
    text-align: left;
    width: 150px;
    padding: 0 12px 0 13px;
    height: 30px;
    line-height: 30px;
}

.main-user .nav-content .item-con .input-txt-7 {
    width: 63px;
    padding: 0 12px 0 13px;
    height: 30px;
    line-height: 30px;
}

.main-user .nav-content .item-con .input-txt-8 {
    margin-left: 26px;
    text-align: left;
    width: 170px;
    padding: 0 19px 0 14px;
    height: 30px;
    line-height: 30px;
}

.main-user .nav-content .item-con .payway {
    width: 130px;
    height: 42px;
    background-repeat: no-repeat;
}

.main-user .nav-content .item-con .payway:hover {
    background-position: 0 -42px;
}

.main-user .nav-content .item-con .payway.active {
    background-position: 0 -84px;
}

.main-user .nav-content .item-con .payway-wechat {
    background-image: url(/o_img/popbox/pay_wechat.png?v=20190731001);
    margin-right: 15px;
}

.main-user .nav-content .item-con .payway-alipay {
    background-image: url(/o_img/popbox/pay_alipay.png?v=20190731001);
}

.main-user .nav-content .form-wrap .split-line {
    height: 1px;
    background: #e8eaef;
    margin: 34px 0 40px;
}

.main-user .nav-content .form-item .item-con .btn-open {
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    background: #578df2;
}

.main-user .nav-content .form-item .item-con .btn-open:hover {
    background: #63d3ff;
}

.main-user .nav-content .form-item .item-con .btn-open:active {
    background: #ccd1e2;
}

.main-user .nav-content .form-item .item-con .btn-pay {
    padding: 0 31px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
    background: #578df2;
}

.main-user .nav-content .form-item .item-con .btn-pay:hover {
    background: #63d3ff;
}

.main-user .nav-content .form-item .item-con .btn-pay:active {
    background: #ccd1e2;
}

.main-user .nav-content .form-item .item-con .btn-search {
    text-align: center;
    padding: 0 31px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
    background: #578df2;
}

.main-user .nav-content .form-item .item-con .btn-search:hover {
    background: #63d3ff
}

.main-user .nav-content .form-item .item-con .btn-search:active {
    background: #ccd1e2;
}

.main-user .nav-content .error-tip-area {
    position: relative;
    line-height: 24px;
    margin-left: 21px;
    margin-top: 9px;
    padding: 0 13px;
    background: #ff3b61;
    border-radius: 10px;
    font-size: 0;
}

.main-user .nav-content .error-tip-area .triangle {
    position: absolute;
    width: 9px;
    left: -6px;
    top: 5px;
}

.main-user .nav-content .error-tip-area .error-tip {
    font-size: 12px;
    color: #fff;
}


.main-user .nav-content-2 .form-item {
    margin-top: 0;
}

.main-user .nav-content-2 .form-item .item-con .btn-pay {
    margin-left: 26px;
}

.main-user .nav-content-3 .item-con .txt-2 {
    font-size: 18px;
}

.main-user .nav-content-3 .form-item .item-remarks {
    margin: 0 0 0 16px;
    line-height: 42px;
}

.main-user .nav-content-4 .form-wrap {
    z-index: 1;
}

.main-user .nav-content-4 .form-item {
    padding-left: 0;
}

.main-user .nav-content-4 .select-box-wrap {
    margin: 0 0 0 26px;
}

.main-user .nav-content-4 .form-item .item-con .btn-search {
    margin-left: 26px;
}

.main-user .nav-content-4 .error-tip-area {
    margin-top: 4px;
}

.main-user .nav-content-6 .form-wrap {
    z-index: 1;
}

.main-user .nav-content-6 .form-item {
    padding-left: 10px;
}

.main-user .nav-content-6 .user-type-wrap {}

.main-user .nav-content-6 .title {
    margin-right: 7px;
    font-size: 18px;
    color: #161c3b;
    line-height: 32px;
}

.main-user .nav-content-6 .select-box-wrap {
    margin: 0;
}

.main-user .nav-content-6 .form-item .item-con .btn-search {
    margin-left: 26px;
}

.main-user .nav-content-6 .error-tip-area {
    margin-top: 4px;
}


/*表格样式*/
.main-be-con .main-con .data-area {
    min-height: 724px;
    position: relative;
}

.main-be-con .main-con .data-table-wrap {
    padding-top: 25px;
}

.main-be-con .main-con .data-table {
    width: 100%;
}

.main-be-con .main-con .data-table .color-1 {
    color: #578df2;
}

.main-be-con .main-con .data-table .link-view {
    color: #578df2;
    padding-bottom: 4px;
}

.main-be-con .main-con .data-table .link-view:hover {
    border-bottom: 1px solid #5072fe;
}

.main-be-con .main-con .data-table .btn {
    display: inline-block;
    border-radius: 12px;
    padding: 0 17px;
    line-height: 22px;
    font-size: 12px;
}

.main-be-con .main-con .data-table .btn-1 {
    border: 1px solid #578df2;
    color: #578df2;
}

.main-be-con .main-con .data-table .btn-1:hover {
    background: #63d3ff;
    border-color: #63d3ff;
    color: #fff;
}

.main-be-con .main-con .data-table .btn-1:active {
    background: #ccd1e2;
    border-color: #ccd1e2;
}

.main-be-con .main-con .data-table thead {
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background: #6e7691;
}

.main-be-con .main-con .data-table thead th {
    text-align: center;
    font-weight: bold;
}

.main-be-con .main-con .data-table-long thead th {
    min-width: 84px;
}

.main-be-con .main-con .data-table tbody td {
	text-align: center;
}

.main-be-con .main-con .data-table tbody {
    line-height: 1.2;
    font-size: 12px;
    color: #161c3b;
}

.main-be-con .main-con .data-table-long tbody {
    line-height: 28px;
}

.main-be-con .main-con .data-table tbody tr {
    border-bottom: 1px solid #e7eaee;
}

/*没有相关数据*/
.main-be-con .main-con .no-data {
    padding-top: 120px;
}

.main-be-con .main-con .no-data .img-no-data {
    display: block;
    margin: 0 auto;
}

/*分页样式*/
.pagination-wrap {
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: center;
}

.pagination {
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}

.pagination li {
    float: left;
    margin-left: 5px;
}

.pagination li a {
    float: left;
    width: 32px;
    color: #161c3b;
    border-radius: 50%;
}

.pagination li a:hover {
    background: #578df2;
    color: #fff;
}

.pagination .active a,
.pagination .active a:hover {
    background: #578df2;
    color: #fff;
    cursor: default;
}

.pagination .disabled a,
.pagination .disabled a:hover {
    color: #7e869f;
    background: #eee;
    cursor: not-allowed;
}

.pagination-info {
    margin-left: 8px;
    font-size: 0;
    line-height: 32px;
}

.pagination-info .txt {
    font-size: 12px;
    color: #22252e;
}

.pagination-info .txt-1 {
    margin-left: 4px;
}

.pagination-info .input-txt {
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    width: 38px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.pagination-info .input-txt:focus {
    border-color: #578df2;
}

.pagination-info .btn-jump {
    line-height: 22px;
    padding: 0 10px;
    background: #578df2;
    color: #fff;
    font-size: 12px;
    margin-left: 12px;
    border-radius: 6px;
}

.pagination-info .btn-jump:hover {
    background: #63d3ff;
}

.pagination-info .btn-jump:active {
    background: #ccd1e2;
}

/**********弹出区域**********/
.pop-area {
    z-index: 10000;
}

.pop-area.pf {
    position: fixed;
}

.mask-layer {
    background: #444750;
    opacity: .3;
    filter: alpha(opacity=30);
}

.pop-box {
    left: 50%;
    top: 50%;
}

/****支付弹窗****/
.pop-pay {
    position: absolute;
    width: 432px;
    margin-left: -216px;
    margin-top: -280px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 23px 0px rgba(146, 156, 159, 0.16);
}

/*左边部分*/

/*右边部分*/
.pop-pay .right-side {
    height: 521px;
    padding-top: 39px;
    padding-left: 56px;
}

.pop-pay .pop-header {}

.pop-pay .pop-header-title {
    color: #161c3b;
    font-size: 20px;
    font-weight: bold;
    line-height: 43px;
}

.pop-pay .pop-close {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 37px;
    top: 30px;
    background: url(/o_img/popbox/close.png?v=20190731001) no-repeat;
}

.pop-pay .pop-close:hover {
    background-position: 0 -20px;
}

.pop-pay .pop-close:active {
    background-position: 0 -40px;
}

.pop-pay .form-wrap {
    padding-top: 49px;
}

.pop-pay .form-item {
    margin-top: 21px;
    line-height: 42px;
}

.pop-pay .form-item:first-child {
    margin-top: 0;
}

.pop-pay .form-item .item-title {
    width: 94px;
    color: #161c3b;
    font-size: 16px;
    font-weight: bold;
}

.pop-pay .form-item .item-con {
    font-size: 0;
}

.pop-pay .form-item .item-remarks {
    font-size: 12px;
    color: #5072fe;
    line-height: 20px;
    margin-left: -6px;
}

.pop-pay .select-box-wrap {
    background: #fff;
    cursor: pointer;
    position: relative;
}

.pop-pay .select-box {
    border-radius: 8px;
    border: 1px solid #d3ddf4;
    line-height: 40px;
    padding: 0 40px 0 16px;
}

.pop-pay .select-box-wrap .icon-more {
    position: absolute;
    width: 17px;
    height: 10px;
    right: 12px;
    top: 16px;
    background: url(/o_img/popbox/icon_more.png?v=20190731001) no-repeat;
}

.pop-pay .select-box-wrap.active .icon-more {
    background-position: 0 -10px;
}

.pop-pay .select-list-wrap {
    background: #fff;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d3ddf4;
}

.pop-pay .select-list-wrap .select-txt {
    font-size: 16px;
    color: #22252e;
    padding: 0 40px 0 16px;
}

.pop-pay .select-list {}

.pop-pay .select-list .list-item {
    cursor: pointer;
    padding: 0 40px 0 16px;
    color: #a0a8c4;
    font-size: 16px;
}

.pop-pay .select-list .list-item:hover {
    background: #f3f3f3;
    color: #22252e;
}

.pop-pay .item-con .txt-1 {
    font-size: 16px;
    color: #22252e;
}

.pop-pay .item-con .txt-2 {
    font-size: 36px;
    color: #fc5f69;
}

.pop-pay .item-con .btn-minus {
    width: 20px;
    height: 20px;
    background: url(/o_img/popbox/btn_minus.png?v=20190731001) no-repeat;
}

.pop-pay .item-con .btn-minus:hover {
    background-position: 0 -20px;
}

.pop-pay .item-con .btn-minus:active {
    background-position: 0 -40px;
}

.pop-pay .item-con .btn-add {
    width: 20px;
    height: 20px;
    background: url(/o_img/popbox/btn_add.png?v=20190731001) no-repeat;
}

.pop-pay .item-con .btn-add:hover {
    background-position: 0 -20px;
}

.pop-pay .item-con .btn-add:active {
    background-position: 0 -40px;
}

.pop-pay .item-con .input-txt {
    text-align: center;
    border: 1px solid #e8eaef;
    border-radius: 8px;
    font-size: 16px;
    color: #22252e;
    padding: 0;
}

.pop-pay .item-con .input-txt:focus {
    border-color: #578df2;
}

.pop-pay .item-con .input-txt-1 {
    width: 88px;
    height: 30px;
    line-height: 30px;
    margin: 0 6px;
}

.pop-pay .item-con .payway {
    width: 130px;
    height: 42px;
    background-repeat: no-repeat;
}

.pop-pay .item-con .payway:hover {
    background-position: 0 -42px;
}

.pop-pay .item-con .payway.active {
    background-position: 0 -84px;
}

.pop-pay .item-con .payway-wechat {
    background-image: url(/o_img/popbox/pay_wechat.png?v=20190731001);
    margin-right: 15px;
}

.pop-pay .item-con .payway-alipay {
    background-image: url(/o_img/popbox/pay_alipay.png?v=20190731001);
}

.pop-pay .form-wrap .split-line {
    width: 416px;
    height: 1px;
    background: #e8eaef;
    margin: 34px 0 40px;
}

.pop-pay .form-item .item-con .btn-pay {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    background: #578df2;
}

.pop-pay .form-item .item-con .btn-pay:hover {
    background: #47bdf7;
}

.pop-pay .form-item .item-con .btn-pay:active {
    background: #b9cadb;
}

.pop-pay .form-item .item-con .payment-discount {
    position: relative;
    line-height: 20px;
    margin: 10px 0 8px 0;
    padding: 0 13px;
    background: #ff3b61;
    border-radius: 10px;
}

.pop-pay .form-item .item-con .payment-discount .triangle {
    position: absolute;
    width: 13px;
    left: 50%;
    margin-left: -6px;
    top: 19px;
}

.pop-pay .form-item .item-con .payment-discount .discount-info {
    font-size: 12px;
    color: #fff;
}

/****弹窗状态公共部分****/
.pop-pay-status .pop-close {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 37px;
    top: 30px;
    background: url(/o_img/popbox/close.png?v=20190731001) no-repeat;
}

.pop-pay-status .pop-close:hover {
    background-position: 0 -20px;
}

.pop-pay-status .pop-close:active {
    background-position: 0 -40px;
}

/*.pop-pay-status .pop-close .img-close{margin-right: 6px;}
.pop-pay-status .pop-close .txt{font-size: 14px;color: #ff903e;}*/

/*确认支付弹窗*/
.pop-pay-sure {
    position: absolute;
    width: 432px;
    height: 431px;
    margin-left: -216px;
    margin-top: -216px;
    text-align: center;
    padding-top: 1px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 23px 0px rgba(146, 156, 159, 0.16);
}

.pop-pay-sure .pay-sure-tip {
    font-size: 20px;
    color: #161c3b;
    margin-top: 30px;
    font-weight: bold;
}

.pop-pay-sure .pay-sure-price {
    font-size: 36px;
    color: #fc5f69;
    margin-top: 40px;
    font-weight: bold;
}

.pop-pay-sure .img-qrcode-wrap {
    width: 256px;
    margin: 0 auto 0;
}

.pop-pay-sure .img-qrcode {
    display: block;
    width: 100%;
}

.pop-pay-sure .btn {
    display: block;
    margin: 42px auto 0;
    width: 200px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    background: -webkit-linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background: -moz-linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background: -o-linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background: -ms-linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background: linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background-color: #3383ff;
}

/*正在支付弹窗*/
.pop-pay-loading {
    position: absolute;
    width: 432px;
    height: 249px;
    margin-left: -216px;
    margin-top: -125px;
    text-align: center;
    padding-top: 1px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 23px 0px rgba(146, 156, 159, 0.16);
}

.pop-pay-loading .pay-loading-tip {
    font-size: 20px;
    color: #161c3b;
    margin-top: 0;
    font-weight: bold;
}

.pop-pay-loading .pulse-container {
    margin-top: 25px;
}

/*支付成功弹窗*/
.pop-pay-success {
    position: absolute;
    width: 432px;
    height: 303px;
    margin-left: -216px;
    margin-top: -152px;
    text-align: center;
    padding-top: 1px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 23px 0px rgba(146, 156, 159, 0.16);
}

.pop-pay-success .pay-success-tip {
    font-size: 20px;
    color: #161c3b;
    margin-top: 20px;
    font-weight: bold;
}

.pop-pay-success .img-icon {
    display: block;
    width: 74px;
    margin: 32px auto 0;
}

.pop-pay-success .btn {
    display: block;
    margin: 42px auto 0;
    width: 200px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    background: #578df2;
}

.pop-pay-success .btn:hover {
    background: #47bdf7;
}

.pop-pay-success .btn:active {
    background: #b9cadb;
}

/*支付失败弹窗*/
.pop-pay-fail {
    position: absolute;
    width: 432px;
    height: 249px;
    margin-left: -216px;
    margin-top: -125px;
    text-align: center;
    padding-top: 1px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 23px 0px rgba(146, 156, 159, 0.16);
}

.pop-pay-fail .pay-fail-tip {
    font-size: 20px;
    color: #161c3b;
    margin-top: 0;
    font-weight: bold;
}

.pop-pay-fail .img-icon {
    display: block;
    width: 74px;
    margin: 32px auto 0;
}

.pop-pay-fail .btn {
    display: block;
    margin: 42px auto 0;
    width: 200px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 22px;
    background: -webkit-linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background: -moz-linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background: -o-linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background: -ms-linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background: linear-gradient(-30deg, rgba(48, 129, 255, 1) 0%, rgba(110, 166, 255, 1) 100%);
    background-color: #3383ff;
}

/*支付异常弹窗*/
.pop-pay-abnormal {
    position: absolute;
    width: 432px;
    height: 303px;
    margin-left: -216px;
    margin-top: -152px;
    text-align: center;
    padding-top: 1px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 23px 0px rgba(146, 156, 159, 0.16);
}

.pop-pay-abnormal .pay-abnormal-tip {
    font-size: 20px;
    color: #161c3b;
    margin-top: 0;
    font-weight: bold;
}

.pop-pay-abnormal .img-icon {
    display: block;
    width: 74px;
    margin: 32px auto 0;
}

.pop-pay-abnormal .btn {
    display: block;
    margin: 42px auto 0;
    width: 200px;
    height: 42px;
    line-height: 42px;
    color: #161c3b;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    background: #ffe06d;
}

.pop-pay-abnormal .btn:hover {
    color: #fff;
}

.pop-pay-abnormal .btn:active {
    background: #b9cadb;
}

/****用户注册登录弹窗****/

/****弹窗公共部分****/
.pop-user {
    position: absolute;
    width: 432px;
    margin-left: -216px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}

/*左边部分*/

/*右边部分*/
.pop-user .right-side {
    padding: 39px 49px 0;
}

.pop-user .pop-close {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(/o_img/popbox/close.png?v=20190731001) no-repeat;
}

.pop-user .pop-close:hover {
    background-position: 0 -20px;
}

.pop-user .pop-close:active {
    background-position: 0 -40px;
}

/*登录弹窗*/
.pop-login {
    margin-top: -215px;
}

.pop-login .right-side {
    height: 391px;
}

.pop-login .pop-close {
    right: 37px;
    top: 30px;
}

.pop-login .pop-header {
    font-size: 20px;
    line-height: 43px;
}

.pop-login .pop-header .link {
    color: #999;
    margin-left: 43px;
}

.pop-login .pop-header .link:first-child {
    margin-left: 0;
}

.pop-login .pop-header .link.active {
    border-bottom: 2px solid #578df2;
    color: #161c3b;
    font-weight: bold;
    cursor: default;
}

.pop-login .form-wrap {
    margin-top: 44px;
}

.pop-login .form-item {
    position: relative;
}

.pop-login .form-item .input-txt {
    display: block;
    width: 268px;
    border: none;
    border-bottom: 1px solid #dce2ef;
    padding: 21px 14px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}

.pop-login .form-item .input-txt:focus {
    border-color: #578df2;
    color: #161c3b;
}

.pop-login .error-tip {
    font-size: 14px;
    color: #f35050;
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin-top: 20px;
}

.pop-login .btn-login {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    background: #578df2;
}

.pop-login .btn-login:hover {
    background: #47bdf7;
}

.pop-login .btn-login:active {
    background: #b9cadb;
}

.pop-login .forgot-pwd-wrap {
    font-size: 14px;
    margin-top: 21px;
    text-align: center;
}

.pop-login .forgot-pwd {
    color: #5072fe;
}

/*注册弹窗*/
#js-pop-register {
    width: 500px;
}

#js-pop-register .right-side {
    box-sizing: border-box;
    padding: 39px 60px 20px;
}

#js-pop-register .form-item-range {
    padding-top: 15px;
}

#js-pop-register .form-item-range .rangebox {
    height: 40px;
    background-color: rgb(232, 232, 232);
    border: 1px solid #aaa;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#js-pop-register .form-item-range .rangebox>div.redbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    background-color: rgba(82, 103, 242, 0.63);
}


#js-pop-register .form-item-range .rangebox>div.bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
    cursor: move;
    box-sizing: border-box;
    background-color: #fff;
    border-right: 1px solid #aaa;
    font-size: 25px;
    color: rgb(172, 172, 172);
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
#js-pop-register .form-item-range .rangebox>p {
    font-size: 14px;
    color: rgb(156, 156, 156);
    position: relative;
    overflow: hidden;
    user-select: none;
}

#js-pop-register .form-item-range .rangebox>p::after {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right,
            rgba(102, 102, 102, 0),
            rgb(255, 255, 255),
            rgba(102, 101, 101, 0)) no-repeat;
    animation: bgtoright 2.5s 1s linear infinite;
}

@keyframes bgtoright {
    from {
        left: -300%;
    }
    to {
        left: 300%;
    }
}
.pop-register {
    margin-top: -342px;
}

.pop-register .right-side {
}

.pop-register .pop-close {
    right: 37px;
    top: 30px;
}

.pop-register .pop-header {
    font-size: 20px;
    line-height: 43px;
}

.pop-register .pop-header .link {
    color: #999;
    margin-left: 43px;
}

.pop-register .pop-header .link:first-child {
    margin-left: 0;
}

.pop-register .pop-header .link.active {
    border-bottom: 2px solid #578df2;
    color: #161c3b;
    font-weight: bold;
    cursor: default;
}

.pop-register .form-wrap {
    margin-top: 44px;
}

.pop-register .form-item {
    position: relative;
}

.pop-register .form-item .input-txt {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e8eaef;
    padding: 21px 14px 14px 50px;
    box-sizing: border-box;
    height: 61px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.pop-register .form-item-img-code .input-txt {
    width: 220px;
    padding-right: 100px;
}

.pop-register .form-item-sms-code .input-txt {
    padding-right: 110px;
}

.pop-register .form-item .input-txt:focus {
    border-color: #578df2;
    color: #161c3b;
}

.pop-register .form-item .img-code {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 7px;
    cursor: pointer;
}

.pop-register .form-item .sms-code {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #578df2;
    border-radius: 8px;
    color: #578df2;
    font-size: 14px;
}
.pop-register .form-item>.lefticon {
    position: absolute;
    left: 13px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgb(124, 124, 248);
}

.pop-register .form-item>.righticon {
    position: absolute;
    right: 5px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgb(124, 124, 248);
    cursor: pointer;
}
.pop-register .form-item .sms-code.disabled {
    border-color: #888;
    color: #888;
    font-size: 12px;
    cursor: default;
}

.pop-register .register-tip {
    font-size: 0;
    line-height: 16px;
    margin-top: 25px;
    padding-left: 14px;
}

.pop-register .register-tip .check {
    width: 16px;
    height: 16px;
    background: url(/o_img/popbox/icon_check.png?v=20190731001) no-repeat;
}

.pop-register .register-tip .check.active {
    background-position: 0 -16px;
}

.pop-register .register-tip .txt {
    font-size: 14px;
    color: #22252e;
    margin-left: 12px;
}

.pop-register .register-tip .link {
    font-size: 14px;
    color: #5072fe;
}

.pop-register .error-tip {
    font-size: 14px;
    color: #f35050;
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin-top: 4px;
}

.pop-register .btn-register {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 5px auto 0;
    background: #578df2;
}

.pop-register .btn-register:hover {
    background: #47bdf7;
}

.pop-register .btn-register:active {
    background: #b9cadb;
}

.pop-register .btn-register.disabled {
    cursor: default;
    background: #d5d8e0;
    color: #161c3b;
}

/*忘记密码弹窗*/
.pop-forgot {
    margin-top: -295px;
}

.pop-forgot .right-side {
    height: 551px;
}

.pop-forgot .pop-close {
    right: 37px;
    top: 30px;
}

.pop-forgot .pop-header {
    position: relative;
    padding-bottom: 2px;
}

.pop-forgot .pop-header-title {
    color: #161c3b;
    font-size: 20px;
    font-weight: bold;
    line-height: 43px;
}

.pop-forgot .pop-header .line {
    position: absolute;
    width: 48px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #ffe06d;
    border-radius: 2px;
}

.pop-forgot .form-wrap {
    margin-top: 44px;
}

.pop-forgot .form-item {
    position: relative;
}

.pop-forgot .form-item .input-txt {
    display: block;
    width: 306px;
    border: none;
    border-bottom: 1px solid #e8eaef;
    padding: 21px 14px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.pop-forgot .form-item-img-code .input-txt {
    width: 220px;
    padding-right: 100px;
}

.pop-forgot .form-item-sms-code .input-txt {
    width: 210px;
    padding-right: 110px;
}

.pop-forgot .form-item .input-txt:focus {
    border-color: #ffe06d;
    color: #161c3b;
}

.pop-forgot .form-item .img-code {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 7px;
    cursor: pointer;
}

.pop-forgot .form-item .sms-code {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ff903e;
    border-radius: 8px;
    color: #ff903e;
    font-size: 14px;
}

.pop-forgot .form-item .sms-code.disabled {
    border-color: #888;
    color: #888;
    font-size: 12px;
    cursor: default;
}

.pop-forgot .error-tip {
    font-size: 14px;
    color: #f35050;
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin-top: 20px;
}

.pop-forgot .btn-forgot {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #161c3b;
    text-align: center;
    margin: 10px auto 0;
    background: #ffe06d;
}

.pop-forgot .btn-forgot:hover {
    background: #f5c619;
}

.pop-forgot .btn-forgot:active {
    background: #b9cadb;
}

/*修改密码弹窗*/
.pop-change {
    margin-top: -280px;
}

.pop-change .right-side {
    height: 521px;
}

.pop-change .pop-close {
    right: 37px;
    top: 30px;
}

.pop-change .pop-header {
    position: relative;
    padding-bottom: 2px;
}

.pop-change .pop-header-title {
    color: #161c3b;
    font-size: 20px;
    font-weight: bold;
    line-height: 43px;
}

.pop-change .pop-header .line {
    position: absolute;
    width: 48px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #578df2;
    border-radius: 2px;
}

.pop-change .form-wrap {
    margin-top: 60px;
}

.pop-change .form-item {
    position: relative;
}

.pop-change .form-item .input-txt {
    display: block;
    width: 306px;
    border: none;
    border-bottom: 1px solid #e8eaef;
    padding: 21px 14px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.pop-change .form-item-img-code .input-txt {
    width: 220px;
    padding-right: 100px;
}

.pop-change .form-item-sms-code .input-txt {
    width: 210px;
    padding-right: 110px;
}

.pop-change .form-item .input-txt:focus {
    border-color: #578df2;
    color: #161c3b;
}

.pop-change .form-item .img-code {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 7px;
    cursor: pointer;
}

.pop-change .form-item .sms-code {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #5072fe;
    border-radius: 15px;
    color: #3383ff;
    font-size: 14px;
}

.pop-change .form-item .sms-code.disabled {
    border-color: #888;
    color: #888;
    font-size: 12px;
    cursor: default;
}

.pop-change .error-tip {
    font-size: 14px;
    color: #f35050;
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin-top: 20px;
}

.pop-change .btn-change {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    background: #578df2;
}

.pop-change .btn-change:hover {
    background: #47bdf7;
}

.pop-change .btn-change:active {
    background: #ccd1e2;
}

/****客服弹窗****/
.pop-service {
    position: fixed;
    z-index: 9999;
    width: 350px;
    height: 320px;
    margin-left: -220px;
    margin-top: -240px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0 45px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 40px 0px rgba(197, 209, 245, 0.84);
}

.pop-service .pop-header {
    padding-top: 12px;
    position: relative;
    line-height: 62px;
}

.pop-service .pop-header .txt {
    font-size: 24px;
    color: #22252e;
}

.pop-service .pop-header .close {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 0;
    top: 50%;
    margin-top: -13px;
    background: url(/o_img/popbox/kefu_close.png?v=20190731001) no-repeat;
}

.pop-service .pop-header .split-line {
    margin: 0 6px;
    height: 1px;
    background: #e5e5e5;
}

.pop-service .pop-service-con {
    padding-top: 1px;
}

.pop-service .pop-service-con .kefu-area {
    margin-top: 21px;
}

.pop-service .pop-service-con .kefu-area .img-qq {}

.pop-service .pop-service-con .desc-area {
    margin-left: 14px;
}

.pop-service .pop-service-con .desc-area .tip-1 {
    color: #22252e;
    font-size: 24px;
    margin-top: 35px;
}

.pop-service .pop-service-con .desc-area .tip-2 {
    color: #333;
    font-size: 18px;
    margin-top: 12px;
}

.pop-service .pop-service-con .btn-area {
    margin-top: 28px;
    text-align: center;
    font-size: 16px;
}

.pop-service .pop-service-con .btn-area .btn {
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pop-service .pop-service-con .btn-yes {
    width: 144px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #0095ff;
}

.pop-service .pop-service-con .btn-yes:hover {
    background: #0077cc;
}

.pop-service .pop-service-con .btn-no {
    width: 142px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d0d1d2;
    color: #8891a6;
}

.pop-service .pop-service-con .btn-no:hover {
    background: #eee;
    color: #333;
}

/****在线咨询悬浮窗****/
.aside-bar {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 10000;
}
.aside-bar-item{
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}
.aside-bar-item:hover{
    background-color: #558ef0;
}
.aside-bar-item:hover>p{
    color: #fff;
}
.aside-bar-item:hover>span{
    color: #fff;
    
}
.aside-bar-item:hover>.aside-bar-content{
    display: block;
}
.aside-bar-item>p{
    font-size: 35px;
    color: #4d75fc;
    margin-bottom: 4px;
}
.aside-bar-item>span{
    font-size: 12px;
    color: #4d75fc;
    font-weight: bolder;
}
.aside-bar-item:not(:last-child){
    margin-bottom: 3px;
}
.aside-bar-item:not(:last-child)::after{
    display: block;
    content: '';
    position: absolute;
    width: 41px;
    height: 2px;
    background-color: #c9d6fe;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}
.aside-bar-item>.aside-bar-content{
    display: none;
    position: absolute;
    right: 65px;
    top: 0px;
    padding-right: 19px;
}
.aside-bar-content-box{
    border: 1px solid #568df0;
    box-shadow: 0 0 10px 3px #568cf08c;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
.aside-bar-content-box.type1{
    padding-top: 31px;
    padding-bottom: 19px;
}
.aside-bar-content-box.type1>div{
    border: 1px solid #eee;
    padding: 3px;
    width: 83px;
    height: 83px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #47cefe;
    font-size: 60px;
    margin-bottom: 23px;
}
.aside-bar-content-box.type1>div>img{
    display: block;
    width: 100%;
    height: 100%;
}
.aside-bar-content-box.type1>p{
    font-size: 12px;
    color: #666;
    font-weight: bold;
    white-space: nowrap;
}
.aside-bar-content-box.type2{
    padding-top: 14px;
    padding-bottom: 14px;
}
.aside-bar-content-box.type2>a{
    width: 83px;
    height: 83px;
    border: 1px solid #eee;
    padding: 3px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #47cefe;
    font-size: 60px;
    margin-bottom: 6px;
}
.aside-bar-content-box.type2>a>img{
    display: block;
    width: 100%;
    height: 100%;
}
.aside-bar-content-box.type2>p{
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    font-weight: bold;
    padding: 0 10px 10px;
}
.aside-bar-content-box.type2>p:first-of-type{
    border-bottom: 1px solid #eee;
    margin-bottom: 9px;
}


/****联系我们弹窗****/
.pop-contact {
    position: absolute;
    width: 432px;
    margin-left: -216px;
    margin-top: -220px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}

.pop-contact .right-side {
    padding: 39px 49px 0;
    height: 401px;
}

.pop-contact .pop-close {
    font-size: 0;
    line-height: 24px;
    position: absolute;
    right: 49px;
    top: 33px;
}

.pop-contact .pop-close .img-close {
    margin-right: 6px;
}

.pop-contact .pop-close .txt {
    font-size: 12px;
    color: #f98d3d;
}

.pop-contact .big-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.pop-contact .meal-info {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-top: 36px;
}

.pop-contact .contact-way {
    font-size: 20px;
    color: #333;
    margin-top: 36px;
}

/****信息编辑弹窗****/
.pop-edit {
    position: absolute;
    width: 432px;
    height: 529px;
    padding-top: 1px;
    border-radius: 8px;
    background: #fff;
}

.pop-edit .pop-close {
    position: absolute;
    right: 37px;
    top: 30px;
    width: 20px;
    height: 20px;
    background: url(/o_img/popbox/close.png?v=20190604001) no-repeat;
}

.pop-edit .pop-close:hover {
    background-position: 0 -20px;
}

.pop-edit .pop-close:active {
    background-position: 0 -40px;
}

.pop-edit .pop-header {
    position: relative;
    margin-top: 50px;
    padding-left: 55px;
}

.pop-edit .pop-header-title {
    color: #161c3b;
    font-size: 20px;
    font-weight: bold;
}

.pop-edit .form-wrap {
    margin-top: 59px;
    padding-left: 55px;
}

.pop-edit .form-item {
    position: relative;
    line-height: 42px;
    margin-top: 21px;
}

.pop-edit .form-item:first-child {
    margin-top: 0;
}

.pop-edit .form-item .item-title {
    width: 94px;
    color: #161c3b;
    font-size: 16px;
    font-weight: bold;
}

.pop-edit .form-item .item-con {
    font-size: 0;
}

.pop-edit .form-item .item-con .txt-1 {
    font-size: 16px;
    color: #22252e;
}

.pop-edit .form-item .input-txt {
    width: 156px;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 16px;
    color: #22252e;
    border: 1px solid #e8eaef;
    border-radius: 4px;
}

.pop-edit .form-item .input-txt:focus {
    border-color: #578df2;
    color: #161c3b;
}

.pop-edit .form-item .input-textarea {
    font-family: "Microsoft Yahei";
    width: 156px;
    height: 64px;
    line-height: 30px;
    padding: 7px 14px;
    font-size: 16px;
    color: #22252e;
    border: 1px solid #e8eaef;
    border-radius: 4px;
    resize: none;
}

.pop-edit .form-item .input-textarea:focus {
    border-color: #578df2;
    color: #161c3b;
}

.pop-edit .error-tip {
    font-size: 14px;
    color: #f35050;
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin-top: 20px;
}

.pop-edit .btn-confirm-edit {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    background: #578df2;
}

.pop-edit .btn-confirm-edit:hover {
    background: #63d3ff;
}

.pop-edit .btn-confirm-edit:active {
    background: #ccd1e2;
}

/**********首页**********/
.main-index {
    background: #fff;
}

.main-index .placeholder {
    height: 90px;
    background: #06060b;
}

/****背景区域****/
.main-index .content {
    position: relative;
    min-width: 1200px;
}

.main-index .bg-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

/****正式内容区域****/
.main-index .formal-content {}

.main-index .formal-content .overview-area {
    height: 648px;
    position: relative;
}

.main-index .formal-content .overview-area .bg-wrap {
    background: url(/o_img/index/bg.jpg?v=20190731001) no-repeat center;
}

.main-index .formal-content .overview-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-index .formal-content .overview-wrap .top-side {
    padding: 102px 0 42px;
}

.main-index .formal-content .overview-wrap .explain-wrap {}

.main-index .formal-content .overview-wrap .explain-big-title {
    display: block;
}

.main-index .formal-content .overview-wrap .explain-small-title {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.main-index .formal-content .overview-wrap .overview-big-title-1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-top: 22px;
    text-align: center;
}

.main-index .formal-content .overview-wrap .info-wrap {
    float: right;
    margin-top: 8px;
}

.main-index .formal-content .overview-wrap .info {
    float: left;
}

.main-index .formal-content .overview-wrap .info-small-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #161c3b;
    padding: 0 12px;
    background: #4bcffe;
    border-radius: 10px 0px 10px 0;
}

.main-index .formal-content .overview-wrap .bg-free-tray {
    margin-top: 17px;
    position: relative;
    float: right;
}

.main-index .formal-content .overview-wrap .free-tray {
    display: block;
    font-size: 14px;
    color: #161c3b;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    line-height: 40px;
    background: #ffde5a;
    text-align: center;
}

.main-index .formal-content .overview-wrap .bg-free-tray .img-hot {
    position: absolute;
    width: 38px;
    top: 0;
    left: 105px;
}

.main-index .formal-content .overview-wrap .download-area {
    box-shadow: 0px 0px 18px 0px rgba(146, 156, 159, 0.03);
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.main-index .formal-content .overview-wrap .download-area .mask-layer {
    background: #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    border-radius: 10px;
}

.main-index .formal-content .overview-wrap .download-file-list {
    border-radius: 10px;
}

.main-index .formal-content .overview-wrap .download-file {
    float: left;
    width: 400px;
    height: 166px;
    position: relative;
    text-align: center;
}

.main-index .formal-content .overview-wrap .download-file .split-line {
    position: absolute;
    width: 1px;
    height: 116px;
    background: #d8dadf;
    left: 0;
    top: 50%;
    margin-top: -58px;
}

.main-index .formal-content .overview-wrap .download-file .download-title {
    font-size: 24px;
    color: #fff;
    margin-top: 42px;
}

.main-index .formal-content .overview-wrap .download-file .btn-download {
    display: block;
    position: relative;
    width: 158px;
    height: 38px;
    line-height: 38px;
    margin: 22px auto 0;
    border-radius: 6px;
    border: 1px solid #578df2;
    background: #578df2;
    font-size: 14px;
    color: #fff;
}

.main-index .formal-content .overview-wrap .download-ios .btn-download {
    cursor: default;
    border-color: #fff;
    background: transparent;
    font-size: 14px;
    color: #fff;
}

.main-index .formal-content .overview-wrap .download-file .download-qrcode-wrap {
    position: absolute;
    padding: 10px;
    background: #fff;
    left: 50%;
    margin-left: -90px;
    top: 50px;
}

.main-index .formal-content .overview-wrap .download-file .img-qrcode {
    display: block;
    width: 160px;
}

.main-index .formal-content .overview-wrap .download-file .triangle {
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: -20px;
    line-height: 1;
    left: 50%;
    margin-left: -12px;
}

.main-index .advantage-area-1 {
    position: relative;
}

.main-index .advantage-area-1 .bg-wrap {}

.main-index .advantage-area-1 .advantage-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 86px 0 0;
    height: 615px;
}

.main-index .advantage-area-1 .advantage-big-title {
    font-size: 32px;
    color: #161c3b;
    font-weight: bold;
    text-align: center;
}

.main-index .advantage-area-1 .advantage-small-title {
    font-size: 20px;
    color: #161c3b;
    margin-top: 23px;
    text-align: center;
}

.main-index .advantage-area-1 .advantage-details {
    margin-top: 82px;
}

.main-index .advantage-area-1 .advantage-list {
    float: left;
    margin-top: 43px;
    line-height: 70px;
    font-size: 16px;
    color: #161c3b;
}

.main-index .advantage-area-1 .advantage-list .list-item {
    padding-left: 34px;
    background: url(/o_img/index/dot.png?v=20190731001) no-repeat left center;
}

.main-index .advantage-area-2 {
    position: relative;
    height: 622px;
    background: -webkit-linear-gradient(254deg, #f7f8f8 0%, #ccd1d6 100%);
    background: -moz-linear-gradient(254deg, #f7f8f8 0%, #ccd1d6 100%);
    background: -o-linear-gradient(254deg, #f7f8f8 0%, #ccd1d6 100%);
    background: -ms-linear-gradient(254deg, #f7f8f8 0%, #ccd1d6 100%);
    background: linear-gradient(254deg, #f7f8f8 0%, #ccd1d6 100%);
    background-color: #dde0e3;
}

.main-index .advantage-area-2 .bg-wrap {}

.main-index .advantage-area-2 .bg-wrap .img-app {
    position: absolute;
    left: 40px;
    top: -59px;
}

.main-index .advantage-area-2 .advantage-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1px;
    position: relative;
}

.main-index .advantage-area-2 .advantage-title {
    font-size: 32px;
    color: #161c3b;
    font-weight: bold;
    margin-top: 76px;
}

.main-index .advantage-area-2 .advantage-list {
    margin-top: 50px;
    overflow: hidden;
}

.main-index .advantage-area-2 .advantage-list .list-item {
    margin-top: 52px;
}

.main-index .advantage-area-2 .advantage-list .item-title {
    font-size: 24px;
    color: #161c3b;
    font-weight: bold;
}

.main-index .advantage-area-2 .advantage-list .item-tip {
    font-size: 16px;
    color: #161c3b;
    margin-top: 16px;
}

.main-index .advantage-area-3 .bg-wrap .img-app {
    position: absolute;
    left: 40px;
    top: -59px;
}

.main-index .advantage-area-3 .advantage-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1px;
    position: relative;
}

.main-index .advantage-area-3 .advantage-title {
    font-size: 32px;
    color: #161c3b;
    font-weight: bold;
    margin-top: 76px;
}

.main-index .advantage-area-3 .advantage-list {
    margin-top: 50px;
    overflow: hidden;
}

.main-index .advantage-area-3 .advantage-list .list-item {
    margin-top: 52px;
}

.main-index .advantage-area-3 .advantage-list .item-title {
    font-size: 24px;
    color: #161c3b;
    font-weight: bold;
}

.main-index .advantage-area-3 .advantage-list .item-tip {
    font-size: 16px;
    color: #161c3b;
    margin-top: 16px;
}

.main-index .advantage-area-3 {
    padding-top: 1px;
}

.main-index .advantage-area-3 .advantage-content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.main-index .advantage-area-3 .advantage-title {
    font-size: 0;
    color: #161c3b;
    font-weight: bold;
    line-height: 33px;
}

.main-index .advantage-area-3 .advantage-title .img-logo-1 {
    margin-right: 39px;
}

.main-index .advantage-area-3 .advantage-title .txt {
    font-size: 30px;
}

.main-index .advantage-area-3 .advantage-list {
    margin-top: 75px;
}

.main-index .advantage-area-3 .advantage-list .list-item {
    float: left;
    width: 300px;
}

.main-index .advantage-area-3 .advantage-list .img-scene {
    width: 270px;
    height: 160px;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.main-index .advantage-area-3 .advantage-list .item-title {
    font-size: 16px;
    color: #161c3b;
    font-weight: bold;
    margin-top: 27px;
}

.main-index .advantage-area-3 .advantage-list .item-tip {
    font-size: 12px;
    color: #161c3b;
    margin-top: 13px;
}

/****新闻资讯****/
.main-index .news-area {
    padding: 39px 0 59px;
    background: #fff;
}

.main-index .news-content {
    width: 1200px;
    margin: 0 auto;
}
.main-index .news-content .news-big-title{
    margin-bottom: 20px;
}
.main-index .news-content .news-big-title>h1{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 3;
}
.main-index .news-content .news-big-title>h2{
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 2;
}
.main-index .news-content .news-listbox{
    display: flex;
    justify-content: space-between;
}
.main-index .news-content .news-listbox .new-list-item{
    width: 360px;
}
.main-index .news-content .news-listbox .new-list-item .new-list-item-imgbox{
    display: block;
    width: 360px;
    height: 220px;
    overflow: hidden;
}
.main-index .news-content .news-listbox .new-list-item>ul{
    box-sizing: border-box;
    padding-left: 5px;
    box-shadow: 0 2px 12px 1px #E5E9EE;
    border-radius: 0 0 1px 1px;
}
.main-index .news-content .news-listbox .new-list-item>ul>li{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.main-index .news-content .news-listbox .new-list-item>ul>li:hover>span{
    margin-right: 40px;
}
.main-index .news-content .news-listbox .new-list-item>ul>li>span{
    display: block;
    font-size: 12px;
    background-color: #ffdede;
    padding: 1px 3px;
    border-radius: 2px;
    margin-right: 10px;
    user-select: none;
    transition: all 0.4s;
}
.main-index .news-content .news-listbox .new-list-item>ul>li>a{
    color: black;
    font-size: 14px;
    transition: all 0.3s;
    line-height: 3;
    display: block;
    flex-grow: 1;
}
.main-index .news-content .news-listbox .new-list-item>ul>li>a:hover{
    color: blue;
    
}
.main-index .news-content .news-listbox .new-list-item .new-list-item-imgbox:hover>img{
    transform: scale(1.2);
}
.main-index .news-content .news-listbox .new-list-item .new-list-item-imgbox>img{
    display: block;
    width: 360px;
    height: 220px;
    transition: all 0.3s;
}

.main-index .news-content .btn-more {
    display: block;
    text-align: center;
    width: 158px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    border: 1px solid #578df2;
    margin: 74px auto 0;
    color: #161c3b;
    font-size: 14px;
}

.main-index .news-content .btn-more:hover {
    background: #578df2;
    color: #fff;
}

/****底部推广****/
.promotion-banner {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 1000;
}

.promotion-banner .banner-close {
    position: absolute;
}

.promotion-banner-5-1 {
    width: 1200px;
    height: 270px;
    margin-left: -600px;
    background: url(/o_img/index/promotion/5.1/banner.png?v=20190731001) no-repeat center;
}

.promotion-banner-5-1 .banner-close {
    width: 40px;
    height: 40px;
    right: 0;
    top: 43px;
    cursor: pointer;
    background: url(/o_img/index/promotion/5.1/close.png?v=20190731001) no-repeat;
}

.promotion-banner-6-1 {
    width: 1200px;
    height: 270px;
    margin-left: -600px;
    background: url(/o_img/index/promotion/6.1/banner.png?v=20190731001) no-repeat center;
}

.promotion-banner-6-1 .banner-close {
    width: 40px;
    height: 40px;
    right: 0;
    top: 43px;
    cursor: pointer;
    background: url(/o_img/index/promotion/6.1/close.png?v=20190731001) no-repeat;
}


/**********套餐购买**********/
.root-buy {
    background: #fff;
}

.root-buy .placeholder {
    height: 90px;
    background: #06060b;
}

.main-buy {
    position: relative;
}

/****背景区域****/
.main-buy .bg-area {
    position: relative;
}

/*背景内容*/
.main-buy .bg-wrap {
    background: #fff;
}

.main-buy .bg-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main-buy .bg-big-title {
    text-align: center;
    font-size: 48px;
    color: #161c3b;
    margin-top: 80px;
    font-weight: bold;
}

.main-buy .bg-small-title {
    text-align: center;
    font-size: 18px;
    color: #161c3b;
    margin-top: 24px;
}

.main-buy .bg-content .btn-renewal {
    display: block;
    margin: 22px auto 0;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
    background: #ff3340;
}

.main-buy .bg-content .btn-renewal:hover {
    color: #ffe06d;
}

.main-buy .bg-content .btn-renewal:active {
    background: #dcdcdc;
    color: #fff;
}

/****套餐区域****/
.main-buy .meal-area {
    background: url(/o_img/buy/bg.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

/**正常活动**/
.meal-area-normal .meal-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1px;
    height: 547px;
}

/*套餐列表*/
.meal-area-normal .meal-list {
    margin-top: 47px;
    margin-right: -2px;
    display: flex;
    justify-content: center;
}

.meal-area-normal .meal-list .list-item {
    top: 0;
    float: left;
    border: 1px solid #e2e2e2;
    width: 198px;
    height: 454px;
    position: relative;
    background: #fff;
}

.meal-area-normal .meal-list .list-item:hover {
    border: 2px solid #578df2;
    top: -1px;
    left: -1px;
    z-index: 10;
}

.meal-area-normal .meal-list .list-item:first-child:hover {
    left: 0;
}

.meal-area-normal .meal-list .list-item.hover {
    left: -1px;
}

.meal-area-normal .meal-list .meal-slogan {
    position: absolute;
    width: 95px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    left: 0;
    top: 0;
    background: url(/o_img/buy/discount/daily/banner_1.png?v=20190731001) no-repeat center;
}

.meal-area-normal .meal-list .meal-title {
    text-align: center;
    font-size: 14px;
    color: #161c3b;
    font-weight: bold;
    margin-top: 54px;
}

.meal-area-normal .meal-list .meal-detail {
    padding-top: 14px;
    text-align: center;
}

.meal-area-normal .meal-list .meal-detail .old-price {
    color: #9599a7;
    font-size: 14px;
    margin-top: 10px;
}

.meal-area-normal .meal-list .meal-detail .old-price .txt {
    padding: 0 3px;
    background: url(/o_img/buy/line_through.png?v=20190731001) repeat-x left center;
}

.meal-area-normal .meal-list .meal-detail .new-price {
    color: #161c3b;
    font-size: 40px;
}

.meal-area-normal .meal-list .meal-detail .new-price .txt {
    font-size: 20px;
    font-weight: normal;
    margin-top: 4px;
    margin-right: 2px;
}

.meal-area-normal .meal-list .btn-buy {
    display: block;
    text-align: center;
    width: 160px;
    height: 30px;
    margin: 26px auto 0;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    background: #578df2;
}

.meal-area-normal .meal-list .btn-buy:hover {
    background: #47bdf7;
}

.meal-area-normal .meal-list .btn-buy:active {
    background: #ccd1e2;
}

/*优势列表*/
.meal-area-normal .advantage-list {
    margin-top: 28px;
    padding-left: 26px;
    text-align: left;
}

.meal-area-normal .advantage-list-item {
    font-size: 0;
    line-height: 14px;
    margin-top: 19px;
}

.meal-area-normal .advantage-list-item:first-child {
    margin-top: 0;
}

.meal-area-normal .advantage-list-item .img-hook {
    margin-right: 8px;
}

.meal-area-normal .advantage-list-item .img-hook-hover {
    display: none;
    margin-right: 8px;
}

.meal-area-normal .advantage-list-item .txt {
    font-size: 12px;
    color: #000;
}

/****推广活动****/
.meal-area-promotion .meal-wrap {
    width: 1200px;
    margin: 0 auto;
}

/**5.1推广**/
.meal-area-5-1 .meal-banner-area {
    height: 360px;
    background: url(/o_img/buy/discount/5.1/banner.jpg?v=20190731001) no-repeat center;
}

.meal-area-5-1 .meal-wrap {
    padding-top: 1px;
    height: 415px;
}

/*套餐列表*/
.meal-area-5-1 .meal-list {
    margin-top: -79px;
}

.meal-area-5-1 .meal-list .list-item {
    -webkit-transition: top .3s;
    transition: top .3s;
    top: 0;
    float: left;
    margin-left: 20px;
    width: 222px;
    height: 443px;
    position: relative;
    background: #fff;
    border: 1px solid #c9cacb;
}

.meal-area-5-1 .meal-list .list-item:first-child {
    margin-left: 0;
}

.meal-area-5-1 .meal-list .list-item:hover {
    border-color: #ffd0a2;
    top: -20px;
    z-index: 10;
}

.meal-area-5-1 .meal-list .img-banner {
    position: absolute;
    width: 74px;
    height: 99px;
    right: 0;
    top: -37px;
}

.meal-area-5-1 .meal-list .list-item:hover .img-banner {
    right: 0;
    top: -37px;
}

/*新增移入效果*/
.meal-area-5-1 .meal-list .img-banner-hover {
    display: none;
    position: absolute;
    width: 81px;
    height: 109px;
    right: 0;
    top: -42px;
}

.meal-area-5-1 .meal-list .meal-title {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 38px;
}

.meal-area-5-1 .meal-list .meal-detail {
    padding-top: 15px;
    text-align: center;
}

.meal-area-5-1 .meal-list .meal-detail .old-price {
    color: #f21e03;
    font-size: 14px;
    margin-top: 10px;
}

.meal-area-5-1 .meal-list .meal-detail .old-price .txt {
    padding: 0 3px;
    background: url(/o_img/buy/line_through.png?v=20190731001) repeat-x left center;
}

.meal-area-5-1 .meal-list .meal-detail .new-price {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.meal-area-5-1 .meal-list .meal-detail .new-price .txt {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    margin-right: 2px;
}

.meal-area-5-1 .meal-list .meal-detail .btn-buy {
    display: block;
    width: 160px;
    height: 40px;
    margin: 18px auto 0;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    background: #f98d3d;
}

/*优势列表*/
.meal-area-5-1 .advantage-list {
    margin-top: 33px;
    padding-left: 26px;
    text-align: left;
}

.meal-area-5-1 .advantage-list-item {
    font-size: 0;
    line-height: 14px;
    margin-top: 19px;
}

.meal-area-5-1 .advantage-list-item:first-child {
    margin-top: 0;
}

.meal-area-5-1 .advantage-list-item .img-hook {
    margin-right: 8px;
}

.meal-area-5-1 .advantage-list-item .img-hook-hover {
    display: none;
    margin-right: 8px;
}

.meal-area-5-1 .advantage-list-item .txt {
    font-size: 12px;
    color: #000;
}

/**********软件下载**********/
.root-download .placeholder {
    height: 90px;
    background: #06060b;
}

.main-download {
    background: #fff;
    position: relative;
}

/****背景区域****/
.main-download .bg-area {
    position: relative;
    border-bottom: 1px solid #d8dadf;
}

.main-download .bg-area .bg-wrap {
    background: url(/o_img/download/bg.png?v=20190731001) no-repeat bottom;
}

.main-download .bg-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
    height: 450px;
}

.main-download .left-side {
    position: absolute;
    left: 0;
    top: 142px;
}

.main-download .left-side .big-title {
    font-size: 30px;
    color: #161c3b;
    font-weight: bold;
}

.main-download .left-side .tip-wrap {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-top: 32px;
}

.main-download .right-side {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.main-download .right-side .img-font {
    float: right;
    ;
    width: 113px;
}

.main-download .right-side .tip {
    font-size: 18px;
    color: #161c3b;
    font-weight: bold;
    margin-top: 10px;
}

.main-download .download-area {
    text-align: center;
    padding: 38px 0 49px;
    background: #fff;
}

.main-download .download-file-list {
    width: 1200px;
    margin: 0 auto;
}

.main-download .download-file {
    float: left;
    width: 300px;
    height: 250px;
    position: relative;
    padding-top: 1px;
}

.main-download .split-line {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #dcdcdc;
}

.main-download .download-file .download-title {
    font-size: 30px;
    color: #666;
    margin-top: 12px;
    margin-bottom: 48px;
    font-weight: lighter;
}
.main-download .download-file.download-androidsdk .download-tip,
.main-download .download-file.download-winsdk .download-tip{
    margin: 0 auto;
    width: 154px;
    display: flex;
    justify-content: space-between;
}
.main-download .download-file .download-tip {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.main-download .download-file .btn-download {
    position: absolute;
    width: 158px;
    height: 38px;
    line-height: 38px;
    left: 50%;
    margin-left: -80px;
    bottom: 14px;
    color: #161c3b;
    font-size: 14px;
    background: #5dd3fe;
    border-radius: 6px;
}

.main-download .download-ios .btn-download {
    border-color: #b9cadb;
    background: transparent;
    color: #b9cadb;
    cursor: default;
}

.main-download .download-file .download-qrcode-wrap {
    position: absolute;
    padding: 10px;
    background: #fff;
    left: 50%;
    margin-left: -90px;
    bottom: 50px;
}

.main-download .download-file .img-qrcode {
    display: block;
    width: 160px;
}

.main-download .download-file .triangle {
    position: absolute;
    font-size: 40px;
    color: #fff;
    bottom: -20px;
    line-height: 1;
    left: 50%;
    margin-left: -12px;
}

/**********帮助中心**********/
.main-help .placeholder {
    height: 90px;
    background: #06060b;
}

.main-help-con-wrap {
    padding: 25px 0;
    ;
    background: #fff
}

.main-help-con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-help-con .vertical-line {
    position: absolute;
    left: 356px;
    top: -25px;
    bottom: -25px;
    width: 1px;
    background: #d8dadf;
}

.main-help-con .left-side {
    width: 356px;
}

.main-help-con .sidebar {}

.main-help-con .sidebar-list {
    border-bottom: 1px solid #d8dadf;
    margin-top: 14px;
    padding-bottom: 14px;
}

.main-help-con .sidebar-list:first-child {
    margin-top: 0;
}

.main-help-con .sidebar-list .list-title {
    padding-left: 52px;
    height: 42px;
    line-height: 42px;
    font-size: 0;
    position: relative;
    cursor: pointer;
}

.main-help-con .sidebar-list .list-title .txt {
    font-size: 18px;
    color: #161c3b;
    font-weight: bold;
}

.main-help-con .sidebar-list .list-title .img-arrow-wrap {
    position: absolute;
    width: 14px;
    height: 7px;
    right: 48px;
    top: 50%;
    margin-top: -3px;
    background: url(/o_img/help/img_arrow.png?v=20190731001) 0 -7px;
}

.main-help-con .sidebar-list .list-title.open .img-arrow-wrap {
    background-position: 0 0;
}

.main-help-con .sidebar-list .list-item-wrap {
    padding: 10px 0 4px 0;
}

.main-help-con .sidebar-list .list-item {
    padding-left: 52px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    font-size: 14px;
    color: #9599a7;
    position: relative;
    margin-top: 6px;
}

.main-help-con .sidebar-list .list-item .border-left {
    display: none;
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background: #4bcffe;
}

.main-help-con .sidebar-list .list-item:hover {
    color: #161c3b;
    font-weight: bold;
    background: #f3f3f3;
}

.main-help-con .sidebar-list .list-item:hover .border-left {
    display: block;
}

.main-help-con .sidebar-list .list-item.active {
    color: #161c3b;
    font-weight: bold;
    background: #f3f3f3;
}

.main-help-con .sidebar-list .list-item.active .border-left {
    display: block;
}

.main-help-con .right-side {
    padding-bottom: 30px;
    background: #fff;
}

.main-help-con .main-con {
    padding-left: 50px;
    padding-top: 46px;
}

.main-help-con .list-details {}

.main-help-con .list-details .title {
    font-size: 24px;
    color: #22252e;
}

.main-help-con .list-details .details-content {
    color: #22252e;
    margin-top: 34px;
}

.main-help-con .list-details .details-content .link {
    color: #3d7dff;
}

.main-help-con .list-details .details-content .link:hover {
    text-decoration: underline;
}

.main-help-con .list-details .details-content .tip-1 {
    line-height: 2;
    font-size: 12px;
}

.main-help-con .list-details .details-content .tip-1>.province {
    font-weight: bold;
}

.main-help-con .list-details .details-content .tip-2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.main-help-con .list-details .details-content .tip-3 {
    font-size: 14px;
    line-height: 2;
    color: #a5a5a5;
    margin-bottom: 10px;
}

.main-help-con .list-details .details-content .tip-4 {
    font-size: 14px;
    line-height: 2;
}

.main-help-con .list-details .details-content .img {
    margin: 30px 0;
    display: block;
    width: 600px;
}

.main-help-con .list-details .details-content .img-1 {}

.main-help-con .list-details .details-content .img-2 {}

.main-help-con .list-details .details-content .img-3 {}

.main-help-con .list-details .details-content .img-4 {}

.main-help-con .list-details .details-content .img-5 {}

.main-help-con .list-details .details-content .img-6 {}

.main-help-con .list-details .details-content .img-7 {}

.main-help-con .list-details .details-content .img-8 {}

.main-help-con .list-details .details-content .img-9 {}

.main-help-con .list-details .details-content .img-10 {}

.main-help-con .list-details .details-content .img-11 {}

.main-help-con .list-details .details-content .img-12 {}

.main-help-con .list-details .details-content .img-13 {}

.main-help-con .list-details .details-content .img-14 {}

.main-help-con .list-details .details-content .img-15 {}

.main-help-con .list-details .details-content .img-16 {}

.main-help-con .list-details .details-content .img-17 {}

.main-help-con .list-details .details-content .img-18 {}

.main-help-con .list-details .details-content .img-19 {}

.main-help-con .list-details .details-content .img-20 {}

.main-help-con .list-details .details-content .img-21 {}

.main-help-con .list-details .details-content .img-22 {}

.main-help-con .list-details .details-content .img-23 {}

.main-help-con .list-details .details-content .img-24 {}

.main-help-con .list-details .details-content .img-25 {}

.main-help-con .list-details .details-content .img-26 {
    width: 600px;
}

.main-help-con .list-details .details-content .img-27 {
    width: 600px;
}

.main-help-con .list-details .details-content .img-28 {
    width: 600px;
}

.main-help-con .list-details .details-content .img-29 {
    width: 600px;
}

.main-help-con .list-details .details-content .img-30 {
    width: 600px;
}

.main-help-con .list-details .details-content .img-31 {
    width: 600px;
}

.main-help-con .list-details .details-content .img-32 {
    width: 600px;
}

/**********开发者中心**********/
.main-developer {
    background: url(/o_img/developer/bg.jpg?v=20190731001) no-repeat top;
}

/****背景区域****/
.main-developer .bg-area {
    position: relative;
}

.main-developer .bg-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
    height: 295px;
    text-align: center;
}

.main-developer .bg-content .img-font {
    display: block;
    margin: 164px auto 0;
}

.main-developer .bg-big-title {
    font-size: 48px;
    color: #fff;
    margin-top: 24px;
}

/**下载区域**/
.main-developer .download-area {
    position: relative;
}

.main-developer .download-area .download-file-list {
    width: 614px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main-developer .download-area .download-file-wrap {
    position: relative;
    float: left;
    width: 300px;
    height: 450px;
    margin-left: 14px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 18px 0px rgba(146, 156, 159, 0.03);
}

.main-developer .download-area .download-file-wrap:first-child {
    margin-left: 0;
}

.main-developer .download-area .download-file-wrap .mask-layer {
    background: #fff;
    opacity: .1;
    filter: alpha(opacity=10);
}

.main-developer .download-area .download-file {}

.main-developer .download-area .download-img-area {
    margin-top: 75px;
    height: 51px;
    font-size: 0;
}

.main-developer .download-area .img-download-wrap {
    background-repeat: no-repeat;
}

.main-developer .download-area .download-app .img-download-wrap {
    width: 51px;
    height: 51px;
    background-image: url(/o_img/developer/icon_app.png?v=20190731001);
}

.main-developer .download-area .download-windows .img-download-wrap {
    width: 53px;
    height: 51px;
    background-image: url(/o_img/developer/icon_windows.png?v=20190731001);
}

.main-developer .download-area .download-ios .img-download-wrap {
    width: 44px;
    height: 51px;
    background-image: url(/o_img/developer/icon_ios.png?v=20190731001);
}

.main-developer .download-area .download-title {
    font-size: 20px;
    margin-top: 50px;
    color: #fff;
    font-weight: bold;
}

.main-developer .download-file .advantage-list {
    margin-top: 36px;
    padding-left: 30px;
    font-size: 0;
}

.main-developer .download-file .advantage-list-item {
    margin-top: 19px;
    text-align: left;
    overflow: hidden;
}

.main-developer .download-file .advantage-list-item:first-child {
    margin-top: 0;
}

.main-developer .download-file .advantage-list-item .list-item-details {
    width: 118px;
    margin-left: 16px;
}

.main-developer .download-file .advantage-list-item .img-hook {
    margin-right: 7px;
}

.main-developer .download-file .advantage-list-item .txt {
    font-size: 12px;
    color: #fff;
}

.main-developer .download-file .btn-download {
    display: block;
    margin: 51px auto 0;
    width: 158px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #578df2;
    background: #578df2;
    font-size: 14px;
}

.main-developer .download-file .btn-download:hover {
    border-color: #47bdf7;
    background: #47bdf7;
}

.main-developer .download-file .btn-download:active {
    border-color: #ccd1e2;
    background: #ccd1e2;
}

.main-developer .download-file .btn-not-allowed {
    cursor: default;
    background: transparent;
    border-color: #9eacb9;
    color: #9eacb9;
}

.main-developer .download-file .btn-not-allowed:hover {
    background: transparent;
    border-color: #9eacb9;
    color: #9eacb9;
}

.main-developer .download-file .btn-not-allowed:active {
    background: transparent;
    border-color: #9eacb9;
    color: #9eacb9;
}

/****优势区域****/
.main-developer .advantage-area .advantage-list-wrap {}

.main-developer .advantage-area .advantage-list {
    width: 1200px;
    padding: 56px 0 28px;
    margin: 0 auto;
    text-align: center;
}

.main-developer .advantage-area .advantage-list-item {
    float: left;
    width: 25%;
    height: 150px;
    position: relative;
}

.main-developer .advantage-area .advantage-list-item .split-line {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background: #4c4c63;
}

.main-developer .advantage-area .advantage-list-item .advantage-title {
    color: #fff;
    font-size: 20px;
    margin-top: 26px;
    font-weight: bold;
    line-height: 34px;
}

.main-developer .advantage-area .advantage-list-item .advantage-desc {
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 8px;
}

/**********关于我们**********/
.root-about {
    background: #fff;
}

.main-about {}

/****背景区域****/
.main-about .bg-area {
    position: relative;
}

.main-about .bg-area .bg-wrap {
    background: url(/o_img/about/bg.jpg?v=20190731001) no-repeat center;
}

.main-about .bg-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
    height: 737px;
    text-align: center;
}

.main-about .bg-img-font {
    display: block;
    margin: 200px auto 0;
}

.main-about .bg-big-title {
    font-size: 72px;
    color: #fff;
    margin-top: 80px;
}

.main-about .bg-small-title {
    font-size: 18px;
    color: #fff;
    margin-top: 17px;
    font-weight: bold;
}

.main-about .bg-tip {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin-top: 46px;
}

.main-about .about-list-wrap {
    background: #fff;
}

.main-about .about-list {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
}

.main-about .about-list .list-item {
    float: left;
    position: relative;
    width: 400px;
    margin-top: 104px;
}

.main-about .about-list .img-icon {
    display: block;
    margin: 0 auto;
    height: 34px;
}

.main-about .about-list .item-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 18px;
}

.main-about .about-list .item-con {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    margin-top: 16px;
    text-align: left;
}

.main-about .contact-area {
    margin-top: 86px;
}

.main-about .contact-con {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 67px;
}

.main-about .contact-big-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.main-about .contact-small-title {
    font-size: 20px;
    color: #000;
    margin-top: 23px;
}

.main-about .contact-list {
    margin-top: 44px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.main-about .contact-list>img {
    display: block;
    border-radius: 5px;
}

.main-about .contact-list>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 340px;
}

.main-about .contact-list>div>section {
    display: flex;
    align-items: center;
    width: 546px;
    height: 96px;
    box-sizing: border-box;
    padding-left: 23px;
    box-shadow: 0px 0px 18px 0px #ecedf1;
    border-radius: 6px;
}

.main-about .contact-list>div>section>img {
    display: block;
    margin-right: 22px;
}

.main-about .contact-list>div>section>span {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    text-align: left;
}


/**********更多IP信息**********/
.root-more-ip {
    background: #fff;
}

.main-more-ip {
    position: relative;
}

/****背景区域****/
.main-more-ip .bg-area {
    position: absolute;
    width: 1200px;
    height: 230px;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    background: url(/o_img/more_info_ip/bg.jpg?v=20190731001) no-repeat top;
}

.main-more-ip .placeholder {
    height: 70px;
    background: #060606;
}

.main-more-ip .more-ip-list {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
}

.main-more-ip .more-ip-list .list-item {
    margin-top: 53px;
    padding-left: 45px;
    padding-right: 40px;
}

.main-more-ip .more-ip-list .list-item:first-child {
    margin-top: 0;
}

.main-more-ip .more-ip-list .item-img {
    width: 200px;
    height: 130px;
}

.main-more-ip .more-ip-list .item-desc {
    margin-left: 155px;
    line-height: 130px;
    font-size: 24px;
    color: #000;
}

.main-more-ip .more-ip-list .btn-contact {
    font-size: 0;
    line-height: 54px;
    color: #fff;
    padding: 0 26px 0 18px;
    margin-top: 38px;
    background: #ff903e;
    border-radius: 10px;
}

.main-more-ip .more-ip-list .btn-contact .img-icon-tel {
    margin-right: 12px;
}

.main-more-ip .more-ip-list .btn-contact .txt {
    font-size: 19px;
}

/**********个人中心**********/

/****  XXX  ****/


/*  XX  */

/**********登录 & 注册 & 忘记密码**********/
.entry-outer {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.entry-outer .logo {
    margin: 145px 0 30px 0;
}

.entry-outer .logo .img {
    display: block;
    margin: 0 auto;
    height: 84px;
}

.entry-outer .entry-way {
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px;
    color: #666;
}

.entry-outer .entry-panel {
    width: 525px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    margin: 0 auto 178px;
    padding: 62px 0 42px;
    border: 1px solid #ecedf0;
    box-shadow: 0 0 1px 1px #f1f2f5;
}

.entry-outer .input-wrap {
    position: relative;
    margin: 0 auto;
    margin-bottom: 42px;
    width: 414px;
    height: 44px;
    line-height: 44px;
}


.entry-outer .input-wrap>.lefticon {
    position: absolute;
    left: 105px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgb(124, 124, 248);
}

.entry-outer .input-wrap>.righticon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgb(124, 124, 248);
    cursor: pointer;
}
.entry-outer .input-wrap>.rangebox{
    width: 324px;
    height: 42px;
    background-color: #eee;
    border: 1px solid #dee0e3;
    float: left;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-outer .input-wrap>.rangebox .bar{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
    cursor: move;
    box-sizing: border-box;
    background-color: #fff;
    border-right: 1px solid #dee0e3;
    font-size: 25px;
    color: rgb(172, 172, 172);
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.entry-outer .input-wrap>.rangebox .redbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    background-color: rgba(82, 103, 242, 0.63);
}
.entry-outer .input-wrap>.rangebox>p{
    font-size: 14px;
    color: rgb(156, 156, 156);
    position: relative;
    overflow: hidden;
    user-select: none;
    line-height: 1;
}
.entry-outer .input-wrap>.rangebox>p::after{
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right,
            rgba(102, 102, 102, 0),
            rgb(255, 255, 255),
            rgba(102, 101, 101, 0)) no-repeat;
    animation: bgtoright 2.5s 1s linear infinite;
}
@keyframes bgtoright {
    from {
        left: -300%;
    }
    to {
        left: 300%;
    }
}
.entry-outer .input-wrap .title {
    width: 80px;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    color: #333;
}

.entry-outer .input-wrap .input-txt {
    border: 1px solid #dee0e3;
    width: 324px;
    height: 42px;
    padding: 0 50px;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    border-radius: 3px;
}

.entry-outer .input-wrap .input-txt-short {
    width: 200px;
}

.entry-outer .input-wrap .input-txt:focus {
    border-color: #578df2;
    color: #161c3b;
}

.entry-outer .input-wrap .input-txt.error {
    border-color: #f35050;
}

.entry-outer .input-wrap .img-code {
    width: 86px;
    height: 44px;
    cursor: pointer;
}

.entry-outer .input-wrap .sms-code {
    text-align: center;
    width: 98px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #578df2;
    border-radius: 15px;
    color: #578df2;
    font-size: 14px;
}

.entry-outer .input-wrap .sms-code.disabled {
    border-color: #888;
    color: #888;
    font-size: 12px;
    cursor: default;
}

.entry-outer .input-wrap .error-tip {
    position: absolute;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    font-size: 0;
    left: 90px;
    top: -50px;
    border: 1px solid #d7d9dc;
    color: #f35050;
    border-radius: 3px;
    z-index: 20;
}

.entry-outer .input-wrap .error-tip .txt {
    font-size: 14px;
}

.entry-outer .input-wrap .error-tip .img {
    margin-right: 8px;
    width: 18px;
}

.entry-outer .entry-panel em.triangle {
    position: absolute;
    font-size: 50px;
    font-style: normal;
    left: 319px;
    top: -35px;
    color: #ecedf0;
}

.entry-outer .entry-panel span.triangle {
    position: absolute;
    font-size: 50px;
    color: #fff;
    left: 319px;
    top: -34px;
}

.entry-outer .input-wrap .error-tip em.triangle {
    color: #d7d9dc;
    font-size: 30px;
    left: 47px;
    top: 16px;
}

.entry-outer .input-wrap .error-tip span.triangle {
    font-size: 30px;
    left: 47px;
    top: 15px;
}

.entry-outer .entry-panel .entry-footer {
    text-align: center;
}

.entry-outer .entry-footer .input {
    border: none;
    width: 414px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    background: #578df2;
    border-radius: 3px;
    cursor: pointer;
}

.entry-outer .entry-footer .input:hover {
    background: #47bdf7;
}

.entry-outer .entry-footer .input:active {
    background: #b9cadb;
}

.entry-outer .entry-footer .tip {
    font-size: 16px;
    padding: 0 55px;
    margin-top: 20px;
}

.entry-outer .entry-footer .color-1 {
    color: #5072fe;
}

.entry-outer .entry-footer .color-2 {
    color: #999;
}

.entry-outer .entry-footer .color-3 {
    color: #333;
}

.entry-outer .line {
    width: 1000px;
    height: 1px;
    background: #dcdfe2;
    margin-bottom: 23px;
}

.entry-outer .copy-right {
    color: #bbb;
    font-size: 12px;
    text-align: center;
    margin-bottom: 7px;
}

/*     */
.record-action-btn-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 70px;
}

.record-action-btn {
    display: block;
    line-height: 1;
    border: 1px dashed;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.3s;
    font-size: 12px;
}

.record-action-btn:first-child {
    color: #4a8efd;
    border-color: #4a8efd;
}

.record-action-btn:last-child {
    color: #7bbd02;
    border-color: #7bbd02;
}


.record-action-btn:hover {
    color: rgb(34, 33, 33);
    border-color: rgb(34, 33, 33);
    
}


/**********404页面**********/
.root-404 {}

.root-404 .placeholder {
    height: 80px;
    background: #000;
}

.main-404 {
    position: absolute;
    width: 100%;
    ;
    left: 0;
    top: 80px;
    bottom: 280px;
}

.root-404 .img-404 {
    display: block;
    width: 487px;
    margin: 0 auto;
}

.root-404 .return-index {
    display: block;
    margin: 53px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #3d7dff;
    color: #fff;
    font-size: 18px;
}

.root-404 .footer-wrap {
    margin-top: 600px;
    width: 100%;
    left: 0;
    bottom: 0;
}

/**********注册协议**********/
.root-protocol {
    background: #fff;
}

.main-protocol {
    padding: 8px 48px;
}

.main-protocol .big-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    padding-bottom: 20px;
    line-height: 46px;
    text-align: center;
}

.main-protocol .explain {
    font-size: 18px;
    line-height: 30px;
}

.main-protocol .protocol-list {
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 60px;
}

.main-protocol .protocol-list dt {
    margin-top: 30px;
}

.main-route {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    width: 100%;
    background-color: #fff;
}

.main-route .banner {
    background: url(/o_img/city/bg.jpg) top center/100% 100% no-repeat;
    padding-top: 90px;
    height: 320px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgb(88, 86, 86);
}

.main-route .banner .banner-con {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.main-route .banner .banner-con .title{
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 30px;
}
.main-route .banner .banner-con .mid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}




.main-route .banner .banner-con .mid>.serach {
    position: relative;
    margin-right: 25px;
    display: flex;
}

.main-route .banner .banner-con .mid>.serach>input {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    box-sizing: border-box;
    color: #666;
    padding: 13px 50px;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    height: 48px;
    width: 475px;
    border-radius: 4px 0 0 4px;
}
.main-route .banner .banner-con .mid>.serach>input::-webkit-input-placeholder {
    color: #fff;
}
.main-route .banner .banner-con .mid .serach .serach-btn {
    width: 107px;
    height: 48px;
    background-color: #578df2;
    border-radius: 0 4px 4px 0;
    font-size: 15px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.main-route .banner .banner-con .mid>.serach>span {
    position: absolute;
    color: #578df2;
    font-size: 29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-route .banner .banner-con .mid>.serach>span:first-of-type {
    left: 8px;
}

.main-route .banner .banner-con .mid>.serach>span:last-of-type {
    cursor: pointer;
    right: 115px;
}
.main-route .banner .banner-con .mid>.serach>span:last-of-type:hover {
    color: red;
}

.main-route .banner .banner-con .mid>a {
    font-size: 15px;
    color: #fff;
}

.main-route .banner .banner-con .mid .export-btn{
    width: 107px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 15px;
    color: #555;
    font-weight: lighter;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    margin-right: 25px;
}



.main-route .banner .banner-con .serach-keyword {
    overflow: hidden;
    padding-left: 224px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 14px;
}

.main-route .banner .banner-con .serach-keyword>p {
    margin-right: 22px;
}

.main-route .banner .banner-con .serach-keyword>span {
    cursor: pointer;
    margin-right: 17px;
}

.main-route .city-list {
    overflow: hidden;
    width: 1200px;
    min-height: 700px;
    min-width: 1200px;
    margin: 50px auto 0;
    color: #333;
}

.main-route .city-list>table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

.main-route .city-list>table thead tr {
    background: #d7e5fb;
    border-bottom: 4px solid black;
}

.main-route .city-list>table thead th {
    color: #677990;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    text-align: center;
}

.main-route .city-list>table thead th:first-child {
    border-radius: 5px 0 0 0;
}

.main-route .city-list>table thead th:last-child {
    border-radius: 0px 5px 0 0;
}

.main-route .city-list>table thead th>svg {
    font-size: 18px;
}

.main-route .city-list>table tbody td {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    text-align: center;
}

.main-route .city-list>table tbody>tr:nth-child(even) {
    background-color: #dcdcdc;
}

/**********新闻列表**********/

.root-news-all .placeholder {
    height: 90px;
    background: #06060b;
}

.main-news-all {
    background: #fff;
}

/****背景区域****/
.main-news-all .bg-area {
    position: relative;
}

.main-news-all .bg-wrap {
    background: url(/o_img/news/bg.jpg?v=20190731001) no-repeat right;
}

.main-news-all .bg-content {
    height: 339px;
    padding-top: 1px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.main-news-all .bg-big-title-1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.main-news-all .bg-small-title-1 {
    font-size: 18px;
    color: #fff;
    margin-top: 27px;
}

.main-news-all .news-list-area {
    position: relative;
    padding: 45px 0 45px;
}

.main-news-all .news-list {
    width: 1200px;
    margin: 0 auto 32px;
    position: relative;
}

.main-news-all .news-list .list-item {}

.main-news-all .news-list .date-wrap {
    float: left;
    width: 195px;
    padding: 22px 0;
}

.main-news-all .news-list .date-box {
    margin: 0 auto;
    border: 2px solid #161c3b;
    width: 78px;
    height: 78px;
    text-align: center;
}

.main-news-all .news-list .date-top {
    font-size: 16px;
    color: #161c3b;
    margin-top: 13px;
}

.main-news-all .news-list .date-bot {
    font-size: 30px;
    color: #161c3b;
    margin-top: 6px;
    font-weight: bold;
}

.main-news-all .news-list .news-link {
    display: block;
    overflow: hidden;
    padding: 22px 0 35px;
    border-bottom: 1px solid #d8dadf;
}

.main-news-all .news-list .news-title {
    font-size: 20px;
    color: #161c3b;
    font-weight: bold;
    margin-top: 14px;
}

.main-news-all .news-list .news-link:hover .news-title {
    color: #578df2;
}

.main-news-all .news-list .news-desc {
    font-size: 18px;
    color: #9599a7;
    margin-top: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/**********新闻详情**********/
.root-news-details .placeholder {
    height: 90px;
    background: #06060b;
}

.main-news-details {
    background: #fff;
}

.main-news-details .news-content {
    width: 1200px;
    margin: 0 auto;
    padding: 74px 0 54px;
}

.main-news-details .news-content .news-title {
    font-size: 30px;
    color: #161c3b;
    font-weight: bold;
}

.main-news-details .news-content .news-time {
    font-size: 14px;
    color: #666;
    margin-top: 18px;
}

.main-news-details .news-content .news-info {
    font-size: 16px;
    color: #161c3b;
    margin-top: 16px;
    line-height: 1.5;
}

.main-news-details .news-content .news-footer {
    margin-top: 70px;
    height: 56px;
    position: relative;
}

.main-news-details .news-content .news-link-wrap {
    line-height: 28px;
    font-size: 0;
}

.main-news-details .news-content .news-link {
    color: #161c3b;
    font-size: 14px;
}

.main-news-details .news-content .news-link:hover {
    color: #657eff;
}

.main-news-details .news-content .news-link .link-title {
    font-weight: bold;
}

.main-news-details .news-content .news-footer .btn-more {
    position: absolute;
    width: 158px;
    height: 38px;
    line-height: 38px;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -20px;
    border: 1px solid #657eff;
    color: #657eff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
}

.main-news-details .news-content .news-footer .btn-more:hover {
    background: #657eff;
    color: #fff;
}

/*laydate重置样式*/
.layui-laydate-main .layui-laydate-header i:hover,
.layui-laydate-main .layui-laydate-header span:hover {
    color: #578df2;
}

.layui-laydate .layui-laydate-content .layui-this {
    background-color: #578df2 !important;
}

.laydate-theme-grid .layui-laydate-content .laydate-selected,
.laydate-theme-grid .layui-laydate-content .laydate-selected:hover {
    color: #578df2 !important;
}

.layui-laydate-footer .laydate-footer-btns span:hover {
    color: #578df2;
}

/*动画效果*/

/*地图加载动画*/
@-webkit-keyframes rip {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    5% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes rip {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    5% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*加载中动画*/
@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: .5;
        -webkit-transform: scale(.75);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: .5;
        transform: scale(.75);
    }
}

/*媒体查询*/
@media (max-width: 1700px) {
    .main-index .advantage-area-1 .bg-wrap .left-banner {
        width: 5%;
    }
}

@media (max-width: 1366px) {
    .main-index .advantage-area-1 .bg-wrap .left-banner {
        width: 0;
    }
}

/*placeholder属性修改*/
.main-user .nav-content-area .item-con .input-txt-2::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

.main-user .nav-content-area .item-con .input-txt-2:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.main-user .nav-content-area .item-con .input-txt-2::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.main-user .nav-content-area .item-con .input-txt-2:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.main-user .nav-content-area .item-con .input-txt-3::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

.main-user .nav-content-area .item-con .input-txt-3:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.main-user .nav-content-area .item-con .input-txt-3::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.main-user .nav-content-area .item-con .input-txt-3:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}