button,
input {
    outline: none;
    cursor: pointer;
    border: none;
}

.head {
    position: sticky;
    top: 0;
    height: 81px;
    border-bottom: 1px solid rgb(224, 224, 224);
    z-index: 17;
}

.header,
.main {
    margin: 0 auto;
}

.main {
    width: 1200px;
}

.header {
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    top: 0;
    z-index: 21;
}

.navActive>a {
    color: rgb(117, 117, 117) !important;
    background: #EEEEEE;
    border-radius: 4px;
}

.header nav>ul>li {
    float: left;
    /* padding: 0 12px; */
}

.allTools {
    border-top: 1px solid #dedede;
    width: 100%;
    position: fixed !important;
    top: 80px;
    left: 0;
    z-index: 999;
    height: 530px;
    background: #fff;
    display: none;
}

.seekBox {
    border-top: 1px solid #dedede;
    width: 100%;
    position: fixed !important;
    top: 80px;
    left: 0;
    z-index: 9999;
    background: #fff;
    display: none;
    padding-bottom: 70px;
}

.conver {
    border-top: 1px solid #dedede;
    width: 100%;
    position: fixed !important;
    top: 80px;
    left: 0;
    z-index: 999;
    height: 530px;
    background: #fff;
    display: none;
}

.head-convert {
    z-index: 999;
    /*display: none;*/
    width: 660px;
    height: 375px;
    background: #fff;
    margin-left: 25%;
    box-sizing: border-box;
    padding: 0 0 0 42px;
}

#tools>svg {
    transition: all 1s ease 0s;
    margin-top: 29px;
    width: 12px;
    height: 12px;
    padding-left: 6px;
    box-sizing: content-box;
}

#tools:hover>img {
    transform: rotate(180deg);
}

#tools>a {}

.searchBox {
    width: 757px;
    height: 57px;
    margin: 55px auto;
    border-radius: 30px;
    box-shadow: 0 0 10px #d0cdd0;
}

.searchBox>img {
    margin: 17px 13px 17px 24px;
    width: 23px;
    height: 23px;
}

.searchBox input {
    height: 100%;
    border: none;
    width: 60%;
    outline: none;
}

.searchBox button {
    width: 117px;
    height: 57px;
    background: #5f1d66;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 22px;
    float: right;
}

.seekList {
    width: 1004px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 55px;
}

.seekList h3 {
    width: 276px;
    height: 50px;
    padding-top: 8px;
    border-bottom: 1px solid #979797;
}

.seekList h3 img {
    padding-top: 4px;
}

.seekList h3 span {
    font-size: 16px;
    line-height: 30px;
    margin-left: 9px;
}

.seekList p {
    margin-top: 16px;
    font-size: 14px;
}

.allList {
    width: 1200px;
    margin: 0 auto;
}

.allList ul {
    float: left;
    margin-right: 20px;
}

.head-convert ul {
    float: left;
}

.allList ul:last-child,
.head-convert ul:last-child {
    margin-right: 0;
}

.allList ul p,
.head-convert ul p {
    color: #a6a3a4;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 35px;
}

.allList ul li,
.head-convert ul li {
    height: 48px;
    border-radius: 5px;
    width: 182px;
    line-height: 48px;
    font-size: 14px;
    cursor: pointer;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    color: #000;
}

.allList ul li a,
.head-convert ul li a {
    margin-left: 10px;
}

.allList ul li i,
.head-convert ul li i {
    width: 20px;
    height: 20px;
    float: left;
    background: url("/static/template/202004/img/all(1).png") no-repeat;
}

.allList ul li i.active,
.head-convert ul li i.active {
    background-image: url("/static/template/202004/img/all2.png");
    background-repeat: no-repeat;
}


.head-convert ul:nth-child(1) li:nth-child(2) i,.icon-a {
    background-position: -5px -9px !important;
}


.head-convert ul:nth-child(1) li:nth-child(3) i,.icon-b {
    background-position: -5px -48px !important;
}


.head-convert ul:nth-child(1) li:nth-child(4) i,.icon-c {
    background-position: -5px -88px !important;
}


.head-convert ul:nth-child(1) li:nth-child(5) i,.icon-d {
    background-position: -5px -129px !important;
}


.head-convert ul:nth-child(2) li:nth-child(2) i,.icon-e {
    background-position: -42px -8px !important;
}

.head-convert ul:nth-child(2) li:nth-child(3) i,.icon-f {
    background-position: -42px -48px !important;
}

.head-convert ul:nth-child(2) li:nth-child(4) i,.icon-g {
    background-position: -42px -88px !important;
}


.head-convert ul:nth-child(2) li:nth-child(5) i,.icon-h {
    background-position: -42px -129px !important;
}


.head-convert ul:nth-child(2) li:nth-child(6) i,.icon-i {
    background-position: -76px -8px !important;
}


.head-convert ul:nth-child(3) li:nth-child(2) i,.icon-j {
    background-position: -76px -8px !important;
}


.head-convert ul:nth-child(3) li:nth-child(3) i,.icon-k {
    background-position: -76px -48px !important;
}


.head-convert ul:nth-child(3) li:nth-child(7) i,.icon-l {
    background-position: -5px -170px !important;
}


.head-convert ul:nth-child(3) li:nth-child(8) i,.icon-m {
    background-position: -42px -170px !important;
}


.head-convert ul:nth-child(3) li:nth-child(9) i,.icon-n {
    background-position: -76px -171px !important;
}


.head-convert ul:nth-child(3) li:nth-child(10) i,.icon-o {
    background-position: -109px -170px !important;
}


.head-convert ul:nth-child(3) li:nth-child(4) i,.icon-p {
    background-position: -44px -210px !important;
}

.head-convert ul:nth-child(3) li:nth-child(5) i,.icon-q {
    background-position: -110px -210px !important;
}


.head-convert ul:nth-child(3) li:nth-child(6) i,.icon-r {
    background-position: -42px -250px !important;
}


.head-convert ul:nth-child(2) li:nth-child(7) i,.icon-s {
    background-position: -76px -210px !important;
}

.head-convert ul:nth-child(2) li:nth-child(8) i,.icon-t {
    background-position: -6px -250px !important;
}


.head-convert ul:nth-child(2) li:nth-child(9) i,.icon-u {
    background-position: -76px -250px !important;
}


.head-convert ul:nth-child(4) li:nth-child(2) i,.icon-v {
    background-position: -76px -88px !important;
}

.allList .icon-w {
    background-position: -76px -129px !important;
}

.allList .icon-x {
    background-position: -110px -8px !important;
}

.allList .icon-y {
    background-position: -110px -48px !important;
}

.allList .icon-z {
    background-position: -110px -88px !important;
}

.allList .icon-a1 {
    background-position: -110px -130px !important;
}

#free {
    position: relative;
}

.freeTrial,
.secondLevel {
    position: absolute;
    top: 81px;
    right: 0px;
    display: none;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast: none) {
    /*Ã¥â€¦Â¼Ã¥Â®Â¹IE11*/
    .freeTrial,
    .secondLevel {
        top: 95px;
        right: -328px;
    }
}

.secondLevel li {
    clear: both;
}

.freeTrial,
.secondLevel {
    background: #fff;
    width: 190px;
    color: #000;
}

.freeTrial {
    box-shadow: 4px 0 15px #d0cdd0;
}

.secondLevel {
    top: 20px;
    right: 191px;
    box-shadow: -3px 0 15px #d0cdd0;
}

.freeTrial li {
    cursor: pointer;
}

.freeTrial>ul>li>p:nth-child(2),
.freeTrial>ul>li>ul li p:nth-child(2) {
    width: 40px;
    height: 30px;
    float: left;
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Ã¤Â¸â‚¬Ã§ÂºÂ§Ã¨ÂÅ“Ã¥Ââ€¢*/

.HomeIcon {
    background: url("/static/template/202004/img/xiala1.png") no-repeat 12px;
}

.SolutionsIcon {
    background: url("/static/template/202004/img/xiala2.png") no-repeat 12px;
}

.PricingIcon {
    background: url("/static/template/202004/img/xiala3.png") no-repeat 12px;
}

.ProductIcon {
    background: url("/static/template/202004/img/xiala4.png") no-repeat 12px;
}

.LanguageIcon {
    background: url("/static/template/202004/img/xiala5.png") no-repeat 12px;
}

.HelpIcon {
    background: url("/static/template/202004/img/xiala6.png") no-repeat 12px;
}


/*Ã¤ÂºÅ’Ã§ÂºÂ§Ã¨ÂÅ“Ã¥Ââ€¢*/

.DosktopIcon {
    background: url("/static/template/202004/img/xiala2-1.png") no-repeat 12px;
}

.MobileIcon {
    background: url("/static/template/202004/img/xiala2-2.png") no-repeat 12px;
}

.FeaturesIcon {
    background: url("/static/template/202004/img/xiala2-3.png") no-repeat 12px;
}

.APIRestIcon {
    background: url("/static/template/202004/img/xiala2-4.png") no-repeat 12px;
}

.PluginIcon {
    background: url("/static/template/202004/img/xiala2-5.png") no-repeat 12px;
}

.weixin {
    /*    width: 96px;
    height: 96px;*/
    bottom: 63px;
    right: 61px;
    position: fixed;
}


/*Ã§Â®Â­Ã¥Â¤Â´*/

.user-arrow {
    width: 8px;
    margin: 20px 10px 0 0;
    float: right;
}

.line {
    width: 4px;
    height: 51px;
    float: left;
}

.freeTrial li.liBackGround {
    background: #f5f5f5 !important;
}

.line.lineBackGround {
    background: #67276c;
}

.freeTrial ul li {
    line-height: 51px;
}

.freeTrial ul li a {
    font-size: 14px;
    color: #191919;
}

.blackBackground {
    display: none;
    width: 100%;
    z-index: 998;
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
}

.header nav>ul>li>a {
    line-height: 100%;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 5px 12px;
    margin: 0 2px
}

.header nav>ul>li>.navhover:hover {
    color: rgb(117, 117, 117) !important;
    background: #EEEEEE;
    border-radius: 4px;
}

.rightBtn>a,
.header>div span:nth-child(3)>a {
    border: none;
    font-size: 12px;
    margin-left: 0;
    display: block;
    float: left;
    outline: none;
}

.rightBtn>a:nth-child(1) {
    width: 22px;
    height: 50px;
    background: url("/static/template/202004/img/sousuo1.png") no-repeat;
    margin: 20px 20px 0 0;
    background-size: 22px 22px;
}

.login,
.rightBtn span:nth-child(3)>a {
    text-align: center;
}

.login {
    min-width: 85px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    font-weight: 700;
    background: rgba(25, 90, 246, 1);
    border-radius: 5px;
    color: #fff;
    margin: 0 12px;
}

.logout {
    width: 85px;
    height: 40px;
    background: rgba(248, 249, 251, 1);
    border-radius: 84px 100px 100px 100px;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.login:hover {
    background: #004ce5;
}


/* .rightBtn span:nth-child(3)>a{
    font-size: 13px;
    width: 71px;
    height: 63px;
    line-height: 63px;
    background: #2665FB;
    color: #fff;
} */

.rightBtn span:nth-child(3)>a {
    width: 24px;
    height: 24px;
    background: url(/static/template/202004/img/more.png) no-repeat;
    background-size: 22px 17px;
    margin: 23px 35px 0 20px;
}

.head_logo {
    cursor: pointer;
    width: 164px;
    height: 39px;
    display: flex;
    align-items: center;
    float: left;
    margin: 0 5% 0 3%;
}

.head_logo img {
    width: 164px;
}

.seek {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}


/*#seek:hover .seekBox {*/


/*  display: block;*/


/*}*/

.seekBox .shanwenyu {
    width: 100%;
    height: 30px;
    position: absolute;
    top: -31px;
}

.seekBox:hover {
    display: block;
}


/*.converter:hover .conver,*/


/*.converter:hover .head-convert  {*/


/*  display: block;*/


/*}*/

.Language {
    width: 570px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 150px;
    height: 400px;
    box-sizing: border-box;
    padding: 15px 0 5px 15px;
}

.help {
    top: 80px;
}

.Language li.active .a {
    position: relative;
    color: #67276c;
}

.Language li.active .a::before {
    content: "✔";
}

.Language .active {
    color: #65266a;
}

.Language li {
    width: 180px;
    height: 40px;
    line-height: 40px !important;
}

.Language .line {
    height: 40px;
}

.Language li p:nth-child(2) {
    width: 10px !important;
}

.mask {
    width: 100vw;
    height: calc(100vh - 81px);
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 81px;
    left: 0;
    display: none;
}

.smallimg {
    margin: 0 12px;
}

.up::after {
    content: "";
    background: url(/static/template/202004/img/up.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}

.down::after {
    content: "";
    background: url(/static/template/202004/img/down.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}

.a {
    line-height: 40px;
}

.ding {
    width: 21px;
    height: 21px;
    background: #cc0303;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 116px;
    color: #fff;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.search {
    width: 757px;
    min-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 70px;
}

.search-input {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    cursor: text;
}

.search-input input {
    border: none;
    outline: none;
    width: 100%;
    margin-top: 2px;
    font-size: 16px;
    cursor: text;
}

.search-input .submit {
    width: 156px;
    height: 57px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    background: #5f1d66;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 30px;
    font-size: 19px;
}

.search-list-item {
    padding: 10px 0;
    cursor: pointer;
    animation: left 1s;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-list-item:hover {
    background: #eee;
}

.search-end {
    display: flex;
    flex-wrap: wrap;
}

.search-end .search-end-item {
    width: 130px;
    height: 130px;
    transition: all 1s;
    margin: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-end .search-end-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    transform: scale(1.1);
}

.search-list {
    padding-bottom: 16px;
    max-height: 268px;
    overflow: auto;
}

.search-host {
    display: flex;
    flex-wrap: wrap;
}

.search-host-item {
    padding: 10px 20px;
    background: rgba(239, 239, 239, 1);
    border-radius: 40px;
    margin: 10px 10px;
    cursor: pointer;
    max-width: 737px;
}

.search-host-item p {
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.search-view {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.search-icon {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.search-icon-host {
    color: #5f1d66;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.search-icon-host::before {
    flex: none;
    background: url(/static/template/202004/img/biao.png) no-repeat center;
    content: "";
    width: 42px;
    height: 22px;
    display: inline-block;
    font-size: 20px;
}

.search-icon::before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(/static/template/202004/img/sou.png) no-repeat center;
    padding-right: 20px;
    font-size: 20px;
}

.search-host-hot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-host-hot div {
    width: 235px;
    height: 73px;
    background: rgba(187, 122, 97, 1);
    border-radius: 16px;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 15px 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
}

.search-host-hot div p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.outclear {
    position: absolute;
    top: 24px;
    right: 140px;
    cursor: pointer;
    display: none;
}

.search-host-view {
    display: flex;
    margin: 20px 0 6px 0;
    flex-wrap: wrap;
}

.uploadPop {
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
}

.uploadPop {
    /*width:829px;*/
    /*height:1184px;*/
    background: rgba(255, 255, 255, 1);
    border-radius: 18px;
    box-sizing: border-box;
    padding: 20px 40px;
    display: none;
    /*height: 650px;*/
    width: 600px;
    overflow-y: scroll;
}

.uploadPop h2 span {
    color: red;
    margin-right: 5px;
}

.uploadPop::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.uploadPop {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}

.logPop {
    position: fixed;
    width: 480px;
    height: 600px;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    left: 50%;
    border-radius: 20px;
    display: none;
}

.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 106%;
    overflow: hidden;
}

.uploadPop .uploadpoptitle{
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}

.beforeupload {
    padding: 0 15px;
    height: 38px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background: #065ED4;
    cursor: pointer;
}

.beforeupload img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.afterupload {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    display: none;
}

.hr {
    margin-top: 30px;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #e7e7e7
}

.afterupload .pdflogo {
    width: 47px;
    display: block;
    margin-right: 5px;
}

.afterupload .rightTop {
    line-height: 14px;
    height: 25px;
}

.afterupload .rightTop p {
    width: 200px;
    line-height: 16px;
    float: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.afterupload .rightTop span {
    float: right;
    font-size: 12px;
    color: #777777;
    margin-right: 7px;
}

.afterupload .rightTop img {
    width: 15px;
    float: right;
}

.afterupload .rightBottom {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 162, 170, 1);
}

.cd {
    width: 430px;
    display: block;
    float: left;
    border-radius: 15px;
    background: #F2F2F2;
    height: 2px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}

.cd .xz {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0px;
    float: left;
    border-radius: 15px;
    height: 10px;
    background: #439BF2;
}

.uploadPop h2 {
    font-size: 14px;
    font-family: ArialMT;
    color: rgba(0, 0, 0, 1);
    margin: 18px 0 10px 0;
    font-weight: 500;
}

.uploadPop textarea,
.uploadPop .tag {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid rgba(137, 137, 137, 1);
    outline: none;
}

.uploadPop textarea {
    position: relative;
    overflow: hidden;
    resize: none;
}

.uploadPop .select {
    position: relative;
}

.uploadPop .select div {
    width: 181px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid rgba(137, 137, 137, 1);
    font-size: 12px;
    color: rgba(89, 89, 89, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5px 0 7px;
}

.uploadPop .select ul {
    width: 181px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    position: absolute;
    top: 38px;
    left: 0;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 4px;
    z-index: 999;
}

.uploadPop .select ul li {
    height: 34px;
    line-height: 34px;
    border-bottom: solid 1px #eee;
    font-size: 12px;
    color: #898989;
    padding-left: 9px;
    cursor: pointer;
}

.pdftitle {
    width: 100%;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    padding: 0 45px 0 10px;
    border: 1px solid rgba(137, 137, 137, 1);
    border-radius: 4px;
}

.uploadPop .tag {
    /*height: 37px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 0 3px;
}

.uploadPop .tag p {
    height: 27px;
    background: rgba(6, 94, 212, 1);
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 5px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    margin: 3px 4px 3px 0;
}

.uploadPop .tag input {
    outline: none;
    background: #fff;
    border: none;
    height: 32px;
    width: 196px;
    box-sizing: border-box;
    padding: 0 5px;
}

.uploadPop h3 {
    font-size: 12px;
    margin: 11px 0;
    font-weight: 500;
}

.uploadPop .Related {}

.uploadPop .Related button {
    height: 27px;
    background: rgba(255, 255, 255, 1);
    border-radius: 13px;
    border: 1px solid rgba(137, 137, 137, 1);
    box-sizing: border-box;
    padding: 0 12px;
    color: rgba(137, 137, 137, 1);
    font-size: 12px;
    margin: 5px;
}

.uploadPop .button1 {
    width: 83px;
    height: 40px;
    border-radius: 3px;
    /*border: 1px solid rgba(6,94,212,1);*/
    background: #fff;
    /*color:rgba(6,94,212,1) ;*/
    margin-right: 15px;
    border: solid 1px #898989;
    color: #898989;
}

.uploadPop .pricing {
    width: 202px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid rgba(137, 137, 137, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
}

.uploadPop .pricing i {
    font-style: normal;
    display: block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.uploadPop .pricing i:first-child {
    border-right: 1px solid rgba(137, 137, 137, 1);
}

.uploadPop .pricing i:last-child {
    border-left: 1px solid rgba(137, 137, 137, 1);
}

.uploadPop .Remaining {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-left: 20px;
    line-height: 40px;
}

.uploadPop .Contribute {
    font-size: 12px;
    margin-top: 30px;
}

.uploadPop .sharepdfbtn-end {
    height: 40px;
    background: rgba(6, 94, 212, 0.2);
    border-radius: 4px;
    color: #ffffff;
    padding: 0 10px;
    margin-right: 10px;
}

.uploadPop .sharepdfbtn {
    height: 40px;
    background: rgba(6, 94, 212, 1);
    border-radius: 4px;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
}

.uploadPop .Contribute span {
    color: rgba(6, 94, 212, 1);
}

.uploadPop .text-right {
    position: absolute;
    bottom: 12px;
    right: 7px;
    font-size: 12px;
    color: #c3c3c3;
}

em {
    font-style: normal;
}

.uploadPop .active {
    background: #065ED4 !important;
    color: #fff !important;
    border: none;
}

.cuow {
    cursor: pointer;
}

.el-loading-spinner {
    margin-top: -21px;
    width: 100%;
    text-align: center;
    display: none;
}

.el-loading-spinner .circular {
    height: 20px;
    width: 20px;
    -webkit-animation: loading-rotate 1s linear infinite;
    animation: loading-rotate 1s linear infinite;
}

@keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #898989;
    stroke-linecap: round;
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px;
    }
}

.DcurrencyPop,
.ReportdocPop,
.Questioncoin,
.wxsharePop {
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    display: none;
}

.wxsharePop {
    width: 575px;
    height: 357px;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-sizing: border-box;
    padding: 50px 0;
    font-family: ArialMT;
    text-align: center;
}

.wxsharePop .wxcode {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(210, 210, 210, 1);
    box-sizing: border-box;
    padding: 5px;
}

.wxsharePop .wxsharePop1 {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
    margin: 30px 0 10px 0;
}

.wxsharePop .wxsharePop2 {
    font-size: 16px;
    color: rgba(149, 149, 149, 1);
    line-height: 18px;
}

.copyMsg {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 10000;
    color: #ffffff;
    animation: top 3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    opacity: 0;
}

@keyframes top {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.DcurrencyPop,
.Questioncoin {
    width: 527px;
    height: 323px;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    text-align: center;
    display: none;
}

.DcurrencyPop .DcurrencyPop1,
.Questioncoin p {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: rgba(53, 53, 53, 1);
    margin: 70px 0 13px 0;
}

.DcurrencyPop .DcurrencyPop2 {
    font-size: 18px;
    font-family: ArialMT;
    color: rgba(103, 103, 103, 1);
    font-weight: 100;
}

.DcurrencyPop button,
.Questioncoin button {
    display: block;
    width: 361px;
    height: 49px;
    background: #F3BD50;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 49px;
    margin-bottom: 15px;
}

.DcurrencyPop span,
.Questioncoin span {
    color: rgba(186, 186, 186, 1);
    font-size: 16px;
}

.SharePop {
    width: 527px;
    height: 323px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    display: none;
}

.SharePop .othershare {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
    text-align: center;
}

.othershare dl {
    cursor: pointer;
}

.SharePop .othershare dt {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.SharePop .copylink {
    margin: 0 auto;
    width: 90%;
    height: 35px;
    background: #f9f9f9;
    border: solid 1px #f5f5f5;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px
}

.SharePop .copylink p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.SharePop .copylink .copy {
    color: #2765fb;
    font-weight: 600;
    cursor: pointer;
}

.inputemail {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 3000;
}

.inputemail .content {
    width: 527px;
    height: 245px;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-sizing: border-box;
    padding: 27px 49px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -50%);
    z-index: 3001;
}

.inputemail .inputemailp1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.inputemail .content div {
    width: 429px;
    height: 42px;
    background: rgba(216, 216, 216, 1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 10px 0 30px 0;
}

.inputemail .content div input {
    width: 90%;
    height: 100%;
    background: no-repeat;
}

.inputemail .content div .lvg {
    display: none;
    width: 20px;
}

.inputemail button,
.ReportdocPop button {
    display: block;
    margin: 0 auto;
    width: 226px;
    height: 41px;
    background: rgba(1, 91, 212, 1);
    border-radius: 4px;
    color: #fff;
}

.ReportdocPop {
    width: 527px;
    height: 372px;
    box-sizing: border-box;
    padding: 22px 25px 22px 25px;
    display: none;
}

.ReportdocPop .ReportdocPop1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
}

.ReportdocPop ul {
    height: 125px;
    margin-bottom: 30px;
}

.ReportdocPop ul li {
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ReportdocPop ul li input {}

.ReportdocPop ul li span {
    margin: 0 10px;
}

.ReportdocPop ul li img {
    width: 15px;
}

.ReportdocPop .ReportdocPop2 {
    clear: both;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(165, 165, 165, 1);
    line-height: 17px;
    margin-bottom: 20px
}

.ReportdocPop button {}

.convertmask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.uploadauccessPOp {
    display: none;
}

.mspin-medium {
    width: 36px;
    height: 36px;
    overflow: hidden;
    -webkit-animation: mspin-rotate 1568.63ms infinite linear;
    -moz-animation: mspin-rotate 1568.63ms infinite linear;
    animation: mspin-rotate 1568.63ms infinite linear
}

.mspin-medium>div {
    -webkit-animation: mspin-revrot 5332ms infinite steps(4);
    -moz-animation: mspin-revrot 5332ms infinite steps(4);
    animation: mspin-revrot 5332ms infinite steps(4)
}

.mspin-medium>div>div {
    background-image: url(mspin_googcolor_medium.svg);
    background-size: 100%;
    width: 11664px;
    height: 36px;
    -webkit-animation: mspin-medium-film 5332ms infinite steps(324);
    -moz-animation: mspin-medium-film 5332ms infinite steps(324);
    animation: mspin-medium-film 5332ms infinite steps(324)
}

@-webkit-keyframes mspin-medium-film {
    from {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-11664px)
    }
}

@-webkit-keyframes mspin-rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes mspin-revrot {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes mspin-medium-film {
    from {
        -moz-transform: translateX(0)
    }
    to {
        -moz-transform: translateX(-11664px)
    }
}

@-moz-keyframes mspin-rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-moz-keyframes mspin-revrot {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes mspin-medium-film {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-11664px)
    }
}

@keyframes mspin-rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes mspin-revrot {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

.sk {
    background-image: url('/static/template/202004/img/mspin_googcolor_medium.svg');
    background-size: 100%;
    width: 11664px;
    height: 36px;
    -webkit-animation: mspin-medium-film 5332ms infinite steps(324);
    -moz-animation: mspin-medium-film 5332ms infinite steps(324);
    animation: mspin-medium-film 5332ms infinite steps(324);
}

.parent {
    -webkit-animation: mspin-revrot 5332ms infinite steps(4);
    -moz-animation: mspin-revrot 5332ms infinite steps(4);
    animation: mspin-revrot 5332ms infinite steps(4);
}

#loading {
    /*width:100%;*/
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.4);*/
    z-index: 99999;
    display: none;
}

#loading>div {
    position: fixed;
    top: 50%;
    left: 50%;
}

.uploadauccessPOp {
    width: 527px;
    height: 350px;
    padding: 40px 80px;
    display: none;
}

.uploadauccessPOp {
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
}

.uploadauccessPOp {
    text-align: center;
    padding: 30px 80px;
    display: none;
}

.uploadauccessPOp .uploadauccessPOp1{
    font-size: 20px;
    font-family: Arial-BoldMT, Arial;
    margin: 35px 0 20px 0;
}

.uploadauccessPOp .uploadauccessPOp2{
    font-size: 14px;
    font-family: ArialMT;
    color: rgba(100, 100, 100, 1);
    line-height: 22px;
}

.uploadauccessPOp button {
    width: 226px;
    height: 41px;
    background: rgba(1, 91, 212, 1);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 30px;
}


/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

body {
    line-height: 1;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: arial, sans-serif;
    font-size: 12px;
    /* no */
}


/*:focus {
    outline;
}*/

article,
aside,
canvas,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.floatLeft {
    float: left;
    /*height: 81px;*/
    /*line-height: 81px;*/
}

.floatRight {
    height: 81px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    right: 1%;
    cursor: pointer;
}


/*Ã¦Â¸â€¦Ã©â„¢Â¤Ã¦ÂµÂ®Ã¥Å Â¨*/

.clear {
    overflow: hidden;
    clear: both !important;
}

.clear:after {
    content: '';
}

#freeTrial {
    z-index: 9999;
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999999;
}

.loading div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.el-loading-spinner {
    margin-top: -21px;
    width: 100%;
    text-align: center;
}

.el-loading-spinner .circular {
    height: 20px;
    width: 20px;
    -webkit-animation: loading-rotate 1s linear infinite;
    animation: loading-rotate 1s linear infinite;
}

@keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #898989;
    stroke-linecap: round;
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px;
    }
}

@font-face {
    font-family: "iconfont";
    src: url('//at.alicdn.com/t/font_1914292_ma3ftecqqn.eot?t=1593518219240');
    /* IE9 */
    src: url('//at.alicdn.com/t/font_1914292_ma3ftecqqn.eot?t=1593518219240#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAWQAAsAAAAACjgAAAVBAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDRAqHDIVzATYCJAMgCxIABCAFhG0HbRvCCCMR5oOTIPvLA24OXAdNAFEVX0srOOFhrx2IMjdEKzwY2K21+ztQ/TrGFNSB8OZu/MkUMcH7OR98r3pJBnKn67PbE4j8Lb/OtWhts3r35gm8iXctgRAiJfLT/Xy2qAIbWFRZBVXzTe/+p2UQDXiin/iv2767P6fNhBAlGAThRZpYZpE1NacFBMXnq1BYQN2rZPivBByoZRYIXOcS3pxa14AFRKgwC5ZOPnmGbCtLqSz/YvjvAeAPuTgQWWU6nmHk3Xv/c8x0mWD5bWuXyKIuHg5wPKABRcTdWdHZ9fM7ELxh7CbiMC4DARjMZSF7zfrNESkwiwDI7NOrC2LMRUuYRLR6zsbKIWuoxTaH3gdgkfv35Ic9OoCyDrCwcU+5O57czr1ssgLQnnowpb8AAGkbwABZABWQMzfUFuJnszCpEVLH8tGKgE+KAryhqtlKApRQhgr/PDIATCYW2z2nBd5gPlDgLR8Y8I4PKuA9H9TABz5ogI+qPswTqzkpk46abRyRLO4JQCnpQIIRIhyvcr+d2SUWF9Kb2Mf3GgO7IH/9zRCMrzD/UBjl7TyLhxL601wwHrxIcUxGyeZkx+nu1nf/UjJ8BYSa4aTp9AvhPH4aqNcpeDHT1wjQVfH0HBpZ3/MKouP0tCFezS5GTRXaciUZJEF9UQwTYWB/090BGfBn9iMIcvnan1EsBbefO4kmd7+XzZ/CSFPo8fQSXJ29SWcfFzdsSOfg9fm7RLLz1fQFeXF7Ac8lsrmnR2fSPIcDaMmAMj8WinDXeQT4YUZ6hb728lbxM7sHpkfUNqHIn+vAKIeLTC/krRtiLXnbbsqreueMH8YLe2bMGAsfQcLP5y16zXgiwU2NeSUvdV5gh422C5T/Wf+v/gx/D+bzPwdPQ9wRG+ct17FVja71R50J8a6UvWK0BUn3rqResq8wu58tSepFDqpLLp8zmc5dBlkfNt1Prk3+L11yDA+IXVzLHoZ5hW9/KsyA6cPogvL1ISPLDBnV03Ps5quIUciRrZEZJcuiVLfhQ5SW2qf0go6oJ2cXlewgxoTxoRplyshl1pRJO+81Z5TWA/WGjajTum79TbHp/tlRY6zXqhHGA9Vizeqc/eTZpJiTtJwpXs2Wjz5f8apV5m7xqnMXe+nOm7y8WMYUVfsawi5f0zeazPL21vlyQi3fUF/rhPCu1zjuwsXBNL8JygHHf70CMlOX4j/uHWJ8akFL7LEkPX70INNjXnaut3SzzBVsmis3jphsjaLzMBdk2quVRUo4IRK3cq3bNcvEKACAMs0msfEue6scZZPZy4SyAaFJyuIlG60NG6GA/DK9zzpf5CTMkvSzO1krMlH6kybererMcxX1gpPCwHZx6PD1N+P7c2gHlCD+6UwtmKQrAOoXUMFu7e0S1U/oU5TaXJ0vPE0BBpgAFICYw8c+be7HaSCyZQiBCmbARFukCrsHtcwdNKIHGOzU2m7UGQpBpQeQYQYDpHYIWOkPovYAqdgPYEbZ4OowSN33yu7ArX1ocxTMFSsovoFK7g3y6sZrvKENbS5Rrct6oXhKQBolycIVe5Q+lvgPm6kaMMIdXJjrsG0ZBuEaS42c6nCIY5P3QlHJ3WjjSKCcQhVQ+AZIifUM7a42qd+/QVbQyklJW0P2BQmP+gepSFIDeTX1tdrOZbj3wcooZfhphmAdcGEDqIVZBob8cTVUUhHXIj04iLlOpq4pGt/SXekegBS4dwyTkJKRU6BICRZXIJfz6h3y/otw+VrIOq19wzKqdA9aeA4+8PLH5b11YaGBSsE5GgEAAAA=') format('woff2'), url('//at.alicdn.com/t/font_1914292_ma3ftecqqn.woff?t=1593518219240') format('woff'), url('//at.alicdn.com/t/font_1914292_ma3ftecqqn.ttf?t=1593518219240') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('//at.alicdn.com/t/font_1914292_ma3ftecqqn.svg?t=1593518219240#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-duihao:before {
    content: "\e617";
    font-size: 12px;
    display: block;
    box-sizing: border-box;
    padding-bottom: 1px;
    margin-right: 5px;
}

.icon-quanxian:before {
    content: "\e611";
    font-size: 20px;
}

.icon-rightjian:before {
    content: "\e612";
    font-size: 10px;
}

.icon-xiajian:before {
    content: "\e613";
}

.icon-sousuo:before {
    content: "\e614";
}

.icon-zhanghu:before {
    content: "\e615";
}

.icon-tuichu:before {
    content: "\e616";
}


/*  */

.userselect {
    position: absolute;
    top: 76px;
    right: 48px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.userselect div {
    width: 280px;
    padding: 20px;
    border-bottom: solid 1px #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.userselect .selectcenter {
    width: 75%;
}

.userselect .userimg {
    width: 60px;
    height: 60px;
}

.userselect .username {
    height: 17px;
    font-size: 16px;
    font-family: Arial-BoldMT, Arial;
    font-weight: 600;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userselect .useraccountnumber {
    height: 15px;
    font-size: 14px;
    font-family: ArialMT;
    color: rgba(153, 153, 153, 1);
    display: block;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userselect .info {
    width: 185px;
    overflow: hidden;
}

.userselect .Dropout {
    border: none;
}

.Popover-list-span {
    width: 18px;
    height: 10px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    right: 8px;
    top: 0px;
}

.Popover-list-span:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 3px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: auto;
}

.dvip .newdiscountPop {
    display: none !important;
}

.dvip .redgg {
    display: none !important;
}

.dvip .wtp002 {
    display: none !important;
}

.dvip .leftsqu,
.dvip .rightsqu,
.dvip .rightgg1,
.dvip .search-advert-con,
.dvip .rightgg2,
.dvip .rightgg3,
.dvip .leftgg,
.dvip .redgg,
.dvip .gg1200-309,
.dvip .contentgg,
.dvip .convert_hf_001,
.dvip .wtp002,
.dvip .wtp001 {
    display: none !important;
}

.search-list-item .cotentp {
    width: 89%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
}

.alertactive {
    border: 2px solid #5f1c66 !important
}

.networkisslow {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    box-sizing: border-box;
    padding: 25px 0 0 0;
    z-index: 10;
    width: 310px;
    height: 153px;
    background: #FFFFFF;
    box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.27);
    border-radius: 12px;
}

.networkisslow span {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.igot {
    font-size: 19px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #015BD4;
    text-align: center;
    width: 310px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    margin-top: 10px;
}

.Are-notcompatible {
    display: none;
    width: 570px;
    background: #FFFFFF;
    box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.27);
    border-radius: 17px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 50px 0 0;
    z-index: 9;
}

.Are-notcompatible .Are-notcompatiblep1 {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #353535;
    margin: 64px 0 17px 0;
}

.Are-notcompatible .Are-notcompatiblep2 {
    font-size: 14px;
    font-family: ArialMT;
    color: #666666;
    line-height: 20px;
}

.Are-notcompatible .Are-notcompatiblep2 span {
    color: #015BD4;
}

.Are-notcompatible div {
    float: right;
    width: 410px;
}

.notcompatiblebtn {
    display: inline-block;
    text-align: center;
    line-height: 41px;
    height: 41px;
    background: #015BD4;
    box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.27);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    float: right;
    margin: 32px 0 30px 0;
    padding: 0 20px;
}
.jisupdf-feedback-btn {
    width: 85px;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    font-size: 15px;
    color: #29C83F;
    text-align: center;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #29C83F;;
}
