
.page {
    padding-top: 80px;
}

/* 头部 */
.page-header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

/* PC端头部 */
.pc-header {
    max-width: 2560px;
    width: 100%;
    height: 100%;
    background-color: #4A6BCE;
    -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
    margin: 0 auto;
}

/* logo */
.header-logo {
    width: 15.4%;
    height: 100%;
    float: left;
    font-size: 0;
    text-align: center;
}

.header-logo::after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
    font-size: 0;
}

.header-logo a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.header-logo img {
    display: inline-block;
    width: 58%;
}

/* 头部导航 */
.header-nav {
    height: 100%;
    float: left;
    padding-left: 1.88%;
    /* width: 84.5%;
    margin: 0 auto;
    padding-right: 18.85%; */
}

.header-nav-pack {
    height: 100%;
    font-size: 0;
}

.header-nav-pack::after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
    font-size: 0;
}

.header-nav-list {
    display: inline-block;
    vertical-align: middle;
}

.header-nav-list li {
    float: left;
    margin-right: 45px;
}

.header-nav-list li:last-child {
    margin-right: 0;
}

.header-nav-list li a {
    font-size: 16px;
    color: #FFF;
}

.nav-user {
    height: 100%;
    float: right;
    padding-right: 12%;
}

.nav-usercenter-pack {
    height: 100%;
}

.nav-usercenter-pack::after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
    font-size: 0;
}

.nav-user-center {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.nav-user-center .user-icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.nav-user-center .user-info-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.user-info-wrap .user-name {
    max-width: 100px;
    line-height: 1.3;
    /* width: fit-content; */
    font-size: 14px;
    color: #fcfcfc;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin: 0 auto; */
}

.user-info-wrap .vip-type {
    /* width: fit-content; */
    line-height: 1;
    color: #FF8989;
    font-size: 13px;
    background-color: #FCD2D2;
    border-radius: 30px;
    padding: 6px 19px 7px;
    /* margin: 0 auto; */
}

.user-info-wrap .over-time {
    margin-left: 7px;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    z-index: 2;
}

.nav-user-center-tool {
    display: none;
    padding-top: 16px;
    position: absolute;
    top: 30px;
    right: 0;
}

.nav-user-center:hover .nav-user-center-tool {
    display: block;
}

.nav-user-center-tool ul {
    min-width: 30px;
    background-color: #FFF;
    -ms-box-shadow: 0px 0px 5px 0px rgba(146, 146, 146, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(146, 146, 146, 0.5);
    -o-box-shadow: 0px 0px 5px 0px rgba(146, 146, 146, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(146, 146, 146, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(146, 146, 146, 0.5);
    position: relative;
    padding: 8px;
}

.nav-user-center-tool ul:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #FFF transparent transparent #FFF;
    position: absolute;
    top: -4px;
    left: 46%;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-box-shadow: -2px -2px 3px 0px rgba(146, 146, 146, 0.3);
    -moz-box-shadow: -2px -2px 3px 0px rgba(146, 146, 146, 0.3);
    -o-box-shadow: -2px -2px 3px 0px rgba(146, 146, 146, 0.3);
    -webkit-box-shadow: -2px -2px 3px 0px rgba(146, 146, 146, 0.3);
    box-shadow: -2px -2px 3px 0px rgba(146, 146, 146, 0.3);
}

.nav-user-center-tool ul li {
    margin-top: 6px;
}

.nav-user-center-tool ul li:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
}

.nav-user-center-tool ul li a {
    display: block;
    min-width: 90px;
    line-height: 1.2;
    font-size: 14px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    padding: 2px 5px;
    cursor: pointer;
}

.nav-user-center-tool ul li a.user-id {
    font-size: 15px;
    color: #000;
}

.nav-user-center-tool ul li a:hover {
    color: #4A6BCE;
}

.nav-user-center-tool ul .cut-line {
    display: block;
    width: 99%;
    border-bottom: 1px solid #C0C3CC;
    margin: 0 auto;
}

.nav-user-center-tool ul li a.vip-buy:before,
.nav-user-center-tool ul li a.signout-btn:before {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 6px;
}

.nav-user-center-tool ul li a.signout-btn:before {
    content: "\e74d";
}

.nav-user-center-tool ul li a.vip-buy:before {
    content: "\e64f";
    font-size: 18px;
    position: relative;
    top: 1px;
}

.mobile-header {
    display: none;
}

/* 页面主体 */
.page-body {
    position: relative;
}

.page-body-left,
.page-body-right {
    float: left;
    min-height: -moz-calc(100vh - 80px - 80px);
    min-height: -webkit-calc(100vh - 80px - 80px);
    min-height: calc(100vh - 80px - 80px);
}

/* 左侧导航 */
.page-body-left {
    width: 15.42%;
    background: #FFF;
    padding-top: 60px;
    /* height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; */
}

.body-left-mask {
    display: none;
}

.left-nav-list {
    width: 100%;
}

.nav-group {
    margin-bottom: 40px;
}

.nav-wrap {
    display: block;
    text-align: left;
}

.nav-group-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 35%;
    position: relative;
}

.nav-group-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 19%;
}

.nav-list li {
    height: 50px;
    line-height: 50px;
    color: #444B6D;
    font-size: 16px;
}

.nav-list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    padding-left: 35%;
}

.nav-list li:hover a {
    color: #4A6BCE;
}

.nav-list li.active {
    background-color: #EFF6FC;
    color: #4A6BCE;
    font-weight: 500;
}

/* 右侧内容 */
.page-body-right {
    width: 84.55%;
    float: right;
    padding: 0 30px 23px;
}

.clear-btn {
    font-size: 18px;
    font-weight: bold;
    color: #415366;
    cursor: pointer;
}

.clear-btn:before {
    content: "\e604";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 页脚 */
.page-footer {
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.27);
    position: relative;
    z-index: 2;
}

.page-footer-container {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.fLink,
.copyright {
    font-size: 0;
    text-align: center;
}

.fLink li,
.copyright li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.fLink li:last-child {
    margin-right: 0;
}

.fLink li a {
    font-size: 12px;
    color: #666;
}

.copyright {
    margin-top: 10px;
}

.copyright li,
.copyright li a {
    font-size: 12px;
    color: #666;
    margin-right: 0;
}

.copyright li:after {
    content: "|";
    color: #666;
    margin: 0 6px;
    position: relative;
    top: -1px;
}

.copyright li:last-child::after {
    display: none;
}

/* 面包屑导航 */
.breadcrumbs {
    height: 60px;
    line-height: 60px;
}

.breadcrumbs p {
    font-size: 14px;
    color: #606972;
}

.breadcrumbs p span {
    color: #4A6BCE;
}

/* 页面容器 */
.page-container {
    min-height: 836px;
    background-color: #FFF;
}

@media (min-width: 2560px) {
    .page-container {
        min-height: 1000px;
    }

    .header-logo img {
        width: 60.5%;
    }
}

/* 单个缩短页面 */
.page-oneShort {
    width: 100%;
    position: relative;
}

.page-oneShort-content {
    width: 70.38%;
    margin: 0 auto;
    padding: 80px 0 40px;
}

.input-title {
    font-size: 17px;
    font-weight: bold;
    color: #314254;
    margin-bottom: 17px;
}

.one-short-input {
    text-align: justify;
    font-size: 0;
    position: relative;
}

.one-short-input:after {
    content: '.';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}

.one-short-input-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 50px;
    position: relative;
}

.one-short-input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid #314254;
    border-radius: 3px;
    padding: 10px 40px 10px 25px;
}

.one-short-input input::placeholder,
.one-short-input input::-webkit-input-placeholder {
    color: #9B9B9B;
}

.one-short-input input:-ms-input-placeholder {
    color: #9B9B9B;
}

.one-short-input .clear-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 16px;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.attach-box {
    margin-top: 10px;
}

.doname-list {
    padding: 10px 2px;
    font-size: 0;
}

.doname-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.doname-list li label {
    line-height: 1.5;
    font-size: 15px;
    color: #314254;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.doname-list li label input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.doname-list li label .radio-icon, .info-list-wrap li.red-choice .radio-icon {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    border: 1px solid #314254;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

.doname-list li label .radio-icon:before, .radio-icon::before {
    display: none;
    width: 15px;
    height: 15px;
    content: '';
    font-size: 0;
    background-color: #FFF;
    border: 5px solid #4A6BCE;
    border-radius: 50%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: -1px;
}

.doname-list li label input:checked + span, .info-list-wrap .red-choice input:checked + span {
    border-color: transparent;
}

.doname-list li label input:checked + span:before {
    display: block;
}

.info-list-wrap .red-choice input:checked + span:before {
    display: inline-block;
}

.term {
    font-size: 0;
    padding: 5px 3px;
}

.term .term-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #5C5C5C;
}

.term .trem-date {
    width: 90px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #FFBFAC;
    border-radius: 2px;
    padding: 1px 8px;
    outline: none;
    cursor: pointer;
}

.term .trem-date option {
    cursor: pointer;
    border: 1px solid #FFBFAC;
}

.one-short-btn-group {
    margin-top: 55px;
}

.one-short-btn {
    display: block;
    width: 17.81%;
    height: 50px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 2px;
    background-color: #4A6BCE;
    border-radius: 3px;
    position: absolute;
    top: 75px;
    right: 1px;
}

.go-batch-short-btn {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #314254;
    text-align: center;
    background-color: #FFF;
    letter-spacing: 2px;
    border: 1px solid #444B6D;
    margin-top: 25px;
    border-radius: 3px;
}

/* 单个缩短成功页 */
.page-oneShort-created {
    display: none;
    width: 64.62%;
    padding-bottom: 50px;
    margin: 0 auto;
}

.shorturl-show {
    width: 100%;
    height: 80px;
    background-color: #4A6BCE;
    position: relative;
}

.shorturl-show-left {
    width: 85%;
    height: 100%;
    float: left;
    padding-left: 13%;
}

.shorturl-wrap {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

.shorturl-name {
    text-align: center;
}

.shorturl-name span {
    font-size: 13px;
    color: #FFF;
}

.shorturl-name input {
    width: 140px;
    height: 25px;
    font-size: 13px;
    color: #333;
    text-align: center;
    background-color: #FFFF;
    border: none;
    border-radius: 2px;
}

.shorturl-show-right {
    width: 15%;
    height: 100%;
    float: right;
    text-align: center;
    font-size: 0;
}

.shorturl-show-right:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
    font-size: 0;
}

.shorturl-copy-btn {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #2C3E50;
    background-color: #FFF;
    border-radius: 3px;
}

.shorturl-qr-show {
    width: fit-content;
    margin: auto;
}

.shorturl-qr-wrap {
    width: 170px;
    height: 170px;
    border: 1px solid #4A6BCE;
    padding: 8px;
    margin-top: 40px;
}

.shorturl-qr-wrap img {
    width: 100%;
    height: 100%;
}

.shorturl-qr-tit {
    font-size: 12px;
    color: #314254;
    text-align: center;
    margin-top: 10px;
}

.dowdload-qr-btn {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #4A6BCE;
    text-align: center;
    border: 1px solid #4A6BCE;
    border-radius: 4px;
    margin: 20px auto 0;
}

/* 密码缩短 */
.encryptShort-attach-wrap {
    font-size: 0;
}

.encryptShort-attach-wrap .password-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

.encryptShort-attach-wrap .password-box span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #5C5C5C;
}

.encryptShort-attach-wrap .password-box input {
    width: 125px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    border: 1px solid #FFBFAC;
    border-radius: 2px;
    padding: 1px 3px;
    outline: none;
}

.encryptShort-attach-wrap .term {
    display: inline-block;
    vertical-align: middle;
}

/* 批量缩短 */
.page-batchShort {
    width: 100%;
}

.page-batchShort-content {
    width: 70.38%;
    padding-top: 80px;
    margin: 0 auto;
}

.page-batchShort-content .top-holder {
    width: 100%;
    height: 15%;
}

.batch-short-input {
    position: relative;
}

.batch-short-input textarea {
    display: block;
    width: 100%;
    height: 220px;
    font-family: Arial, Microsoft YaHei, SimSun, PingFangSC;
    font-size: 16px;
    color: #333;
    border: 1px solid #314254;
    border-radius: 4px;
    padding: 12px 40px 12px 15px;
    resize: none;
}

.batch-short-input textarea::placeholder,
.batch-short-input textarea::-webkit-input-placeholder {
    color: #9B9B9B;
}

.batch-short-input textarea:-ms-input-placeholder {
    color: #9B9B9B;
}

.batch-short-input .clear-btn {
    display: none;
    position: absolute;
    top: 6px;
    right: 20px;
}

.batch-short-btn-group-holder {
    width: 100%;
    position: relative;
}

.batch-short-btn-group {
    position: absolute;
    top: -65px;
    right: 0;
}

.batch-short-btn {
    width: 130px;
    height: 43px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 2px;
    background-color: #4A6BCE;
    border-radius: 4px;
}

.batch-short-tips {
    padding-top: 100px;
}

.batch-short-tips p {
    font-size: 14px;
    color: #4A6BCE;
    text-align: center;
}

/* api接口 */
.page-api {
    width: 100%;
}

.page-api-content {
    width: 91.61%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.page-api-title {
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 28px 0;
    letter-spacing: 1px;
}

.page-api-box {
    width: 100%;
}

.api-key {
    width: 100%;
    background-color: #F5F7FA;
    border: 1px solid #D9D9DC;
    position: relative;
    padding: 16px 0;
}

.api-key-tit {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 25px;
    position: absolute;
    left: 0;
}

.api-key-value {
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 0 80px;
    word-wrap: break-word
}

.api-address,
.api-way {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding: 4px 0;
}

.api-address {
    margin-top: 20px;
}

.section-border {
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #EBEEF5;
    margin-top: 14px;
}

.api-param-tit {
    font-size: 16px;
    color: #333;
    margin: 20px 0 16px;
}

.api-param {
    width: 100%;
}

.api-param table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.api-param table > thead {
    background-color: #F5F7FA;
}

.api-param table > thead > tr > th,
.api-param table > tbody > tr > td {
    padding-left: 15px;
    padding-right: 15px;
}

.api-param table > thead > tr > th {
    height: 43px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    word-break: keep-all;
}

.api-param table > tbody > tr {
    border-bottom: 1px solid #EBEEF5;
}

.api-param table > tbody > tr > td {
    line-height: 1.6;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.api-param table > thead > tr > th:nth-child(1),
.api-param table > tbody > tr > td:nth-child(1) {
    text-align: left;
}

.api-param table > thead > tr > th:nth-child(2),
.api-param table > tbody > tr > td:nth-child(2),
.api-param table > thead > tr > th:nth-child(3),
.api-param table > tbody > tr > td:nth-child(3),
.api-param table > thead > tr > th:nth-child(5),
.api-param table > tbody > tr > td:nth-child(5) {
    text-align: center;
}

.api-param table > thead > tr > th:nth-child(4),
.api-param table > tbody > tr > td:nth-child(4) {
    text-align: left;
    width: 38%;
}

.api-param.retun table > thead > tr > th:nth-child(3),
.api-param.retun table > tbody > tr > td:nth-child(3) {
    text-align: left;
}

.api-param.retun table > thead > tr > th:nth-child(4),
.api-param.retun table > tbody > tr > td:nth-child(4) {
    width: auto;
}

.area-box {
    margin-top: 30px;
}

.area-box.mt-0 {
    margin-top: 0;
}

.area-box h6 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.area-box pre {
    font-size: 0;
    line-height: 1;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #F5F7FA;
    border: 1px solid #D9D9DC;
    padding: 18px;
    margin-top: 20px;
}

.area-box pre code {
    font-family: Arial, Microsoft YaHei, SimSun, PingFangSC;
    line-height: 2;
    font-size: 14px;
    color: #333;
    white-space: pre-wrap;
}

/* 套餐对比 */
.page-vipContrast {
    width: 100%;
}

.page-vipContrast-content {
    width: 85.73%;
    margin: 0 auto;
}

.page-vipContrast-top {
    padding: 20px 0 20px;
}

.vip-contrast-title {
    width: fit-content;
    font-size: 22px;
    color: #4A6BCE;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
}

.vip-contrast-title::before,
.vip-contrast-title::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 70px;
    height: 1px;
    background-color: #4A6BCE;
}

.vip-contrast-title::before {
    margin-right: 25px;
}

.vip-contrast-title::after {
    margin-left: 25px;
}

.vipservice-btn {
    color: #4A6BCE;
    text-decoration: underline;
    cursor: pointer;
}

.contrast-list {
    width: 100%;
    padding-bottom: 50px;
}

.contrast-list .list-item {
    width: 25%;
    float: left;
}

.list-item ul li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.list-item ul li p {
    width: 100px;
    margin: 0 auto;
    text-align: left;
    padding-left: 40px;
    position: relative;
}

.list-item ul li p::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(../images/icon-state.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    position: absolute;
    left: 6px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-item ul li p.not::before {
    background-position: center center;
}

.list-item ul li p.will::before {
    background-position: center bottom;
}

.list-item .list-title {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.list-item .list-title span {
    font-size: 15px;
}

.list-item.tuijian .list-title:after {
    content: "";
    display: block;
    width: 23px;
    height: 32px;
    background: url(../images/icon-tuijian.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    right: 8px;
}

.list-item.item1 ul {
    background-color: #F3FAFE;
}

.list-item.item1 ul li:nth-child(odd) {
    background-color: #E4F4FF;
}

.list-item.item1 ul li.list-title {
    background-color: #D4EFFF;
}

.list-item.item2 ul {
    background-color: #F3FAFE;
}

.list-item.item2 ul li:nth-child(odd) {
    background-color: #E5F5FF;
}

.list-item.item2 ul li.list-title {
    background-color: #C7EBFF;
}

.list-item.item3 ul {
    background-color: #F6FCFF;
}

.list-item.item3 ul li:nth-child(odd) {
    background-color: #E4F4FF;
}

.list-item.item3 ul li.list-title {
    background-color: #ABE3FF;
}

.list-item.item4.upgrade ul {
    background-color: #51B5FF;
    box-shadow: 2px -1px 8px 0px rgba(27, 157, 253, 1);
}

.list-item.item4.upgrade ul li:nth-child(odd) {
    background-color: #1B9DFD;
}

.list-item.item4.upgrade ul li.list-title {
    height: 90px;
    line-height: 2;
    padding-top: 10px;
    margin-top: -20px;
}

.list-item.item4.upgrade ul li.list-title span {
    display: block;
    color: #FFF;
    font-size: 18px;
}

.list-item.item4.upgrade ul li.list-title a {
    display: block;
    width: 105px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #333;
    background-color: #EFF6FC;
    border-radius: 30px;
    margin: 0 auto;
    cursor: pointer;
}

.list-item.item4.upgrade ul li p {
    color: #FFF;
}

.vip-contact-mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.vip-contact-box {
    width: 400px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 14px;
    padding-bottom: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vip-contact-box-close-btn {
    font-size: 20px;
    font-weight: bold;
    color: #415366;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
}

.vip-contact-box-close-btn:before {
    content: "\e604";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vip-contact-title {
    font-size: 20px;
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 30px;
}

.vip-contact-desc {
    line-height: 1.8;
    font-size: 16px;
    color: #5C5C5C;
    text-align: center;
    margin: 15px auto 0;
}

.vip-contact-qrcode {
    width: 144px;
    height: 144px;
    border: 2px solid #78C0E2;
    margin: 25px auto 0;
}

.vip-contact-qrcode img {
    width: 100%;
    height: 100%;
}

.vip-contact-mobile {
    display: none;
}

/* 套餐购买 */
.page-buyVip {
    width: 100%;
}

.page-buyVip-content {
    width: 88%;
    padding: 20px 0 35px;
    margin: 0 auto;
}

.buy-step {
    margin-top: 20px;
}

.buy-step:first-child {
    margin-top: 0;
}

.buy-step-title {
    font-size: 16px;
    color: #666;
}

.step-list {
    font-size: 0;
    padding-top: 16px;
}

.step-list .step-list-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    margin-bottom: 15px;
}

.step-list .step-list-item:last-child {
    margin-right: 0;
}

.step-list-item label {
    cursor: pointer;
}

.step-list-item input {
    font-size: 0;
    width: 0;
    height: 0;
    border: none;
    outline: none;
}

.step-1 .step-list-content {
    width: 180px;
    height: 46px;
    text-align: center;
    background-color: #EFF6FC;
    background-repeat: no-repeat;
    background-size: 26px 27px;
    background-position: right bottom;
    border: 1px solid #D2DDFC;
    border-radius: 4px;
}

.step-1 .step-list-content-free {
    background: #F7F9FC;
    border-color: #e8e9ec;
}

.step-1 .step-list-item input:checked + .step-list-content {
    background-image: url(../images/icon-selected2.png);
}

.step-1 .step-list-content:after,
.step-3 .step-list-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
    font-size: 0;
}

.step-1 .step-list-content img {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 30px;
    margin-left: -25px;
}

.step-1 .step-list-content span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    margin-left: 15px;
}

.step-2 .step-list .step-list-item {
    margin-right: 50px;
}

.step-2 .step-list-content {
    width: 146px;
    height: 162px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 42px 44px;
    border: 1px solid #686E86;
    border-radius: 7px;
}

.step-2 .step-list-item input:checked + .step-list-content {
    border: 2px solid #4A6BCE;
    box-shadow: 1px 0px 11px 0px rgba(74, 107, 206, 0.56);
    background-image: url(../images/icon-selected2.png);
}

.step-2 .step-list-content .list-content-top {
    width: 100%;
    height: 90px;
    line-height: 100px;
    font-size: 32px;
    color: #333;
    text-align: center;
    background-color: #F5F6FE;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}

.step-2 .step-list-content .list-content-bottom {
    width: 100%;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}

.step-3 .step-list-content {
    width: 180px;
    height: 46px;
    text-align: center;
    background-color: #EFF6FC;
    background-repeat: no-repeat;
    background-size: 26px 27px;
    background-position: right bottom;
    border: 1px solid #D2DDFC;
    border-radius: 4px;
}

.step-3 .step-list-item input:checked + .step-list-content {
    background-image: url(../images/icon-selected2.png);
}

.step-3 .step-list-content img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.step-3 .step-list-content span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    margin-left: 12px;
}

.buy-other-info {
    margin-top: 15px;
}

.buy-amount {
    padding: 6px 0;
}

.buy-amount .buy-amount-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 18px;
}

.buy-amount .buy-amount-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #F41719;
}

.buy-other-info .buy-tips {
    font-size: 15px;
    color: #606972;
    margin: 6px 0;
}

.buy-other-info .buy-btn {
    width: 146px;
    height: 46px;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
    background-color: #4A6BCE;
    border-radius: 4px;
    margin-top: 30px;
}

/* 短网址列表 */
.page-container .page-shortUrlList {
    width: 100%;
}

.page-shortUrlList-content {
    width: 91.55%;
    margin: 0 auto;
}

.top-tools {
    padding: 30px 0;
}

.top-tools-list li {
    float: left;
    font-size: 0;
    padding: 8px 0;
    margin-right: 20px;
}

.top-tools-list li:last-child {
    margin-right: 0;
}

.top-tools-list li label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.top-tools-list li input,
.top-tools-list li select {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 40px;
    font-size: 14px;
    color: #333;
    background-color: #FFF;
    border: 1px solid #EBEEF5;
    padding: 3px 6px;
}

.top-tools-list li input.date-input {
    background: url(../images/icon-date.png) no-repeat;
    background-size: 17px 17px;
    background-position: 5px center;
    padding-left: 28px;
}

.top-tools-list li select {
    width: 150px;
    cursor: pointer;
}

.top-tools-btns {
    margin-right: 0;
}

.top-tools-btns .search-btn {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    background-color: #4A6BCE;
    border-radius: 2px;
}

.table-tools {
    padding: 10px 0 15px;
}

.table-tools-btngroup {
    font-size: 0;
}

.table-tools-btngroup button,
.table-tools-btngroup a {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: gray;
    border-radius: 4px;
    cursor: pointer;
}

.table-tools-btngroup .delete-btn {
    background-color: #FBDBA7;
}

.table-tools-btngroup .delete-btn.active {
    background-color: #F5A623;
}

.table-tools-btngroup .new-short-btn {
    background-color: #609DE6;
    margin-left: 20px;
}

.tbale-wrap {
    width: 100%;
}

.tbale-wrap table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #EBEEF5;
}

.tbale-wrap table thead {
    background-color: #F5F7FA;
}

.tbale-wrap table thead tr th {
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #46474A
}

.tbale-wrap table tbody tr {
    border-bottom: 1px solid #EBEEF5;
}

.tbale-wrap table tbody tr:last-child {
    border-bottom: none;
}

.tbale-wrap table tbody tr td {
    font-size: 14px;
    color: #606266;
    text-align: center;
    padding: 10px 5px;
}

.tbale-wrap table tbody tr td:nth-child(1) {
    width: 6%;
}

.tbale-wrap table tbody tr td:nth-child(2) {
    width: 10%;
}

.tbale-wrap table tbody tr td:nth-child(3) {
    padding-left: 3%;
}

.tbale-wrap table tbody tr td:nth-child(4),
.tbale-wrap table tbody tr td:nth-child(5) {
    width: 12%;
}

.tbale-wrap table tbody tr td:nth-child(6) {
    width: 8%;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tbale-wrap table tbody tr td:nth-child(7) {
    width: 9%;
}

.tbale-wrap table tbody tr td:nth-child(8) {
    width: 20%;
}

.tbale-wrap table tbody tr td:nth-child(3) {
    padding-right: 30px;
    position: relative;
}

.tbale-wrap table tbody tr td:nth-child(2) input {
    width: 100%;
    height: 26px;
    text-align: center;
    border: 1px solid #EBEEF5;
    padding: 2px;
}

.tbale-wrap table tbody tr td:nth-child(3) p {
    display: inline-block;
    width: 164px;
    vertical-align: middle;
    font-size: 14px;
    word-break: break-all;
    padding: 0 4px;
}

.tbale-wrap table tbody tr td:nth-child(3) button {
    position: absolute;
    top: 50%;
    left: 75%;
    margin-left: 10px;
    padding: 2px 3px;
    vertical-align: middle;
    line-height: 1;
    font-size: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    visibility: hidden;
    color: #333;
    background: #EBEBEB;
    border-radius:2px;
    border: 1px solid #C8C8C8;
    white-space: nowrap;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-51%);
    z-index: 2;
}

.tbale-wrap table tbody tr:hover td:nth-child(3) button {
    visibility: visible;
}

.opt-a a {
    color: #4A6BCE;
    margin: 0 5px;
}

.opt-a a:hover {
    text-decoration: underline;
}

.tbale-wrap table tbody tr td:nth-child(7) {
    color: #417505;
}

.tbale-wrap table tbody tr td:nth-child(7).ftred {
    color: #D0021B;
}

.selector {
    display: block;
    width: fit-content;
    font-size: 0;
    margin: 0 auto;
}

.selector input {
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.selector span {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.selector span:after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/icon-selected.png) no-repeat;
    background-size: 100%;
    border-radius: 3px;
    /* width: 70%;
    height: 70%;
    background-color: #4A6BCE;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%); */
}

.selector input:checked + span {
    border: none;
}

.selector input:checked + span:after {
    display: block;
}

.paginat {
    font-size: 0;
    text-align: center;
    padding-top: 30px;
}

.paginat a {
    display: inline-block;
    font-size: 14px;
    color: #606266;
    margin: 0 8px;
    padding: 0 5px;
}

.paginat a.active,
.paginat a:hover {
    color: #015792;
}

.paginat span {
    display: inline-block;
    font-size: 14px;
    color: #606266;
    margin-left: 20px;
}

.paginat span input {
    width: 50px;
    height: 28px;
    text-align: center;
    border: 1px solid #DCDFE6;
    margin: 0 8px;
    padding: 3px 5px;
}

/* 短网址管理页 */
.page-management {
    width: 100%;
}

.page-management-content {
    width: 100%;
}

.page-management-header {
    height: 40px;
    background-color: #EBEEF5;
    border: 1px solid #F5F7FA;
    padding: 0 36px;
    margin-bottom: 30px;
}

.page-management-header-left {
    float: left;
}

.page-management-header-left p {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
}

.page-management-header-right {
    line-height: 40px;
    float: right;
}

.return-list-btn {
    font-size: 14px;
    color: #333;
}

.return-list-btn:after {
    content: "\e677";
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 3px;
}

.page-management-content .vip-tips {
    font-size: 14px;
    color: #4A6BCE;
    text-align: center;
}

.management-box {
    width: 100%;
}

.management-box-content {
    width: fit-content;
    padding: 60px 0 30px;
    margin: 0 auto;
}

.info-list-wrap {
    float: right;
    margin-left: 90px;
}

.info-list-wrap ul li {
    margin-bottom: 15px;
    font-size: 0;
}

.info-list-wrap ul li:last-child {
    margin-bottom: 0;
}

.info-list-wrap ul li label {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.info-list-wrap ul li input,
.info-list-wrap ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 460px;
    height: 40px;
    font-size: 16px;
    color: #333;
    background-color: #FFF;
    border: 1px solid #C0CCDA;
    border-radius: 3px;
    padding: 3px 12px;
}

.info-list-wrap ul li span {
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.info-list-wrap ul li input.date-input {
    background: url(../images/icon-date.png) no-repeat;
    background-size: 17px 18px;
    background-position: 96% center;
    background-color: #FFF;
    padding-right: 40px;
}

.info-list-btn-group {
    font-size: 0;
    text-align: center;
    margin-top: 50px;
}

.info-list-btn-group button {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    background-color: #4A6BCE;
    border-radius: 3px;
    margin-right: 40px;
}

.info-list-btn-group button:last-child {
    margin-right: 0;
}

.info-list-btn-group button.delete-btn {
    background-color: #F5A623;
}

.info-qrcode-box {
    float: right;
}

.info-qrcode-wrap {
    width: 180px;
    height: 180px;
    border: 1px solid #C7D3F9;
    padding: 3px;
}

.info-qrcode-wrap img {
    width: 100%;
    height: 100%;
}

.qrocde-download-btn {
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #4A6BCE;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #4A6BCE;
    border-radius: 3px;
    margin: 26px auto 0;
}

/* 删除提示框 */
.delelt-tip-mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.delelt-tip-box {
    width: 400px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 35px 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.delelt-tip-icon {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/icon-tips.png) no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
}

.delelt-tip-text {
    min-height: 100px;
    line-height: 1.6;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
}

.delelt-tip-btn-group {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.delelt-tip-btn-group button {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
    margin-right: 40px;
}

.delelt-tip-btn-group button:last-child {
    margin-right: 0;
}

.delelt-tip-btn-group button.btn-ok {
    background-color: #4A6BCE;
    color: #FFF;
}

.delelt-tip-btn-group button.btn-cancel {
    background-color: #FFF;
    color: #4A6BCE;
    border: 1px solid #4A6BCE;
}

/* 开通专业版弹窗 */
.vip-buy-mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.vip-buy-box {
    width: 400px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 40px 0 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box-close-btn {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 10px;
    cursor: pointer;
}

.box-close-btn:before {
    content: "\e604";
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vip-buy-box .box-title h5 {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.vip-buy-box .box-body-content {
    min-height: 60px;
    padding-top: 5px;
    margin-top: 15px;
}

.vip-buy-box .box-body-content p {
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.vip-buy-box .box-btns {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.vip-buy-box .box-btns a {
    display: inline-block;
    width: 122px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    background-color: #4A6BCE;
    border-radius: 4px;
}


/* 个人中心 */

.page-userCenter {
    width: 100%;
}

.page-userCenter-content {
    width: 100%;
    padding-bottom: 1px;
}

.page-userCenter-header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #EBEEF5;
}

.page-userCenter-header h5 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding: 0 36px;
}

.page-userCenter-box {
    width: 52%;
    background-color: #F5F7FA;
    border-radius: 3px;
    padding: 80px 0;
    margin: 80px auto 80px;
}

.user-info-list li {
    margin-bottom: 20px;
    text-align: center;
}

.user-info-list li:last-child {
    margin-bottom: 0;
}

.user-info-list li label {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.user-info-list .value-wrap {
    width: 56%;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background-color: #FFF;
    border: 1px solid #fefefe;
    border-radius: 3px;
    position: relative;
}

.user-info-list .value-wrap:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: "";
    font-size: 0;
}

.user-info-list .value-wrap p {
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.user-info-list .input-wrap input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    background-color: #FFF;
    border: 1px solid #C0CCDA;
    border-radius: 3px;
    padding: 5px 20px;
}

.user-info-list .value-wrap .check-brn {
    font-size: 14px;
    color: #4A6BCE;
    text-decoration: underline;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.userCenter-btn-group {
    font-size: 0;
    text-align: center;
    margin-top: 90px;
}

.userCenter-btn-group button,
.userCenter-btn-group a {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    background-color: #4A6BCE;
    border-radius: 3px;
}

/* 数据统计 */
.page-statistics {
    width: 100%;
    background-color: #F5F7FA;
}

.page-statistics-content {
    width: 100%;
    padding-bottom: 20px;
}

/* 旧版数据统计子页面头 start */
.page-statistics-header {
    height: 40px;
    background-color: #EBEEF5;
    border: 1px solid #F5F7FA;
    padding: 0 36px;
}

.page-statistics-header-left {
    float: left;
}

.page-statistics-header-left p {
    line-height: 38px;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
}

.page-statistics-header-right {
    line-height: 38px;
    float: right;
}

.return-list-btn {
    font-size: 14px;
    color: #333;
}

.return-list-btn:after {
    content: "\e677";
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 3px;
}

/* 旧版数据统计子页面头 end */
.statistics-section {
    background-color: #FFF;
    margin-bottom: 0;
}

.statistics-section:last-child {
    margin-bottom: 0;
}

.section-container {
    width: 100%;
    padding: 20px 20px 15px;
}

.statistics-tool {
    font-size: 0;
}

.tool-group {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    padding: 5px 0;
}

.tool-group span {
    display: inline-block;
    vertical-align: middle;
}

.tool-group .group-name {
    width: auto;
    font-size: 14px;
    color: #333;
}

.tool-group input {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    border: 1px solid #EBEEF5;
    border-radius: 2px;
}

.tool-group input.date-input {
    background: url(../images/icon-date.png) no-repeat;
    background-size: 17px 17px;
    background-position: 10px center;
    padding-left: 40px;
}

.tab-line {
    background-color: #EBEEF5;
    height: 1px;
    width: 10px;
    margin: 0px 10px;
}

.tool-btn-group {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}

.tool-btn-group button {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    border-radius: 2px;
    background-color: #4A6BCE;
    margin-right: 10px;
}

.tool-btn-group button:last-child {
    margin-right: 0;
}

.url-info {
    font-size: 0;
    padding: 20px 0 10px;
}

.url-info li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: 80px;
}

.url-info li:last-child {
    margin-right: 0;
}

.url-info li .info-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    margin-right: 4px;
}

.url-info li a,
.url-info li p {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.url-info li a {
    color: #0000EE;
}

.url-info li p {
    color: #333;
}

.statistics-section.data-analysis {
    padding: 0 18px 30px;
}

.statistics-section.data-analysis .section-container {
    padding: 0;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}

.tab-switch-bar {
    background-color: #EAF5FE;
    border-bottom: 1px solid #DEDEDE;
}

.tab-switch-bar li {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    padding: 0 12px;
    margin-right: 30px;
    margin-bottom: -1px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.tab-switch-bar li.active {
    color: #294CB4;
    border-bottom-color: #4A6BCE;
    cursor: default;
}

.tab-switch-bar li a {
    font-size: inherit;
    color: inherit;
    cursor: inherit;
}

.tab-content-wrap {
    width: 1300px;
}

.query-criteria-box {
    padding: 10px 40px 0;
}

.query-criteria-wrap {
    padding: 10px 3px;
}

.query-criteria {
    font-size: 0;
    padding: 8px 0;
}

.query-criteria.line-left {
    float: left;
}

.query-criteria.line-right {
    float: right;
}

.query-criteria-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
}

.query-criteria-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.query-criteria-value label,
.query-criteria-value div {
    display: inline-block;
    vertical-align: middle;
}

.query-criteria-value label input,
.query-criteria-value div input {
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
    background-color: transparent;
    border-color: transparent;
}

.query-criteria-value label span,
.query-criteria-value div span {
    display: inline-block;
    min-width: 76px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #5C5C5C;
    text-align: center;
    border: 1px solid #C0CCDA;
    border-collapse: collapse;
    cursor: pointer;
    margin-left: -1px;
    position: relative;
    z-index: 1;
}

.query-criteria-value label.select-date,
.query-criteria-value div.select-date {
    margin-left: 20px;
    position: relative;
}

.query-criteria-value label.select-date input,
.query-criteria-value div.select-date input {
    position: absolute;
    top: 0;
    height: 88%;
    width: 205px;
    z-index: 1;
}

.query-criteria-value label.select-date span,
.query-criteria-value div.select-date span {
    width: 205px;
    padding: 0 7px;
    text-align: left;
    background-image: url(../images/icon-date.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position-y: center;
    background-position-x: 95%;
}

.query-criteria-value label input:checked + span,
.query-criteria-value div input:checked + span {
    color: #1D43B5;
    border-color: #4A6BCE;
    z-index: 2;
}

.query-btn-group {
    padding: 8px 0;
}

.query-btn-group.line-left {
    float: left;
    margin-left: 50px;
}

.query-btn-group.line-right {
    margin-left: 60%;
    float: right;
}

.query-btn-group button {
    width: 100px;
    height: 34px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #4A6BCE;
    border-radius: 2px;
    cursor: pointer;
}

.holder-line {
    display: block;
    width: 100%;
    border-bottom: 1px solid #C0C3CC;
}

.chart-box {
    padding: 20px 40px 5px;
}

.chart-wrap.line-left {
    float: left;
}

.chart-wrap.line-right {
    float: right;
}

.trend-chart {
    width: 1220px;
    height: 430px;
    margin-top: 30px;
}

.map-chart {
    width: 608px;
    height: 430px;
}

.area-chart {
    width: 608px;
    height: 430px;
}

.device-chart {
    width: 530px;
    height: 430px;
}

.device-top-chart {
    width: 530px;
    height: 430px;
}

.browser-chart {
    width: 530px;
    height: 430px;
}

.browser-top-chart {
    width: 630px;
    height: 430px;
}

.data-block-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 8%;
}

.data-block-list li {
    width: 220px;
    height: 88px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    background-color: #EFF6FC;
    border-radius: 2px;
}

.data-block-list li .block-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.data-block-list li .block-value {
    font-size: 23px;
    font-weight: bold;
    color: #333;
}

.chart-box .table-wrap {
    border: 1px solid #C0CCDA;
    margin-bottom: 34px;
}

.chart-box .table-wrap table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.chart-box .table-wrap table thead tr {
    height: 45px;
}

.chart-box .table-wrap table tbody tr {
    height: 40px;
}

.chart-box .table-wrap table th,
.chart-box .table-wrap table td {
    border-bottom: 1px solid #C0CCDA;
    border-right: 1px solid #C0CCDA;
    text-align: center;
}

.chart-box .table-wrap table th {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.chart-box .table-wrap table td {
    font-size: 14px;
    color: #333;
}

.chart-box .table-wrap table tr th:last-child,
.chart-box .table-wrap table tr td:last-child {
    border-right: none;
}

.chart-box .table-wrap table tr:last-child td {
    border-bottom: none;
    }

/* 旧版数据统计子页面表格 start */
.section-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

/* .section-subtext{
  font-size: 12px;
  color: #AAAAAA;
  padding-bottom: 4px;
} */
.section-table,
.section-table table {
    width: 100%;
}

.section-table table {
    border-spacing: 0;
    border-collapse: collapse;
}

.section-table table thead {
    background-color: #F5F5F5;
}

.section-table table thead tr th {
    height: 40px;
    font-size: 14px;
    color: #000;
}

.section-table table tbody tr td {
    height: 40px;
    font-size: 14px;
    color: #222;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

table.data-stat thead tr th:nth-child(1),
table.data-stat tbody tr td:nth-child(1),
table.device-stat thead tr th:nth-child(1),
table.device-stat tbody tr td:nth-child(1),
table.os-stat thead tr th:nth-child(1),
table.os-stat tbody tr td:nth-child(1) {
    width: 230px;
}

/* 旧版数据统计子页面表格 end */


/* 右侧工具 */
.tools_right {
    position: fixed;
    right: 0;
    bottom: 28%;
    z-index: 9;
}

.tools_right li {
    width: 60px;
    height: 60px;
    font-size: 0;
    text-align: center;
    background-color: #ECECEC;
    cursor: pointer;
    padding-top: 6px;
    margin-bottom: 8px;
    position: relative;
}

.tools_right li:last-child {
    margin-bottom: 0px;
}

.tools_right .toolItem .toolIcon {
    display: inline-block;
    width: 30px;
}

.tools_right .toolItem .toolDes {
    line-height: 1;
    font-size: 12px;
    color: #015792;
    margin-top: 4px;
}

.tools_right .toolItem .contactBox {
    display: none;
    opacity: 0;
    background-color: #FFF;
    border: 2px solid #E9E9E9;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
}

.tools_right .toolItem .contactBox:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-width: 2px;
    border-style: solid;
    border-color: #E9E9E9 #E9E9E9 transparent transparent;
    position: absolute;
    top: 13px;
    right: -7px;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tools_right .contactBox img {
    width: 160px;
    height: 160px;
}

.tools_right .contactBox p {
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-top: 15px;
}

/* 提示框 */
#toast-container {
    padding-left: 15.41%;
}

.toast-top-center {
    top: 85px;
}

/* 2019.8.6优化 */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.table-ewm {
    width: 24px;
    margin: 0 auto;
}
/* 显示图片遮罩 */
.mask-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px 80px 50px;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius:4px;
}
.text-center {
    text-align: center;
}
.mask-ewm {
    width: 180px;
    margin: 60px auto 40px;
}
.mask-ewm img {
    width: 100%;
}
.down-ewm {
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    background-color: #4A6BCE;
    color: #fff;
    border-radius: 4px;
}
.mask-close {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 22px;
}

/* 续费弹窗 */
.modal-hide {
    display: none;
}

.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
}

.modal .content {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-title {
    padding-left: 30px;
    height: 42px;
    line-height: 42px;
    background: #5A7CE1;
    color: #fff;
}

.modal-btm {
    padding: 37px 96px;
    background: #fff;
}

.modal-btm .modal-info {
    margin-bottom: 33px;
}

.modal-btn {
    display: inline-block;
    width: 124px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #c0d7ff;
}

.modal-btm .sure {
    margin-left: 52px;
    background-color: #2E61F9;
}
.tbale-wrap table tbody tr td:nth-child(1),
.tbale-wrap table tbody tr td:nth-child(4){
    width: 6%;
}
.tbale-wrap table tbody tr td:nth-child(2){
    width: 10%;
}
.tbale-wrap table tbody tr td:nth-child(3){
    width: 23%;
}
.tbale-wrap table tbody tr td:nth-child(5),
.tbale-wrap table tbody tr td:nth-child(6){
    width: 12%;
}
.tbale-wrap table tbody tr td:nth-child(7){
    width: 8%;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tbale-wrap table tbody tr td:nth-child(8){
    width: 9%;
}
.tbale-wrap table tbody tr td:nth-child(9){
    width: 20%;
}
/* 防红2019.8.7 */
/* 弱防红 */
.info-list-wrap ul .font-16 {
    font-size: 16px;
}

.info-list-wrap ul li .red-type {
    display: inline;
    width: 0;
    opacity: 0;
    visibility: hidden;
    vertical-align: -13px;
}

.info-list-wrap ul li .red-type:nth-of-type(2) {
    margin-left: 40px;
}

.info-list-wrap ul li .red-info {
    margin-left: 6px;
    color: #D0021B;
    font-size: 12px;
}

/* 2019.8.21界面优化 */
.contrast-list .list-title {
    position: relative;
}
.list-item ul li .list-tip {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 12px;
    color: #CE4A4A;
    line-height: 18px;
}
.nav-login {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
    color: #fff;
}
.page-shortUrlList .tbale-wrap tbody tr:hover {
    background: #F5F7FA;
}
.page-shortUrlList .tbale-wrap tbody tr button:hover {
    border-color: #6398C5;
    background: #D9ECFD;
}
.page-shortUrlList .tbale-wrap tbody tr td:nth-child(4):hover .tip {
    visibility: visible;
}
.tbale-wrap table tbody tr td:nth-child(4) {
    position: relative;
}
.tip {
    z-index: 1;
    position: absolute;
    top: -34px;
    left: 78px;
    width: 60px;
    height: 46px;
    padding: 8px 3px 0;
    /* line-height: 46px; */
    font-size: 10px;
    background-color: #D2DDFC;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    color: #999;
    visibility: hidden;
}
.tip::before,.tip::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #D2DDFC;
    z-index: 0;
}
.tip::after {
    width: 10px;
    height: 10px;
    left: -20px;
    bottom: -8px;
}
.info-input {
    padding: 0 5px;
    width: 400px;
    outline: none;
    border: 1px solid transparent;
    height: 22.5px;
    line-height: 22.5px;
    vertical-align: middle;
}
.info-input:hover {
    border: 1px solid #C0CCDA;
    border-radius: 1px;
}


/* 2019.8.19 淘宝客开始*/
.cps-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #4A6BCE;
}
.cps-info {
    margin-bottom: 40px;
    font-size: 14px;
}
.mb-10 {
    margin-bottom: 10px;
}
.cps-input-wrap {
    position: relative;
    margin-bottom: 30px;
}
.error .cps-input {
    border-color: #C11B0B;
}
.error .error-msg {
    z-index: 1;
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    color: #C11B0B;
}
.cps-btn {
    margin-top: 10px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #B6C3EB;
    border-radius:4px;
    cursor: not-allowed;
}
.cps-btn.active {
    background-color: #4A6BCE;
    cursor: pointer;
}
.cps-content {
    width: 70.38%;
    margin: 0 auto;
    padding: 20px 0 135px;
    font-size: 14px;
    line-height: 22px;
}
.cps-intro-title {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.cps-intro {
    color: #999;
    margin-bottom: 18px;
}
.col-purple {
    font-style: normal;
    color: #4A6BCE;
    cursor: pointer;
}
.cps-link-list {
    display: none;
    margin-top: 34px;
}
.link-item {
    position: relative;
    margin-top: 20px;
    padding: 20px 100px 20px 20px;
    height: 60px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #F7F7F7;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.line-info {
    display: inline-block;
    width: 136px;
    font-style: normal;
    color: #314254;
}
.cps-copy {
    position: absolute;
    right: 30px;
    color: #4A6BCE;
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
}
.demo-img {
    width:  279px;
}
.demo-box {
    margin: -10px 0 40px;
}
.img-info {
    margin-bottom: 10px;
    font-size: 12px;
}
/* 2019.8.19 淘宝客结束*/