*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li,
dl,
dd,
dt {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

label {
    font-weight: normal;
}

html {
    height: 100%;
    font-family: '微软雅黑', "PingFang SC";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: '微软雅黑', "PingFang SC";
    font-size: 14px;
    height: 100%;
    text-align: left;
    color: #666;
    background-color: #f5f6fa;
}

textarea {
    font-family: '微软雅黑', "PingFang SC";
}

em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #3c7ee5;
    text-decoration: none;
}

button,
input,
select {
    border: 0;
    outline: 0;
}

button:-webkit-autofill,
input:-webkit-autofill,
select:-webkit-autofill {
    background: none !important;
}


/* 微信公众号 Popover 弹出框 */

.wechat-ewm-popover {
    margin-left: -67px;
}

.wechat-ewm-popover.el-popper[x-placement^="bottom"] .popper__arrow {
    left: 82px !important;
}

.wechat-ewm-popover img {
    width: 100%;
}

.image-slot {
    width: 150px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    color: #909399;
    border: solid 1px #caccd2;
}

.container,
.center {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.container > h3.subject,
.center > h3.subject {
    height: 32px;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 12px;
}
.container > div.line,
.center > div.line {
    margin: 0 auto;
    width: 48px;
    height: 2px;
    background: #3c7ee5;
    border-radius: 4px;
}
.container > h4.description,
.center > h4.description {
    height: 19px;
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 9px;
}

.iconfont {
    display: inline-block;
}

.icon,
.iconfont {
    vertical-align: middle;
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    overflow: hidden;
}

.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.topbar {
    height: 30px;
    line-height: 30px;
    background: #f0f1f3;
    font-size: 12px;
    position: relative;
}

.topbar .topbar-left {
    width: 35%;
}

.topbar .topbar-left li {
    float: left;
    cursor: default;
}

.topbar .topbar-left li:first-child {
    max-width: 75%;
}

.topbar .topbar-left li:last-child {
    margin-left: 35px;
}

.topbar .topbar-right>li {
    padding: 0 10px;
    position: relative;
    float: left;
}

.topbar .topbar-right>li:first-child:before {
    display: none;
}

.topbar .topbar-right>li:before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 14px;
    border-left: 1px solid #ddd;
}

.topbar .topbar-right>li a {
    color: #666;
}

.topbar .icon-up {
    display: inline-block;
    height: 8px;
    line-height: 8px;
    font-size: 12px;
    transition: all 0.3s;
}

.topbar .icon-up.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-icon_up-arrow.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header {
    width: 100%;
    height: 125px;
    padding-top: 45px;
    background: #fff;
    overflow: hidden;
}

.header .logo img {
    /* logo不限制大小 */
    max-width: 260px;
    max-height: 70px;
    border: 0px
}

.header .logo {
    width: 260px;
    height: 70px;
    /* margin-left: 8px; */
    margin-top: -22px;
}

.header.fixed-header .logo {
    margin-top: -10px;
}

.header.fixed-header .logo img {
    max-width: 260px;
    max-height: 58px;
}

.header.fixed-header .mini-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    background: #fff;
    z-index: 1002;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 81.6%, 0.5);
}

.header.fixed-header .mini-header .search {
    margin-top: -10px;
}

.header.fixed-header .mini-header .sale-btn {
    margin-top: 12px;
}

.header .search {
    width: 576px;
    margin: -22px 0 0 50px;
}

.header .search-tabs {
    width: 100%;
}

.header .search-tabs .btn {
    float: left;
    height: 22px;
    width: 62px;
    line-height: 24px;
    margin-right: 10px;
    border-radius: 2px 2px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.header .search-tabs .btn.active {
    color: #fff;
    background: #3c7ee5;
}

.header .search-box {
    width: 100%;
}

.header .search-box .search-form {
    height: 40px;
    line-height: 40px;
    border: 2px solid #3c7ee5;
    border-right: 0;
    background: #fff;
}

.header .search-box .search-form.zhuce-form .search-input {
    width: 218px;
    padding-right: 0;
    margin-left: 0;
}

.header .search-box .search-form.zhuce-form .search-input .el-input__inner::-webkit-input-placeholder {
    font-size: 12px;
}

.header .search-box .search-form.zhuce-form .search-input .el-input__inner::-moz-placeholder {
    font-size: 12px;
}

.header .search-box .search-form.zhuce-form .search-input .el-input__inner:-ms-input-placeholder {
    font-size: 12px;
}

.header .search-box .search-form.zhuce-form .search-input .el-input__inner::-ms-input-placeholder {
    font-size: 12px;
}

.header .search-box .search-form.zhuce-form .search-input .el-input__inner::placeholder {
    font-size: 12px;
}

.header .search-box .search-form.zhuce-form .search-btn {
    width: 89px;
}

.header .search-box .search-btn,
.header .search-box .search-input,
.header .search-box .search-select,
.header .search-box .tuxing-btn {
    float: left;
}

.header .search-box .search-select {
    width: 106px;
    height: 24px;
    line-height: 24px;
    margin-top: 7px;
    border-right: 1px solid #e0e3e8;
}

.header .search-box .search-select p {
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}

.header .search-box .search-select p .iconfont {
    display: inline-block;
    font-size: 14px;
    color: #9da0a6;
    transition: all 0.3s;
}

.header .search-box .search-select p .iconfont.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .search-box .search-input {
    width: 308px;
    line-height: 35px;
    padding: 0 30px 0 12px;
}

.header .search-box .search-input .el-input__inner {
    padding: 0;
    border: none;
}

.header .search-box .search-btn {
    width: 119px;
    line-height: 39px;
    margin-top: -1px;
    text-align: center;
    cursor: pointer;
}

.header .search-box .tuxing-btn {
    width: 30px;
    height: 36px;
    text-align: center;
}

.header .search-box .tuxing-btn .iconfont {
    line-height: 36px;
    margin-top: -4px;
    color: #9b9b9b;
}

.header .search-box .category-select {
    width: 90px;
    border-right: 0;
}

.header .search-box .category-select p {
    padding-left: 10px;
}

.header .sale-btn {
    width: 120px;
    margin-left: 10px;
}

.header .sale-btn .btn {
    width: 120px;
    height: 40px;
    line-height: 38px;
    border-color: #3c7ee5;
    border-width: 2px;
    vertical-align: top;
    color: #3c7ee5;
}

.header .sale-btn .btn .iconfont {
    margin-left: 4px;
    font-size: 12px;
}

.header .sale-btn .btn:hover {
    border-color: #3c7ee5;
    color: #fff;
}

.header .contact {
    height: 40px;
}

.header .contact .icons {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-top: 6px;
}

.header .contact .icons .iconfont {
    margin-top: -2px;
    font-size: 34px;
}

.header .contact .infos {
    margin-left: 42px;
}

.header .contact .infos .number {
    height: 24px;
    line-height: 24px;
}

.header .contact .infos .number strong {
    font-size: 20px;
}

.header .contact .infos .time {
    height: 20px;
    line-height: 20px;
    color: #a9bdd3;
}

.header-popper .popper__arrow {
    display: none !important;
}

.header-popper .header-search-item {
    width: 107px;
    margin: -4px 0 0 -1px;
    background: #fff;
    border: 1px solid #bcc9e5;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    text-align: center;
    cursor: pointer;
}

.header-popper .header-search-item li {
    height: 36px;
    line-height: 36px;
}

.header-popper .header-search-item li:hover {
    background: #3c7ee5;
    color: #fff;
}

.header-popper .header-category-item {
    width: 576px;
    padding: 0 2px;
    margin: -5px 0 0 -397px;
    background: #fff;
    border: 1px solid #bcc9e5;
    border-top: 0;
}

.header-popper .header-category-item .operate-item {
    line-height: 40px;
    padding-right: 10px;
    text-align: right;
}

.header-popper .header-category-item .el-checkbox-button:nth-child(6n) .el-checkbox-button__inner {
    border-right: 0;
}

.header-popper .header-category-item .el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: 0;
}

.header-popper .header-category-item .el-checkbox-button:nth-child(43) .el-checkbox-button__inner,
.header-popper .header-category-item .el-checkbox-button:nth-child(44) .el-checkbox-button__inner,
.header-popper .header-category-item .el-checkbox-button:nth-child(45) .el-checkbox-button__inner {
    border-bottom: 0;
}

.header-popper .header-category-item .el-checkbox-button.is-checked .el-checkbox-button__inner,
.header-popper .header-category-item .el-checkbox-button.is-focus .el-checkbox-button__inner {
    border-color: #e0e3e8;
}

.header-popper .header-category-item .el-checkbox-button__inner {
    width: 95px;
    padding: 12px 0;
    margin-top: -1px;
}

.header-popper .header-category-item ul {
    padding: 2px;
    border-top: 1px solid #e0e3e8;
}

.header-popper .header-category-item ul li {
    float: left;
    width: 88px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    text-align: center;
    cursor: default;
}

.header-popper .header-category-item ul li.active,
.header-popper .header-category-item ul li:hover {
    background: #3c7ee5;
    color: #fff;
}


/* nav导航菜单 */

.nav {
    width: 100%;
    height: 47px;
    line-height: 46px;
    background: #fff;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid #3c7ee5;
}

.nav.bg-solid {
    background: #3c7ee5;
}

.nav .nav-item li {
    float: left;
    text-align: center;
    position: relative;
}
.nav .nav-item li .el-dropdown{
    display: block;
}

.nav .nav-item li a {
    display: block;
    padding: 0 28px;
    color: #fff;
    font-size: 16px;
}

.nav .nav-item li:hover,
.nav .nav-item li.chose {
    background: #fff !important;
}

.nav .nav-item li:hover a,
.nav .nav-item li.chose a {
    color: #3c7ee5;
}

.nav .nav-item li.active a,
.nav .nav-item li:hover {
    color: #3c7ee5;
}

.nav .nav-item li.home-li {
    margin-right: 0;
}

.nav .nav-item li.home-li .iconfont {
    margin: -2px 8px 0 0;
    font-size: 14px;
    color: #3c7ee5;
}

.nav .nav-item li.home-li a {
    display: block;
}

.nav .nav-item li .tag {
    position: absolute;
    top: -6px;
    right: 12px;
    width: 30px;
    height: 16px;
    line-height: 16px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.nav .nav-item li .tag.t-new {
    background: #18c385;
}

.nav .nav-item li .tag.t-new:after {
    border-top: 3px solid #18c385;
}

.nav .nav-item li .tag.t-hot {
    background: #fb5555;
}

.nav .nav-item li .tag.t-hot:after {
    border-top: 3px solid #fb5555;
}

.nav .nav-item li .tag:after {
    content: " ";
    position: absolute;
    top: 16px;
    left: 12px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.nav .menu-hd-child {
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    z-index: 3;
    background: #fff;
    font-size: 14px;
}

.nav .menu-down {
    position: relative;
    z-index: 100;
}

.nav .menu-hd-child .menu-down-cont {
    width: 100%;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 0px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.nav .menu-hd-child .menu-dropdown {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 27px 0;
}
.nav-single-sub-items {border-radius: 4px;}
.nav .icon-mianfei {
    width: auto;
    background: #fb5555;
    display: inline-block;
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 1px 3px ;
    font-size: 12px;
    top: -14px;
    right: 0 !important;
    border-radius: 2px;
    font-family: Arial, "Microsoft YaHei";
}
.nav .icon-hot, .nav-single-sub-item .icon-hot {
    background: url(../../img/two_menu_hot.png) no-repeat center center;
}

.nav .icon-new, .nav-single-sub-item .icon-new  {
    background: url(../../img/two_menu_new.png) no-repeat center center;
}

.nav .icon-hot,
.nav .icon-new,
.nav-single-sub-item .icon-hot,
.nav-single-sub-item .icon-new{
    width: 27px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 3px;
}
.nav .icon-hot:before,
.nav .icon-new:before,
.nav-single-sub-item .icon-hot:before,
.nav-single-sub-item .icon-new:before{
    content: '' !important;
}
.nav .icon-mianfei::after {
    border-right: 8px solid transparent;
    border-top: 8px solid #fb5555;
    content: "";
    position: absolute;
    top: 16px;
    left: 4px;
}
.nav .icon-mianfei.icon-mianfei-hot{
    background-color: #fb5555;
}
.nav .icon-mianfei.icon-mianfei-hot::after{
    border-top-color: #fb5555;
}
.nav .icon-mianfei.icon-mianfei-new{
    background-color: #2DD071;
}
.nav .icon-mianfei.icon-mianfei-new::after{
    border-top-color: #2DD071;
}
.nav .icon-mianfei.icon-mianfei-免费{
    background-color: #f3cc0b;
}
.nav .icon-mianfei.icon-mianfei-免费::after{
    border-top-color: #f3cc0b;
}

/* .nav .icon-mianfei::after {
  border-top: 8px solid #fb5555;
} */

.nav .menu-hd-child .menu-dropdown:before,
.nav .menu-hd-child .menu-dropdown:after {
    display: table;
    content: "";
}

.nav .menu-hd-child .menu-dropdown:after {
    clear: both;
}

.nav .menu-hd-child .menu-dropdown li {
    float: right;
    border-right: 1px dashed #ccc;
}

.nav .menu-hd-child .menu-dropdown li:last-child {
    border-right: none;
}

.nav .menu-hd-child .reg-question {
    border-right: none !important;
    max-width: 220px;
}

.menu-dropdown li.reg-question a {
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav .menu-hd-child .menu-dropdown li a {
    display: block;
    line-height: 30px;
    color: #666;
}

.nav .menu-hd-child .menu-dropdown li h3 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 7px;
    line-height: normal;
}

.nav .menu-hd-child .menu-dropdown li h3 a {
    color: #333333;
}

.nav .menu-hd-child .menu-dropdown li h3 a:hover {
    color: #333333;
    text-decoration: none;
}

.nav .menu-hd-child .menu-dropdown li .dr-list {
    float: left;
}

.nav .menu-hd-child .menu-dropdown .domain-register {
    float: right;
}

.nav .menu-hd-child .menu-dropdown .domain-register:before,
.nav .menu-hd-child .menu-dropdown .domain-register:after {
    display: table;
    content: "";
}

.nav .menu-hd-child .menu-dropdown .domain-register:after {
    clear: both;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.reg-question {
    padding-left: 30px;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.domain-service {
    padding: 0 6px 0 20px;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.domain-service .dr-list {
    padding-right: 24px;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.top-domain {
    padding: 0 34px 0 24px;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.china-domain {
    padding: 0 0 0 22px;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.china-domain .dr-list {
    padding-right: 20px;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.intern-domain {
    padding: 0 25px 0 25px;
    float: left;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.intern-domain .dr-list:last-child {
    padding-right: 0;
}

.nav .menu-hd-child .menu-dropdown .domain-register li.intern-domain .dr-list {
    padding-right: 20px;
}

.nav .menu-hd-child .menu-dropdown .menu-advert {
    width: 240px;
    float: right;
    margin-left: 30px;
}

.nav .menu-hd-child .menu-dropdown .menu-advert img {
    width: 100%;
    height: 120px;
    max-width: 240px;
}

.nav .menu-hd-child .menu-dropdown .menu-domain-list:before,
.nav .menu-hd-child .menu-dropdown .menu-domain-list:after {
    display: table;
    content: "";
}

.nav .menu-hd-child .menu-dropdown .menu-domain-list:after {
    clear: both;
}

.nav .menu-hd-child .menu-dropdown .menu-domain-list li {
    padding-left: 30px;
}

.nav .menu-hd-child .menu-dropdown .menu-domain-list li.domain-bid-list {
    padding-right: 30px;
}

.nav .menu-hd-child .menu-dropdown .menu-domain-list li.ykj-list .dr-list {
    padding-right: 30px;
}

.nav .intern-title {
    padding-right: 25px;
    display: inline-block;
    width: auto;
    line-height: 30px;
    font-size: 14px;
    cursor: default;
}

.nav .menu-question-more {
    font-weight: normal;
    color: #999;
    font-size: 12px;
}


/* footer底部 ----开始---- */

.footer {
    /* margin-top: 20px; */
    background: #fff;
    text-align: center;
}

.footer .normal-show {
    color: #333;
}

.footer .no-login-prompt {
    height: 110px;
    line-height: 110px;
    width: 100%;
    background: url('/statics/epower/img/d_img.png') #3c7ee5 no-repeat center center ;
    background-size: cover;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.footer .no-login-prompt a {
    display: inline-block;
    border: solid 1px #fff;
    padding: 8px 40px;
    font-size: 18px;
    margin: 0 10px;
    border-radius: 3px;
    color: #fff;
    height: auto;
    line-height: normal;
    vertical-align: middle;
}

.footer .no-login-prompt a:hover,
.footer .no-login-prompt a.active {
    background: #fff;
    color: #3c7ee5;
}

.footer .link {
    width: 1200px;
    margin: 0 auto;
    line-height: 36px;
    margin-top: 10px;
    color: #6b6b6b;
}

.footer .friendly-link {
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.friendly-link {
    text-align: left;
    border-bottom: 1px solid #e0e3e8;
}

.footer .link a {
    padding: 0 15px;
    color: #6b6b6b;
    position: relative;
}

.footer .link a:after {
    content: ' ';
    position: absolute;
    top: 3px;
    right: -1px;
    width: 1px;
    height: 15px;
    border-left: 2px solid #e0e3e8;
}

.footer .link a:first-child {
    padding-left: 0;
    border-left: 0;
}

.footer .link a:last-child:after {
    display: none;
}

.footer .link a:hover {
    color: #3c7ee5;
}

.footer .infomation {
    height: auto;
    background: #fff;
    color: #6b6b6b;
    padding-bottom: 8px;
}

.footer .infomation .address-info {
    line-height: 19px;
    margin-bottom: 20px;
}

.footer .infomation .copyright-info {
    line-height: 16px;
    margin-bottom: 8px;
    color: #9b9b9b;
    font-size: 12px;
}

.footer .infomation .copyright-info:last-child {
    margin-bottom: 0;
}

.right-sidebar {
    position: fixed;
    right: 50%;
    top: 390px;
    width: 82px;
    margin: -160px -740px 0 0;
    text-align: center;
    z-index: 9;
}

.right-sidebar li {
    width: 80px;
    height: 80px;
    line-height: 24px;
    background: #fff;
    color: #9b9b9b;
    cursor: pointer;
    position: relative;
    border: solid 1px #f1f1f1;
    border-top: 0;
}

.right-sidebar li.custom-li {
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}

.right-sidebar li.active,
.right-sidebar li:hover {
    color: #3c7ee5;
}
.right-sidebar li.active .iconfont,
.right-sidebar li:hover .iconfont ,
.right-sidebar li.active .icon,
.right-sidebar li:hover .icon {
    color: #3c7ee5;
    fill: #3c7ee5;
}

.right-sidebar li.custom-li {
    background: #fb5555;
    color: #fff;
}
.right-sidebar li.custom-li .iconfont,
.right-sidebar li.custom-li:hover .iconfont ,
.right-sidebar li.custom-li .icon,
.right-sidebar li.custom-li:hover .icon,
.right-sidebar li.custom-li .tit,
.right-sidebar li.custom-li:hover .tit{
    color: #fff;
    fill: #fff;
}

.right-sidebar li>span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.right-sidebar li>span .popover-inner {
    width: 100%;
    height: 100%;
}

.right-sidebar li .icons {
    height: 38px;
    padding-top: 14px;
}

.right-sidebar li .iconfont {
    display: inline-block;
    height: 24px;
    font-size: 24px;
}

.right-sidebar li .tit {
    margin-top: 4px;
    font-size: 16px;
}
.img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.epower-dialog-scroll-wrap {
    height: 500px;
    overflow: hidden;
}

.tip-title {
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}

.red-btn-active {
    padding: 8px 34px;
    background: #f85252;
    border: 1px solid #f85252;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
}

.red-btn-active:hover {
    color: #fff;
}

.red-btn {
    padding: 8px 34px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #f85252;
    font-size: 14px;
    color: #f85252;
}

.red-btn:hover {
    background: #f85252;
    border: 1px solid #f85252;
    color: #ffffff;
}

.bread-crumbs {
    height: 40px;
    line-height: 40px;
}

.bread-crumbs span {
    font-size: 12px;
    color: #666;
}

.bread-crumbs a {
    font-size: 12px;
    color: #666;
}

.bread-crumbs a.active {
    color: #f85252;
}

.btn-orange {
    background: #fc6530;
    color: #fff;
}

.btn-orange:hover {
    background: #f45017;
    color: #fff;
}

.btn-orange.plain {
    background-color: #fff;
    border: 1px solid #fc6530;
    color: #fc6530;
}

.btn-orange.plain:hover {
    background: #fc6530;
    color: #fff;
}

.btn-blue {
    background: #3c7ee5;
    color: #fff;
}

.btn-blue:hover {
    background: #2c70db;
    color: #fff;
}

.btn-blue.plain {
    background-color: #fff;
    border: 1px solid #3c7ee5;
    color: #3c7ee5;
}

.btn-blue.plain:hover {
    background: #3c7ee5;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #1b1b1b;
}

.btn-white:hover {
    background: #fc6530;
    color: #fff;
}

.btn-gray {
    background: #9b9b9b;
    color: #fff;
}

.btn-gray:hover {
    background: #e0e3e8;
    color: #fff;
}

.btn-gray.plain {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
}

.btn-gray.plain:hover {
    background: #9b9b9b;
    color: #fff;
}

.btn-red {
    background: #fb5555;
    color: #fff;
}

.btn-red:hover {
    background: #f64242;
    color: #fff;
}

.btn-red.plain {
    background-color: #fff;
    border: 1px solid #fb5555;
    color: #fb5555;
}

.btn-red.plain:hover {
    background: #fb5555;
    color: #fff;
}

.verify-code img {
    cursor: pointer;
}

.color-success-btn {
    background: #18c385;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    display: inline-block;
    line-height: 23px;
    height: 24px;
}

.color-danger-btn {
    background: #a0a0a0;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    display: inline-block;
    line-height: 23px;
    height: 24px;
}

.color-info-btn {
    background: #fb5555;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    display: inline-block;
    line-height: 23px;
    height: 24px;
}

.login_list {
    line-height: 29px;
    height: 30px;
    position: relative;
    padding: 0 1px;
    cursor: pointer;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.topbar .topbar-right>li.login_list {
    padding: 0;
}

.login_list .login {
    border-right: none;
    position: relative;
    padding: 0 5px 0 10px;
    z-index: 12;
}

.login_list .login a {
    color: #666;
    font-size: 12px;
    margin: 0;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
}

.login_list .login_methods {
    position: absolute;
    top: 30px;
    left: -1px;
    width: 130px;
    height: 0;
    overflow: hidden;
    background: #fff;
    z-index: 200;
    border: solid 1px #e6e6e6;
    border-top: none;
    box-sizing: border-box;
    display: none;
}

.login_list .login_methods a {
    font-size: 12px;
    color: #666;
    display: block;
    overflow: hidden;
    margin: 0;
    margin-bottom: 2px;
}

.login_list .login_methods a:last-child {
    margin-bottom: 0;
}


/* TODO 这里的图片替换掉 2020年11月24日20:01:56 */

.login_list .login_methods a .login_icon_qq {
    float: left;
    width: 30px;
    height: 30px;
    background: url("/statics/epower/img/icon_qq.png") no-repeat center center;
    background-size: contain;
    transform: scale(0.9);
}

.login_list .login_methods a .login_icon_weixin {
    float: left;
    width: 30px;
    height: 30px;
    background: url("/statics/epower/img/icon_weixin.png") no-repeat center center;
    background-size: contain;
    transform: scale(0.8);
}

.login_list .login_methods a span {
    float: left;
    line-height: 30px;
    font-size: 12px;
}

.login_list .login_methods a:hover span {
    color: #e2383a;
}

.login_list:hover {
    background: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0;
}

.login_list:hover .login_methods {
    height: auto;
    padding: 10px 15px;
    display: block;
}

.login_list span.arrow {
    border-style: solid dashed dashed dashed;
    border-color: #b3b3b3 transparent transparent transparent;
    border-width: 5px 5px 0;
    overflow: hidden;
    font-size: 0;
    height: 0;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0 ease-in;
    -moz-transition: 0 ease-in;
    -o-transition: 0 ease-in;
    transition: 0 ease-in;
}

.login_list:hover span.arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-down .nav-item>li.now {
    background: rgba(32, 89, 177, 0.3);
}


/* 验证码-------------------------------------------------- */

body .layer-check-code {
    border-radius: 5px;
    overflow: hidden;
}

body.mobile .layer-check-code {
    overflow: visible;
}

.layer-check-code .layui-layer-btn a {
    font-size: 14px;
}

.layer-check-code .layer-code {
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    height: 42px;
    margin-bottom: 35px;
}

.layer-check-code * {
    box-sizing: border-box;
}

.layer-check-code .layui-layer-title {
    background: #f6f6f6;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.layer-check-code .layui-layer-setwin .layui-layer-close1 {
    background: url("/template/Public/img/close.png") no-repeat center center;
}

.layer-check-code .layer-code-span {
    width: 84px;
    line-height: 42px;
    text-align: right;
    font-weight: bold;
    float: left;
    font-size: 14px;
    color: #666;
}

.layer-check-code .layer-code-input {
    width: 38%;
    line-height: 32px;
    height: 42px;
    padding: 5px;
    border: solid 1px #ccc;
    text-align: left;
    float: left;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
}

.layer-check-code .layer-code-img {
    width: 33%;
    height: 42px;
    line-height: 42px;
    text-align: left;
    float: left;
    margin-left: 15px;
}

.layer-check-code .layer-code-img img {
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.layer-check-code .layui-layer-btn {
    padding: 10px 15px;
    background-color: #f5f9fa;
}

.layer-check-code .layui-layer-btn .layui-layer-btn0 {
    margin-right: 10px;
}

.layer-check-code .layui-layer-btn a {
    margin-top: 0;
    line-height: 34px;
    height: 36px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.layer-check-code .layui-layer-btn1:hover {
    color: #333;
}


/* layer 警告弹框 */

.layer-custom-dialog.layui-layer-dialog .layui-layer-padding {
    padding: 15px 25px 15px 80px;
}

.layer-custom-dialog.layui-layer-dialog .layui-layer-content {
    line-height: 36px;
}

.layer-custom-dialog.layui-layer-dialog {
    min-width: 100px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    border:1px #eee solid;

}

.layer-custom-dialog.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 10px;
    left: 19px;
    width: 48px;
    height: 48px;
}

.layer-custom-loading .layui-layer-ico8 {
    background: url('/statics/epower/img/loading2.gif') no-repeat center center;
    background-size: contain;
}


/* .varainer{
  border-top: 1px solid #e0e3e8;
} */

/* 上传css */

.upload-box {
    width: 150px;
    height: 150px;
    color: #9da0a6;
    border: 1px solid #e0e3e8;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.upload-box img {
    max-width: 96%;
    max-height: 96%;
    vertical-align: middle;
}

.upload-box .el-upload {
    width: 150px;
    height: 150px;
}

.upload-box .upload-items {
    height: 149px;
    line-height: 149px;
}

.upload-box .upload-had {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.upload-box .upload-had .preview-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.upload-box .upload-had .preview-layer .i-upload {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
}

.upload-box .upload-had .reload-layer {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 99%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}

.upload-box .upload-had:hover .reload-layer {
    opacity: 1;
}
.upload-box .upload-had .reload-layer >div{
    height: 30px;
    width: 50%;
    text-align: center;
    float: left;
}
.upload-box .upload-had:hover .reload-layer >div:hover{
    background: rgba(0, 0, 0, 0.1);
}

.upload-box .upload-had .preview-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    display: none;
}
.upload-box .upload-had:hover .preview-layer{
    display: block;
}

.upload-box .upload-had .preview-layer .i-upload {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
}
.upload-box .upload-empty {
    line-height: 0;
}

.upload-box .upload-empty .iconfont {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 42px 0 14px;
    font-size: 56px;
}

.upload-box .upload-empty .txt {
    line-height: 16px;
}

.upload-box:hover .upload-empty {
    color: #666;
}


i.favourite{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute; top: 10px; right: 10px;
}
i.favourite:before {
    color: #F85252;
    content: "\e6de";
}
i.favourite.favourited:before {
    color: #F85252;
    content: "\e6df";
}
.dialog-recharge .el-dialog__header {
    height: 50px;
    padding: 0 10px 0 20px;
    background: #f8f8f8;
}
.dialog-recharge .el-dialog__header .el-dialog__title {
    line-height: 50px;
    font-size: 16px;
    color: #1b1b1b;
}

.dialog-recharge .my-slot-header {
    line-height: 50px;
    font-size: 16px;
    color: #4d4d4d;
}


.dialog-recharge .my-slot-header .i-paycode {
    margin-right: 5px;
    font-size: 20px;
    margin-top: -4px;
}
.pay-type-warp {
    width: 470px;
    margin: 0 auto;
    text-align: center;
}

.pay-type-warp .title-item {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.pay-type-warp .type-item {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* 水平居中 */
}

.pay-type-warp .type-item .pay-btn {
    flex: 1;
    max-width: 230px;
    float: left;
    width: 150px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    background: #ececec;
    border: 0;
    transition: all 0.3s;
}

.pay-type-warp .type-item .pay-btn.active,
.pay-type-warp .type-item .pay-btn:hover {
    background: #bedbff;
}

.pay-type-warp .type-item .pay-btn.i-yue .icon {
    margin: -2px 6px 0 0;
    font-size: 28px;
}

.pay-type-warp .type-item .pay-btn.i-wechat .icon {
    height: 30px;
    margin-top: -2px;
    font-size: 90px;
}

.pay-type-warp .type-item .pay-btn.i-alipay .icon {
    height: 28px;
    margin-top: -2px;
    font-size: 80px;
}

.pay-type-warp .balance {
    display: inline-block;
    line-height: 25px;
    margin-top: 15px;
}

.pay-type-warp .balance .account-item {
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-radius: 13px;
    background-color: #f4f9ff;
    padding: 0 20px;
}

.pay-type-warp .balance .refresh {
    width: 25px;
    height: 25px;
    border-radius: 10px;
    line-height: 25px;
    margin-left: 5px;
    background-color: #f4f9ff;
}

.pay-qrcode-wrap {
    padding-top: 12px;
}

.pay-qrcode-wrap .ewm-item {
    width: 240px;
}

.pay-qrcode-wrap .ewm-item .code {
    width: 204px;
    height: 204px;
    padding: 24px;
    margin: 0 auto;
    border: 1px solid #ececec;
}

.pay-qrcode-wrap .ewm-item .name {
    width: 204px;
    height: 40px;
    line-height: 40px;
    margin: 18px auto 0;
    background: #f6504d;
    color: #fff;
    font-size: 16px;
}

.pay-qrcode-wrap .ewm-item .name .i-code {
    margin-right: 4px;
}

.pay-qrcode-wrap .ewm-item .price {
    height: 50px;
    line-height: 50px;
    margin: 26px auto 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    color: #4d4d4d;
}

.pay-qrcode-wrap .ewm-item .price .num {
    font-size: 20px;
}

.pay-qrcode-wrap .demo-item {
    width: 306px;
    height: 371px;
    margin-left: 52px;
}

.types-container {display: flex; align-items: center;}
.types{
    width: 120px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DFE3F1;
    color: #333333;
    cursor: pointer;
}
.type_border{
    border: 1px solid #3C7EE5;
    color: #3C7EE5;
    position: relative;
}
.type_img{
    display: none;
    position: absolute;
    width: 24px;
    height: 20px;
    right: -1px;
    top: 15px;
}
.show_img{
    display: block;
}


.colored-button {
    border: 1px solid #3C7EE5;
    color: #3C7EE5;
    background-color: #fff;
}

.colored-button:hover,
.colored-button-actived{
    border: 1px solid #3C7EE5;
    color: #fff;
    background-color: #3C7EE5;
}

.share-layout {
    position: fixed;
    top: 280px;
    width: 40px;
    text-align: center;
    color: #b2bac2;
    background-color: #fff;
    padding: 6px 4px 12px;
    margin-left: -60px;
}
.share-layout > div {height: 32px; line-height: 32px; font-size: 0px; width: 32px; margin-top: 5px}
.share-layout > div i {font-size: 20px; color: #b2bac2;cursor: pointer}
.share-layout > div:hover {border-radius: 16px}
.share-layout > div:hover i {color: #fff}
.share-layout-wechat-qrcode {text-align: center; color: #666;font-size: 12px;}

.share-layout-icon-copy:hover { background-color: #666}
.share-layout-icon-qzone:hover { background-color: #FDBE3D}
.share-layout-icon-qq:hover { background-color: #56b6e7}
.share-layout-icon-sina:hover { background-color: #ff763b}
.share-layout-icon-wechat:hover { background-color: #7bc549}
