.section-banner {
    width: 100%;
    /* min-height: 432px; */
    /* background-image: url(../images/banner.png); */
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center 0;
    /* padding: 257px 0 0; */
}

body {
    padding: 70px 0 0;
}

.section-banner .short-ipt {
    font-size: 14px;
    padding-left: 10px;
    width: 623px;
    height: 63px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(183, 223, 255, 1);
}

.section-banner .short-btn {
    width: 167px;
    height: 63px;
    background: rgba(9, 109, 222, 1);
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.section-banner .short-btn:hover {
    background-color: #0b62c3;
}

.section-banner .tool-info-wrapper {
    margin: 0 auto;
    width: 790px;
    position: relative;
}

.section-banner .tool-info .doname-list {
    margin-top: 17px;
}

.section-banner .tool-info .doname-list li {
    color: #096DDE;
    font-size: 14px;
    margin-right: 20px;
}



.section-banner .tool-info .doname-list li label {
    cursor: pointer;
}


#domain_custom_a{
    color: #096DDE !important;
}

.section-banner .tool-info .doname-list .radio-input {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: -5%;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #096DDE;
}

.section-banner .tool-info .doname-list .radio-input:checked::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #096DDE;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-banner .tool-info .doname-list span {
    margin: 0;
    font-size: 14px;
}

.section-banner .term {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 106px;
}

.section-banner .termName {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #096DDE;
}

.section-banner .term_select {
    display: inline-block;
    vertical-align: middle;
    width: 71px;
    height: 20px;
    color: #096dde;
    outline: none;
    background-color: #fff;
    border: 1px solid #096dde;
    border-radius: 3px;
    padding-left: 5px;
    cursor: pointer;
    font-size: 12px;
}

.section-banner .short-creat-wrapper {
    position: absolute;
    top: 200px;
    display: none;
}

.section-banner .short-creat-wrapper .top {
    height: 60px;
}

.section-banner .short-creat-wrapper .top p {
    width: 156px;
    background: #F2F7FF;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
}

.section-banner .short-creat-wrapper .top span {
    width: calc(100% - 312px);
    text-align: center;
    line-height: 60px;
    background-color: #fff;
}

.section-banner .short-creat-wrapper .top .copy-btn {
    width: 156px;
    background: #F2F7FF;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #096DDE;
}

.section-banner .short-creat-wrapper .bottom {
    width: 790px;
    /*height:177px;*/
    background: rgba(9, 109, 222, 1);
}

.section-banner .short-creat-wrapper .bottom p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 10px 0;
}

.section-banner .short-creat-wrapper .bottom p span {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.section-banner .short-creat-wrapper .bottom hr {
    border-top: 1px solid rgba(255, 255, 255, 1);
    opacity: 0.1;
    margin: 0;
}

.section-banner .short-creat-wrapper .bottom ul {
    padding: 23px 50px;
}

.section-banner .short-creat-wrapper .bottom ul li {
    width: 127px;
    height: 41px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(9, 109, 222, 1);
    text-align: center;
    line-height: 41px;
    cursor: pointer;
}

.section-banner .short-creat-wrapper .bottom .tips {
    font-size: 14px;
    color: rgba(218, 229, 255, 1);
    text-align: center;
    padding: 12px 0;
    font-weight: 300;
}

.section-banner .short-creat-wrapper .bottom .tips span {
    color: #fff;
    font-weight: bold;
}

.section-introduce {
    padding: 90px 0 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.section-introduce .title {
    font-size: 28px;
    color: rgba(9, 109, 222, 1);
    text-align: center;
}

.section-introduce .subtitle {
    font-size: 16px;
    color: rgba(73, 73, 73, 1);
    text-align: center;
    margin-top: 23px;
}

.section-introduce ul {
    width: 1000px;
    margin: 98px auto 0;
}

.section-introduce ul li {
    margin-bottom: 100px;
}

.section-introduce ul li .introduce-list-img1 {
    width: 556px;
}

.section-introduce ul li .introduce-list-img2 {
    width: 520px;
}

.section-introduce ul li .introduce-list-img3 {
    width: 571px;
}

.section-introduce ul li .introduce-list-img4 {
    width: 550px;
}

.section-introduce .introduce-list-img5 {
    width: 468px;
}

.section-introduce ul li .introduce-list1 {
    width: 400px;
}

.section-introduce ul li .introduce-list2 {
    width: 458px;
}

.section-introduce ul li .introduce-list3 {
    width: 400px;
}

.section-introduce ul li .introduce-list4 {
    width: 429px;
}

.section-introduce ul li .introduce-list .top {
    width: 100%;
    height: 49px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    font-size: 16px;
    color: rgba(73, 73, 73, 1);
    z-index: 11;
    position: relative;
}

.section-introduce ul li .introduce-list .top::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-gather.png);
    background-size: 150px auto;
    background-position: 3px -44px;
    background-repeat: no-repeat;
    margin: 0 16px 0 19px;
}

.section-introduce ul li .introduce-list .bottom {
    width: 100%;
    /* height:128px; */
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    position: relative;
    z-index: 9;
    padding: 28px 0 28px 50px;
    border-bottom: 2px solid rgba(9, 109, 222, 0.9);
}

.section-introduce ul li .introduce-list .bottom .bottom-img {
    width: 47px;
    height: 47px;
    background-image: url(../images/icon-gather.png);
    background-size: 350px auto;
    background-position: -52px -105px;
    background-repeat: no-repeat;
}

.section-introduce ul li .introduce-list .bottom p {
    margin-left: 23px;
}

.section-introduce ul li .introduce-list .bottom p span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(9, 109, 222, 1);
    display: block;
    line-height: 26px;
}

.section-introduce ul li button {
    width: 152px;
    height: 45px;
    background: rgba(9, 109, 222, 1);
    border-radius: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-top: 47px;
}

.section-introduce ul li button:hover {
    background-color: #0b62c3;
}

.section-introduce .introduce-last {
    width: 100%;
    height: 448px;
    background: rgba(255, 255, 255, 1);
    /* box-shadow: 0px 2px 5px rgba(0,0,0,0.05); */
    box-shadow: 0px 0px 6px 2px rgba(132, 163, 246, 0.08);
    padding: 40px 0;
}

.section-introduce .introduce-list5 {
    width: 427px;
    margin-right: 91px;
}

.section-introduce .introduce-list5 button {
    width: 152px;
    height: 45px;
    background: rgba(9, 109, 222, 1);
    border-radius: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-top: 47px;
}

.section-introduce .introduce-list5 .top {
    width: 100%;
    height: 49px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    font-size: 18px;
    font-weight: 500;
    color: rgba(9, 109, 222, 1);
    z-index: 11;
    position: relative;
    border-bottom: 2px solid rgba(9, 109, 222, 0.9);
    text-align: center;
    line-height: 49px;
}

.section-introduce .introduce-list5 .bottom {
    width: 100%;
    height: 197px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    position: relative;
    z-index: 9;
    font-size: 14px;
    color: rgba(77, 77, 77, 1);
    line-height: 13px;
    text-align: center;
    line-height: 25px;
    padding: 24px 0 29px;
}

.section-introduce .introduce-list5 .bottom span {
    color: #4D4D4D;
    font-size: 16px;
}

.section-funList {
    width: 100%;
    height: 505px;
    background: linear-gradient(270deg, rgba(235, 242, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 50px 0 65px;
}

.section-funList ul {
    width: 1000px;
    height: 100px;
    margin: 0 auto 10px;
}

.section-funList ul:nth-of-type(1) {
    padding: 0 263px;
}

.section-funList ul:nth-of-type(2) {
    padding: 0 92px;
}

.section-funList ul:nth-of-type(3) {
    padding: 0 263px;
}

.section-funList ul li {
    width: 85px;
    height: 100px;
}

.section-funList ul li p {
    width: 70px;
    height: 70px;
    background-image: url(../images/icon-gather.png);
    background-size: 500px auto;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.section-funList ul li.fun1 p {
    background-position: 0px -1px;
}

.section-funList ul li.fun2 p {
    background-position: -148px 0px;
}

.section-funList ul li.fun3 p {
    background-position: -73px 0px;
}

.section-funList ul li.fun4 p {
    background-position: -223px 0px;
}

.section-funList ul li.fun5 p {
    background-position: -73px -73px;
}

.section-funList ul li.fun6 p {
    background-position: 0px -73px;
}

.section-funList ul li.fun7 p {
    background-position: -148px -73px;
}

.section-funList ul li.fun8 p {
    background-position: -223px -73px;
}

.section-funList ul li span {
    display: block;
    font-size: 14px;
    color: rgba(77, 77, 77, 1);
    text-align: center;
    margin-top: 7px;
}

.section-funList ul p {
    font-size: 28px;
    color: rgba(77, 77, 77, 1);
}

.section-funList ul p span {
    color: #096DDE;
    text-decoration: underline;
    cursor: pointer;
    font-weight: Bold;
}

.section-funList ul p span:hover {
    color: #0b62c3;
}

.section-funList button {
    display: block;
    width: 152px;
    height: 45px;
    background: rgba(9, 109, 222, 1);
    border-radius: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin: 50px auto 0;
}

.section-funList button:hover {
    background-color: #0b62c3;
}

.section-cms {
    width: 1000px;
    margin: 20px auto;
}
.section-cms ul {
    width: 100%;
    height: 291px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 0px 6px rgba(46, 107, 252, 0.08);
    border-radius: 4px;
    padding: 36px 35px 0;
}
.section-cms ul > li {
    width: 278px;
}
.section-cms .column-title img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.section-cms .column-title h5 {
    line-height: 28px;
    font-size: 20px;
    font-weight: normal;
    color: #1A68C0;
}
.section-cms .column-header .column-more {
    line-height: 20px;
    font-size: 14px;
    color: #4D4D4D;
}
.section-cms .column-header .column-more:hover {
    opacity: .75;
}
.section-cms .column-list {
    padding-top: 6px;
}
.section-cms .column-list a {
    display: block;
    width: 100%;
    margin: 20px 0;
}
.section-cms .column-list h4 {
    line-height: 20px;
    font-size: 14px;
    color: #4D4D4D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.section-cms .column-list a:hover h4 {
    color: #1a68c0;
}
.section-cms .column-list p {
    line-height: 18px;
    font-size: 12px;
    color: #959595;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-cms .column-list a:hover p {
    color: #83a7ec;
}

.view-more-btn {
    font-size: 18px;
    text-align: center;
    color: #1995FB;
    margin: 30px 0;
    cursor: pointer;
}

.view-more-btn::before {
    display: block;
    content: '';
    width: 27px;
    height: 1px;
    border-top: 1px solid rgba(9, 109, 222, 1);
    margin-right: 8px;
}

.view-more-btn::after {
    display: block;
    content: '';
    width: 27px;
    height: 1px;
    border-top: 1px solid rgba(9, 109, 222, 1);
    margin-left: 8px;
}

.section-advertising {
    width: 1000px;
    height: 260px;
    position: relative;
    margin: 14px auto 16px;
    background-image: url(../images/advertising-banner.png);
    background-size: 1000px auto;
    background-image: center center;
    cursor: pointer;
}

.section-advertising:hover {
    transform: scale(1.01);
    transition: .4s;
}

.section-advertising .promotion {
    width: 80px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 12px;
}

.section-advertising button {
    width: 57px;
    height: 23px;
    background: rgba(255, 255, 255, 1);
    font-size: 12px;
    color: rgba(94, 94, 94, 1);
    position: absolute;
    right: 12px;
    top: 12px;
}

.section-advertising button::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../images/icon-gather.png);
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: -90px -1px;
    margin-right: 4px;
}

.market-page {
    margin: 50px 0 50px;
}

/* 外面盒子样式---自己定义 */
.market-page .page_div {
    /* margin: 20px 10px 20px 0; */
    color: #666;
    width: 1000px;
    height: 28px;
    /* margin: 50px auto 20px; */
    display: flex;
    justify-content: center;
    width: 100%;
}

/* 页数按钮样式 */
.market-page .page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 25px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.market-page #firstPage,
.market-page #lastPage,
.market-page #nextPage,
.market-page #prePage {
    width: 50px;
    color: #404040;
    border: 1px solid #404040
}

.market-page #nextPage,
.market-page #prePage {
    width: 70px
}

.market-page .page_div .current {
    background-color: #096DDE;
    border-color: #096DDE;
    color: #FFF
}

/* 页面数量 */
.market-page .totalPages {
    margin: 0 10px
}

.market-page .totalPages span,
.market-page .totalSize span {
    color: #1995FB;
    margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

.cms-container .left .essay-nav {
    width: 700px;
    height: 46px;
    background: #fff;
    padding: 0 46px;
}

.cms-container .left .essay-nav i {
    width: 14px;
    height: 18px;
    background-image: url(../images/icon-cms.png);
    background-position: -31px 1px;
    background-size: auto 42px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.cms-container .left .essay-nav span {
    font-size: 16px;
    color: rgba(139, 139, 139, 1);
}

.cms-container .left .essay-conainer {
    width: 700px;
    background: #fff;
    margin-top: 2px;
    padding: 30px 46px 40px;
}

.cms-container .left .essay-conainer .title {
    font-size: 28px;
    color: rgba(64, 64, 64, 1);
}

.cms-container .left .essay-conainer .info {
    margin-top: 18px;
}

.cms-container .left .essay-conainer .info p {
    height: 20px;
}

.cms-container .left .essay-conainer .info span {
    font-size: 14px;
    font-weight: 300;
    color: rgba(139, 139, 139, 1);
    line-height: 20px;
}

.cms-container .left .essay-conainer .info .timer {
    margin-left: 24px;
}

.cms-container .left .essay-conainer .info .timer i {
    width: 17px;
    height: 17px;
    background-image: url(../images/icon-cms.png);
    background-position: -13px -1px;
    background-size: auto 40px;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.cms-container .left .essay-conainer .info .reader i {
    width: 21px;
    height: 14px;
    background-image: url(../images/icon-cms.png);
    background-position: -41px -1px;
    background-size: auto 40px;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.cms-container .left .essay-conainer .essay-banner {
    display: block;
    width: 100%;
    height: 356px;
    background: rgba(235, 235, 235, 1);
    margin-top: 22px;
}

.cms-container .left .essay-info {
    margin-top: 30px;
    color: #404040;
    font-size: 16px;
    line-height: 28px;
}

.cms-container .left .essay-icons {
    width: 110px;
    height: 22px;
    margin-top: 80px;
    margin-left: 498px;
}

.cms-container .left .essay-icons .icons {
    width: 110px;
}

.cms-container .left .essay-icons .icons1 li {
    width: 25px;
    height: 22px;
    background-image: url(../images/icon-cms.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
}

.cms-container .left .essay-icons .icons li {
    width: 25px;
    height: 22px;
    background-image: url(../images/icon-cms.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cms-container .left .essay-icons .icons li:nth-of-type(1) {
    background-position: -71px -20px;
}

.cms-container .left .essay-icons .icons li:nth-of-type(2) {
    background-position: -97px -20px;
}

.cms-container .left .essay-icons .icons li:nth-of-type(3) {
    background-position: -121px -20px;
}

.cms-container .left .essay-icons .icons li:nth-of-type(1):hover {
    background-position: 3px -20px;
}

.cms-container .left .essay-icons .icons li:nth-of-type(2):hover {
    background-position: -23px -20px;
}

.cms-container .left .essay-icons .icons li:nth-of-type(3):hover {
    background-position: -47px -20px;
}

.cms-container .left .essay-conainer .essay-navigation {
    margin-top: 40px;
}

.cms-container .left .essay-conainer .navigation-info {
    margin-top: 20px;
}

.cms-container .left .essay-conainer .essay-navigation-prev,
.cms-container .left .essay-conainer .essay-navigation-next {
    width: 268px;
    height: 102px;
    background: rgba(9, 109, 222, 1);
    padding: 21px 23px;
    cursor: pointer;
}

.cms-container .left .essay-conainer .essay-navigation-prev:hover,
.cms-container .left .essay-conainer .essay-navigation-next:hover {
    background-color: #0b62c3;
}

.cms-container .left .essay-conainer .essay-navigation-prev .title,
.cms-container .left .essay-conainer .essay-navigation-next .title {
    width: 222px;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cms-container .left .essay-conainer .prev-next-btn i {
    width: 17px;
    height: 17px;
    background-image: url(../images/icon-cms.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: -125px 1px;
    margin-right: 5px;
}

.cms-container .left .essay-conainer .prev-next-btn span {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
}

.cms-container .left .essay-conainer .timer i {
    width: 17px;
    height: 17px;
    background-image: url(../images/icon-cms.png);
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: 1px -2px;
    margin-right: 4px;
}

.cms-container .left .essay-conainer .timer span {
    height: 17px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
}

.cms-container .left .essay-conainer .essay-navigation-next .prev-next-btn i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    margin-left: 4px;
    margin-right: 0;
}

.cms-container .left .recommend {
    width: 700px;
    /* height:283px; */
    background: rgba(255, 255, 255, 1);
    margin: 27px 0 30px;
    padding: 33px 43px;
}

.cms-container .left .recommend .title {
    font-size: 18px;
    color: rgba(64, 64, 64, 1);
}

.cms-container .left .recommend ul {
    margin-top: 26px;
}

.cms-container .left .recommend li {
    margin-bottom: 20px;
}

.cms-container .left .recommend li p {
    width: 530px;
    font-size: 14px;
    color: rgba(122, 122, 122, 1);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cms-container .left .recommend li span {
    font-size: 14px;
    color: rgba(122, 122, 122, 1);
}

.cms-container .left .recommend a:nth-last-child(1) li {
    margin-bottom: 0;
}

.cms-container .right .news-article .title i {
    width: 28px;
    background-position: -97px 0px;
}

/* api页面 */
.section-api .api-banner {
    width: 100%;
    height: 270px;
    background-image: url(../images/api-banner.jpg);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #f7fbff;
}

.section-api .api-content {
    width: 1000px;
    margin: -45px auto 0;
}

.section-api .api-key-box {
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    padding: 0 0 0 47px;
    display: none;
}

.section-api .api-key-box p {
    font-size: 18px;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    height: 54px;
    line-height: 54px;
}

.section-api .api-key-box span {
    font-size: 20px;
    font-weight: bold;
    color: #096DDE;
    display: block;
    width: calc(100% - 205px);
}

.section-api .api-key-box .copy-btn {
    width: 117px;
    height: 54px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    font-size: 18px;
    font-weight: bold;
    color: rgba(9, 109, 222, 1);
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}

.section-api .api-mode-box {
    width: 100%;
    /*height:184px;*/
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    margin-top: 20px;
}

.section-api .api-mode-box ul li {
    width: 208px;
    height: 42px;
    background: rgba(9, 109, 222, 1);
    border-radius: 2px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-right: 20px;
}

.section-api .api-mode-box ul .demo-download-btn {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
    margin-left: 10px;
    text-decoration: underline;
    margin-top: 18px;
}

.section-api .api-mode-box .mode-list {
    padding: 17px 0;
    position: relative;
}

.section-api .api-mode-box ol:nth-of-type(1) {
    margin-bottom: 15px;
}

.section-api .api-mode-box ol i {
    width: 9px;
    height: 9px;
    background: rgba(9, 109, 222, 1);
    border-radius: 50%;
    margin-left: 48px;
}

.section-api .api-mode-box ol p {
    font-size: 16px;
    color: rgba(73, 73, 73, 1);
    margin-left: 5px;
}

.section-api .api-mode-box ol span {
    font-size: 16px;
    color: #096DDE;
}

.section-api .api-table .title {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    padding: 24px 43px 21px;
}

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

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

.section-api .api-table table thead th {
    font-size: 14px;
    color: rgba(73, 73, 73, 1);
    height: 30px;
    text-align: left;
}

.section-api .api-table table thead th:nth-of-type(1) {
    padding-left: 45px;
}

.section-api .api-table table tbody td:nth-of-type(1) {
    padding-left: 45px;
}

.section-api .api-table table tbody td {
    font-size: 14px;
    color: rgba(73, 73, 73, 1);
    height: 30px;
    padding: 10px 0;
    word-break: break-all;
}

.section-api .api-table table tbody tr:nth-child(even) {
    background-color: #F1F9FF;
}

.mb-15 {
    margin-bottom: 15px;
}

/* 产品优势 */
.section-advantage .advantage-banner {
    width: 100%;
    height: 395px;
    background-image: url(../images/advantage-banner.png);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #f7fbff;
}

.section-advantage nav {
    width: 1000px;
    height: 150px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    padding: 0 165px;
    width: 1000px;
    margin: -75px auto 0;
}

.section-advantage nav li {
    width: 160px;
}

.section-advantage nav p {
    font-size: 38px;
    color: rgba(9, 109, 222, 1);
    text-align: center;
}

.section-advantage nav span {
    font-size: 18px;
    color: rgba(77, 77, 77, 1);
    display: block;
    text-align: center;
    margin-top: 10px;
}

.section-advantage .title {
    font-size: 28px;
    color: rgba(9, 109, 222, 1);
    text-align: center;
    margin-top: 86px;
}

.section-advantage .subtitle {
    font-size: 16px;
    color: rgba(73, 73, 73, 1);
    text-align: center;
    margin-top: 23px;
}

.section-advantage ul {
    width: 1000px;
    margin: 107px auto 0;
}

.section-advantage ul .list1 img {
    width: 387px;
}

.section-advantage ul .list2 img {
    width: 370px;
}

.section-advantage ul .list3 img {
    width: 333px;
}

.section-advantage ul li {
    margin-bottom: 90px;
}

.section-advantage ul li .advantage-list {
    width: 428px;
}

.section-advantage ul li .advantage-list .tel {
    font-size: 18px;
    font-weight: 500;
    color: rgba(9, 109, 222, 1);
    margin-bottom: 23px;
}

.section-advantage ul li .advantage-list p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(77, 77, 77, 1);
}

.section-advantage ul li .advantage-list span {
    font-size: 14px;
    color: rgba(77, 77, 77, 1);
    display: block;
    line-height: 26px;
    margin-top: 16px;
}

.section-services {
    width: 100%;
    height: 282px;
    background: linear-gradient(270deg, rgba(235, 242, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.section-services .services-content {
    width: 733px;
    height: 282px;
    background-image: url(../images/bg-services.png);
    background-size: 733px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    padding: 65px 0 50px;
}

.section-services .services-content p {
    font-size: 28px;
    font-weight: bold;
    color: rgba(9, 109, 222, 1);
    text-align: center;
}

.section-services .services-content span {
    font-size: 16px;
    color: rgba(77, 77, 77, 1);
    display: block;
    text-align: center;
    margin-top: 17px;
}

.section-services .services-content button {
    width: 170px;
    height: 45px;
    background: rgba(9, 109, 222, 1);
    border-radius: 5px;
    font-size: 21px;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 33px auto 0;
}

.section-services .services-content button:hover {
    background: #0b62c3;
}

/* about页面 */
.section-about .about-banner {
    width: 100%;
    height: 270px;
    background-image: url(../images/about-banner.png);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #f7fbff;
}

.section-about .about-content {
    width: 1050px;
    margin: -45px auto 0;
}


.section-about .realizeTitle {
    width: 1000px;
    height: 239px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    background-image: url(../images/bg-about-title.png);
    background-position: center top;
    background-size: 247px auto;
    background-repeat: no-repeat;
}

.section-about .realizeTitle .tit p {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-gather2.png);
    background-size: 266px auto;
    background-repeat: no-repeat;
}

.section-about .realizeTitle .left .text {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 26px;
    margin-top: 24px;
}

.section-about .realizeTitle video {
    width: 386px;
    margin-left: 186px;
    border-radius: 13px;
}

.section-about .realizeTitle .tit p {
    background-position: -204px -9px;
}

.section-about .realizeTitle .tit span {
    font-size: 22px;
    font-weight: bold;
    color: #4D4D4D;
    margin-left: 10px;
}


.section-about .title {
    width: 1000px;
    height: 75px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
}

.section-about .title p {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-gather2.png);
    background-size: 266px auto;
    background-repeat: no-repeat;
}

.section-about .title:nth-of-type(1) p {
    background-position: -232px -9px;
}

/* .section-about .title:nth-of-type(1){

}
.section-about .title:nth-of-type(3){

} */
.section-about .title:nth-of-type(5) {
    margin-top: 67px;
}

.section-about .title:nth-of-type(3) p {
    background-position: -236px -41px;
}

.section-about .title:nth-of-type(5) p {
    background-position: -237px -9px;
}

.section-about .title span {
    font-size: 22px;
    font-weight: bold;
    color: #4D4D4D;
    margin-left: 10px;
}

.section-about .about-wrapper {
    margin-bottom: 52px;
}

.section-about .about-wrapper p {
    font-size: 16px;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    margin-top: 26px;
}

.section-about .about-wrapper span {
    display: block;
    font-size: 14px;
    color: rgba(77, 77, 77, 1);
    margin-top: 14px;
    text-indent: 2em;
    line-height: 24px;
}

.section-about .contact {
    padding: 52px 285px 105px;
}

.section-about .contact li img {
    width: 148px;
    height: 148px;
}

.section-about .contact li span {
    font-size: 18px;
    color: rgba(73, 73, 73, 1);
    display: block;
    text-align: center;
    margin-top: 5px;
}

.section-about .course {
    width: 100%;
    height: 718px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    position: relative;
    background-image: url(../images/bg-course.png);
    background-size: 326px 555px;
    background-repeat: no-repeat;
    background-position: 292px 39px;
}

.section-about .course li {
    position: absolute;
}

.section-about .course li.list-2020 {
    width: 329px;
    top: 56px;
    left: 69px;
}

.section-about .course li.list-2019 {
    width: 338px;
    top: 125px;
    left: 568px;
}

.section-about .course li.list-2018 {
    width: 280px;
    top: 218px;
    left: 155px;
}

.section-about .course li.list-2017 {
    width: 350px;
    top: 287px;
    left: 628px;
}

.section-about .course li.list-2016 {
    width: 333px;
    top: 380px;
    left: 90px;
}

.section-about .course li.list-2015 {
    width: 303px;
    top: 441px;
    left: 564px;
}

.section-about .course li.list-2014 {
    width: 264px;
    top: 498px;
    left: 142px;
}

.section-about .course li.list-2013 {
    width: 323px;
    top: 558px;
    left: 590px;
}

.section-about .course li ol:nth-of-type(1) {
    margin-top: 17px;
}

.section-about .course li ol:nth-of-type(2) {
    margin-top: 21px;
}

.section-about .course li .list-img {
    width: 93px;
    height: 93px;
    /* background-color: red; */
    background-image: url(../images/icon-gather2.png);
    background-size: 541px auto;
    background-repeat: no-repeat;
}

.section-about .course li.list-2020 .list-img {
    background-position: -96px -102px;
    width: 121px;
    height: 121px;
}

.section-about .course li.list-2019 .list-img {
    background-position: -95px 0;
}

.section-about .course li.list-2018 .list-img {
    background-position: -318px -102px;
}

.section-about .course li.list-2017 .list-img {
    background-position: 0 -102px;
}

.section-about .course li.list-2016 .list-img {
    background-position: -191px 0;
}

.section-about .course li.list-2015 .list-img {
    background-position: 0 0;
}

.section-about .course li.list-2014 .list-img {
    background-position: -221px -102px;
}

.section-about .course li.list-2013 .list-img {
    background-position: -288px 0;
}

.section-about .course li .list-tit {
    font-size: 26px;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
}

.section-about .course li p {
    font-size: 18px;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    margin-right: 8px;
}

.section-about .course li span {
    font-size: 16px;
    color: rgba(73, 73, 73, 1);
}

/* faq页面 */
.section-faq .faq-banner {
    width: 100%;
    height: 270px;
    background-image: url(../images/help-banner.png);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #f7fbff;
}

.section-faq .faq-nav {
    width: 1000px;
    height: 60px;
    background: #FFFFFF;
    margin: -35px auto 0;
    box-shadow: 0 2px 12px 0 rgba(132, 163, 246, 0.15);
    position: relative;
    z-index: 108;

}

.section-faq .faq-nav li {
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
    width: 50%;
    text-align: center;
    position: relative;
    /*cursor: pointer;*/
    height: 60px;
    line-height: 60px;
}

.section-faq .faq-nav li:nth-child(1) {
    border-right: 1px solid #D6DEE7;
}

.section-faq .faq-nav li.active {
    color: #096DDE;
}

.section-faq .faq-nav li.active::before {
    width: 81px;
    height: 6px;
    background: #096DDE;
    display: block;
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 94%;
}


.section-faq .faq-content {
    width: 1000px;
    margin: 0 auto 97px;
}

.section-faq .faq-content .list1 {
    width: 1000px;
    height: 386px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    padding: 31px 41px;
}

.section-faq .faq-content .list2 {
    width: 1000px;
    height: 327px;
    background: rgba(255, 255, 255, 1);
    padding: 31px 41px;
}

.section-faq .faq-content .list3 {
    width: 1000px;
    height: 319px;
    background: rgba(247, 251, 255, 1);
    padding: 31px 41px;
}

.section-faq .faq-content li {
    margin-bottom: 28px;
}

.section-faq .faq-content li .title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
}

.section-faq .faq-content li p {
    font-size: 14px;
    color: rgba(77, 77, 77, 1);
    margin-top: 12px;
}

.section-faq .faq-content li span {
    font-weight: bold;
}


.section-faq ul .list .video-course {
    width: 1000px;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(132, 163, 246, 0.08);
    margin: 0 auto;
    padding: 29px 40px 63px;
    position: relative;

}

.section-faq ul .list .video-course .title {
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4D;
}

.section-faq ul .list .video-course .subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
    margin: 14px 0 28px;
}

.section-faq ul .list .video-course .ol {
    margin-bottom: 30px;
}

.section-faq ul .list .video-course .ol p {
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    margin-bottom: 12px;
}

.section-faq ul .list .video-course .ol span {
    font-size: 14px;
    color: #4D4D4D;
    margin-bottom: 21px;
    display: block;
}

.section-faq ul .list .video-course .ol video {
    width: 720px;
}

.section-faq ul .list .video-course .catalogue {
    width: 100px;
    position: fixed;
    top: 506px;
    left: 50%;
    transform: translateX(calc(-50% + 400px));
    height: 230px;
}

.section-faq ul .list .video-course .catalogue .title {
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: center;
}

.section-faq ul .list .video-course .catalogue .catalogue-content {
    height: 190px;
    margin-top: 19px;
    border-left: 1px solid #D6DEE7;
}

.section-faq ul .list .video-course .catalogue .catalogue-list {
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
    margin-bottom: 15px;
    padding-left: 14px;
    position: relative;
    cursor: pointer;
}

.section-faq ul .list .video-course .catalogue .catalogue-list.active {
    color: #096DDE;
}

.section-faq ul .list .video-course .catalogue .catalogue-list.active::before {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 2px solid #096DDE;
    border-radius: 50%;
    display: block;
    position: absolute;
    content: '';
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
}

/* 登录享特权页面 */
.section-privilege .privilege-banner {
    width: 100%;
    height: 270px;
    background-image: url(../images/privilege-banner.jpg);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #f7fbff;
}

.section-privilege .privilege-content {
    width: 1000px;
    margin: -76px auto 80px;
}

.section-privilege .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    background: #fff;
    margin-top: 31px;
}

.section-privilege table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
}

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

.section-privilege table thead th {
    font-size: 14px;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    height: 30px;
}

.section-privilege table thead th:first-of-type {
    width: 280px;
}

.section-privilege table tbody td {
    font-size: 14px;
    color: rgba(73, 73, 73, 1);
    height: 30px;
    text-align: center;
}

.section-privilege table tbody tr:nth-child(even) {
    background-color: #F1F9FF;
}

.section-privilege table tbody td i.hook {
    display: block;
    width: 16px;
    height: 13px;
    background-image: url(../images/icon-hook.png);
    background-size: 16px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.section-privilege table tbody td i.fork {
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../images/icon-fork.png);
    background-size: 11px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

/* 短网址还原 */
.section-restore {
    min-height: calc(100vh - 490px);
}

.section-restore .restore-banner {
    width: 100%;
    height: 270px;
    background-image: url(../images/restore-banner.jpg);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #f7fbff;
}

.section-restore .restore-content {
    width: 1000px;
    margin: -45px auto;
    padding: 0 0 50px;
}

.section-restore .restore {
    width: 1000px;
    height: 325px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(132, 163, 246, 0.08);
    padding: 21px;
    position: relative;
}

.section-restore .restore textarea {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 5px;
    resize: none;
    font-size: 16px;
    line-height: 18px;
    padding: 21px 11px;
}

.section-restore .restore-content button {
    display: block;
    width: 150px;
    height: 38px;
    background: rgba(9, 109, 222, 1);
    border-radius: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin: 38px auto;
}

.section-restore .restore .fork {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-fork.png);
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 45px;
    top: 45px;
    cursor: pointer;
}

/* 登录弹框 */
.login-popup,
.register-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.login {
    width: 690px;
    height: 473px;
    background: rgba(248, 250, 255, 1);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login .title {
    width: 100%;
    height: 54px;
    background: rgba(9, 109, 221, 1);
    border-radius: 10px 10px 0 0;
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
    text-align: center;
    position: relative;
}

.login .title .close {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-login.png);
    background-repeat: no-repeat;
    background-size: 220px auto;
    background-position: -97px -2px;
    top: 20px;
    right: 50px;
    cursor: pointer;
}

.login ul {
    padding: 24px 30px;
}

.login ul li {
    width: 288px;
    height: 367px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 16px 17px 56px;
}

.login ul .center-sec hr {
    width: 1px;
    height: 25px;
    border: 1px solid rgba(73, 73, 73, .3);
}

.login ul .center-sec {
    font-size: 18px;
    color: rgba(73, 73, 73, 1);
}

.login ul li .tit {
    text-align: center;
    font-size: 18px;
    color: rgba(73, 73, 73, 1);
}

.login ul li .loginBox-body-pic {
    width: 100%;
    margin-top: 35px;
}

.login ul li .loginBox-body-tips {
    font-size: 14px;
    color: #494949;
    margin-top: 10px;
}

.login ul li .ipt-list {
    width: 255px;
    height: 30px;
}

.login ul li .ipt-list input {
    width: 255px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(82, 163, 255, 1);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 52px;
    font-size: 16px;
    font-weight: 300;
}

.tips_message {
    position: absolute;
    top: 29px;
    font-size: 14px;
    color: #D0021B;
    padding: 0 0 0 14px;
}

.login ul li .ipt-list i {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    z-index: 12;
    top: 3px;
    background-image: url(../images/icon-login.png);
    background-repeat: no-repeat;
    background-size: 230px auto;
}

.login ul li .ipt-list.ipt-phone i {
    background-position: 4px 1px;
}

.login ul li .ipt-list.ipt-phone {
    margin-top: 37px;
}

.login ul li .ipt-list.ipt-password {
    margin-top: 23px;
}

.login ul li .ipt-list.ipt-password i {
    background-position: -137px 1px;
}

.login ul li .ipt-list.ipt-identifying-code i {
    background-position: -67px 1px;
}

.login ul li .ipt-list.ipt-message-code i {
    background-position: -30px 2px;
}

.login ul li .ipt-list.ipt-identifying-code input {
    width: 187px;
}

.login ul li .ipt-list.ipt-identifying-code img {
    width: 65px;
    height: 30px;
    background: rgba(233, 233, 233, 1);
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.login ul li .ipt-list.ipt-message-code input {
    width: 187px;
}

.login ul li .ipt-list.ipt-message-code .message-code {
    width: 65px;
    height: 30px;
    background: rgba(9, 109, 221, 1);
    border: 1px solid rgba(9, 109, 221, 1);
    border-radius: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0;
    top: 0;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.login ul li .ipt-list span {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    z-index: 12;
    top: 3px;
    left: 32px;
    font-size: 17px;
    color: rgba(191, 191, 191, .5);
}

.login ul li .tips-remember {
    width: 100%;
    height: 16px;
    margin-top: 21px;
}

.login ul li .tips-remember input {
    width: 0;
    height: 0;
}

.login ul li .tips-remember i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(82, 163, 255, 1);
}

.login ul li .tips-remember span {
    font-size: 14px;
    color: #494949;
    margin-left: 10px;
}

.login ul li .tips-remember-lable {
    cursor: pointer;
}

.login ul li .tips-remember a {
    font-size: 14px;
    color: rgba(9, 109, 221, 1);
}

.login ul li .tips-remember input:checked+i {
    background-image: url(../images/icon-login.png);
    background-repeat: no-repeat;
    background-size: 220px auto;
    border: none;
    background-position: -204px -3px;
    background-color: #096EDB;
}

.login ul li .login_btn {
    width: 238px;
    height: 38px;
    background: rgba(9, 109, 221, 1);
    border: 1px solid rgba(9, 109, 221, 1);
    border-radius: 19px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin: 48px auto 0;
}

.login ul li .top-right-corner {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #096ddd;
    cursor: pointer;
}

.login ul li .other-login {
    margin-top: 10px;
}

.login ul li .other-login span {
    font-size: 14px;
    color: #494949;
}

.login ul li .other-login hr {
    width: 60px;
    height: 1px;
    border: none;
    border-top: 1px solid rgba(73, 73, 73, 0.3);
}

.login ul li .register-btn {
    font-size: 14px;
    color: #494949;
    text-align: center;
    margin-top: 21px;
}

.login ul li .register-btn a {
    color: #096DDD;
}

.login ul li .qr-login {
    width: 166px;
    height: 166px;
    background: rgba(255, 255, 255, 1);
    margin: 28px auto 0;
    position: relative;
    cursor: pointer;
}

.login ul li .qr-login img {
    width: 166px;
    height: 166px;

}

.login ul li .qr-login p {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    display: none;
}

.login ul li .qr-login span {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.login ul li .tips-agreement {
    width: 100%;
    height: 16px;
    margin-top: 28px;
}

.login ul li .tips-agreement input {
    width: 0;
    height: 0;
}

.login ul li .tips-agreement i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(82, 163, 255, 1);
    margin-right: 7px;
}

.login ul li .tips-agreement-lable {
    cursor: pointer;
}

.login ul li .tips-agreement input:checked+i {
    background-image: url(../images/icon-login.png);
    background-repeat: no-repeat;
    background-size: 220px auto;
    border: none;
    background-position: -204px -3px;
    background-color: #096EDB;
}

.login ul li .tips-agreement p {
    font-size: 14px;
    color: rgba(73, 73, 73, 1);
}

.login ul li .tips-agreement span {
    color: #096DDD;
    cursor: pointer;
}

.login ul li .tips-validity {
    margin-top: 20px;
}

.login ul li .tips-validity i {
    display: block;
    width: 22px;
    height: 22px;
    top: 3px;
    background-image: url(../images/icon-login.png);
    background-repeat: no-repeat;
    background-size: 230px auto;
    background-position: -173px 2px;
    margin-right: 5px;
}

.login ul li .tips-validity p {
    font-size: 14px;
    color: rgba(73, 73, 73, 1);

}

.login ul li .tips-validity span {
    color: #E26548;
}

.mt-17 {
    margin-top: 17px !important;
}

.reset-passwords-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.reset-passwords {
    width: 345px;
    height: 396px;
    background: rgba(248, 250, 255, 1);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reset-passwords .title {
    width: 100%;
    height: 54px;
    background: rgba(9, 109, 221, 1);
    border-radius: 10px 10px 0 0;
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
    text-align: center;
    position: relative;
}

.reset-passwords .title .close {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-login.png);
    background-repeat: no-repeat;
    background-size: 220px auto;
    background-position: -97px -2px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.reset-passwords-content {
    width: 289px;
    height: 294px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 16px 17px 56px;
    margin: 24px auto 0;
}

.reset-passwords .ipt-list {
    width: 255px;
    height: 30px;
}

.reset-passwords .ipt-list input {
    width: 255px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(82, 163, 255, 1);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 52px;
    font-size: 16px;
    font-weight: 300;
}

.reset-passwords .ipt-list i {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    z-index: 12;
    top: 3px;
    background-image: url(../images/icon-login.png);
    background-repeat: no-repeat;
    background-size: 230px auto;
}

.reset-passwords .ipt-list.ipt-phone i {
    background-position: 4px 1px;
}

.reset-passwords .ipt-list.ipt-phone {
    margin-top: 37px;
}

.reset-passwords .ipt-list.ipt-password {
    margin-top: 23px;
}

.reset-passwords .ipt-list.ipt-password i {
    background-position: -137px 1px;
}

.reset-passwords .ipt-list.ipt-identifying-code i {
    background-position: -67px 1px;
}

.reset-passwords .ipt-list.ipt-message-code i {
    background-position: -30px 2px;
}

.reset-passwords .ipt-list.ipt-identifying-code input {
    width: 187px;
}

.reset-passwords .ipt-list.ipt-identifying-code img {
    width: 65px;
    height: 30px;
    background: rgba(233, 233, 233, 1);
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.reset-passwords .ipt-list.ipt-message-code input {
    width: 187px;
}

.reset-passwords .ipt-list.ipt-message-code .message-code {
    width: 65px;
    height: 30px;
    background: rgba(9, 109, 221, 1);
    border: 1px solid rgba(9, 109, 221, 1);
    border-radius: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0;
    top: 0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.reset-passwords .ipt-list span {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    z-index: 12;
    top: 3px;
    left: 32px;
    font-size: 17px;
    color: rgba(191, 191, 191, .5);
}

.reset-passwords .confirm-btn {
    width: 256px;
    height: 38px;
    background: rgba(9, 109, 221, 1);
    border: 1px solid rgba(9, 109, 221, 1);
    border-radius: 19px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-top: 22px;
}

.agreement-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.agreement {
    width: 800px;
    height: 563px;
    background: rgba(248, 250, 255, 1);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.agreement .title {
    width: 100%;
    height: 54px;
    background: rgba(9, 109, 221, 1);
    border-radius: 10px 10px 0 0;
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
    text-align: center;
    position: relative;
}

.agreement .title .close {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-login.png);
    background-repeat: no-repeat;
    background-size: 220px auto;
    background-position: -97px -2px;
    top: 22px;
    right: 22px;
    cursor: pointer;
}

.agreement-content {
    width: 720px;
    /* height:279px; */
    margin: 33px auto 0;
    overflow-y: auto;
    max-height: 342px;
    z-index: 11;
    padding: 0 10px;
}

.agreement-content::-webkit-scrollbar {
    width: 3px;
}

.agreement-content::-webkit-scrollbar-track {
    background-color: #B8B8B8;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.agreement-content::-webkit-scrollbar-thumb {
    background-color: #686868;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.agreement .tit {
    font-size: 16px;
    font-weight: bold;
    color: rgba(36, 36, 36, 1);
    line-height: 26px;
    text-align: center;
}

.agreement .subtit {
    font-size: 14px;
    color: #242424;
    line-height: 22px;
    text-indent: 1rem;
    margin-top: 27px;
}

.agreement ul li {
    margin-top: 20px;
}

.agreement ul li p {
    font-size: 16px;
    color: #242424;
    font-weight: Bold;
}

.agreement ul li span {
    font-size: 14px;
    color: #242424;
    font-weight: Bold;
    display: block;
    margin-top: 5px;
}

.agreement ul li .agreement-info {
    font-size: 14px;
    color: #242424;
    font-weight: Regular;
    margin-top: 5px;
}

.agreement button {
    width: 253px;
    height: 45px;
    background: rgba(9, 109, 222, 1);
    border-radius: 5px;
    font-size: 21px;
    color: rgba(255, 255, 255, 1);
    margin: 30px auto 0;
    display: block;
}


/* 淘宝链接推广弹窗 */
.tbUrl-pupop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    transform: translate(0, 0);
}

.tbUrl-pupop .tbUrl {
    width: 369px;
    height: 498px;
    background: url(../images/bg-tbUrl.png);
    background-repeat: no-repeat;
    background-size: 369px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 272px 0 0 47px;
}

.tbUrl-pupop .tbUrl ul li {
    font-size: 18px;
    color: #494949;
    width: 287px;
    margin-bottom: 16px;
}

.tbUrl-pupop .tbUrl ul li span {
    font-weight: 600;
}

.tbUrl-pupop .tbUrl button {
    width: 132px;
    height: 47px;
    background: #096DDE;
    border-radius: 24px;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    margin-left: 71px;
    margin-top: 41px;
}

.tbUrl-pupop .tbUrl .close {
    position: absolute;
    left: 50%;
    top: 108%;
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 4px;
}

.tbUrl-pupop .tbUrl .close:before,
.tbUrl-pupop .tbUrl .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 27px;
    width: 4px;
    background-color: #CCCCCC;
    border-radius: 5px;
    top: 4px;
}

.tbUrl-pupop .tbUrl .close:before {
    transform: rotate(45deg);
}

.tbUrl-pupop .tbUrl .close:after {
    transform: rotate(-45deg);
}

.section-banner .notice {
    width: 1000px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.section-banner .notice i {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../images/icon-news1.gif);
    background-size: 18px 18px;
}

.section-banner .notice p {
    font-size: 14px;
    color: #494949;

}

.section-banner .notice p span {
    color: #096DDE;
}

.api-tips {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    box-shadow: 0px 0px 8px 2px rgb(132 163 246 / 8%);
}

.api-tips .content {
    width: 100%;
    height: 40px;
}
.api-tips .content i{
    width: 18px;
    height: 18px;
    background: #F86C6B;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.api-tips .content span {
    font-size: 14px;
}

.api-tips .content a {
    color: #096DDE;
    font-size: 16px;
    margin-left: 20px;
}
.demo-download-btn{
    position: absolute;
    right: 39px;
    top: 33px;
}
.api-tips {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    box-shadow: 0px 0px 8px 2px rgb(132 163 246 / 8%);
}

.api-tips .content {
    width: 100%;
    height: 40px;
}
.api-tips .content i{
    width: 18px;
    height: 18px;
    background: #F86C6B;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.api-tips .content span {
    font-size: 14px;
}

.api-tips .content a {
    color: #096DDE;
    font-size: 16px;
    margin-left: 20px;
}