/* 样式重置 */
* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    -webkit-tap-highlight-color:transparent;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, figure, nav, footer, header,
dl, dt, dd, ul, ol, li,
fieldset, lengend, button, input, textarea,
th, td, tr,
pre {
    margin: 0;
}
ul, ol, menu, td {
    padding: 0;
}
ul, ol {
    list-style: none;
}
address, cite, dfn, em, var {
    font-style: normal;
}
a {
    text-decoration: none;
    color: black;
}
.clearFloat {
	zoom: 1;
}
.clearFloat:after {
    content: '';
    display: block;
    clear: both;
}

@font-face {font-family: "iconfont";
    src: url('iconfont.eot?t=1542187515856'); /* IE9*/
    src: url('iconfont.eot?t=1542187515856#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAQYAAsAAAAABlwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8uEg0Y21hcAAAAYAAAABLAAABcOdqtnBnbHlmAAABzAAAAGgAAABonieeYGhlYWQAAAI0AAAALwAAADYTQ1nzaGhlYQAAAmQAAAAcAAAAJAfeA4NobXR4AAACgAAAAAgAAAAICAAAAGxvY2EAAAKIAAAABgAAAAYANAAAbWF4cAAAApAAAAAeAAAAIAEOAChuYW1lAAACsAAAAUUAAAJtPlT+fXBvc3QAAAP4AAAAHwAAADDK72J2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeOT1zYm7438AQw9zA0AAUZgTJAQDndQxneJxjYGBgZWBgYAZiHSBmYWBgDGFgZAABP6AoI1icmYELLM7CoARWwwISf+b0/z+MBPJZwCQDIxvDKOABkzJQHjisIJiBEQDKTgpxAAACAAD/lQPrA2sADQAbAAAFIicBJjQ2MhcBHgEOASEiLgE2NwE2Mh4BBwEGA8MPC/x2CxYeDAOKCAQJEvxqCxMJBQgDigseFQEK/HYLawsDigweFgv8dggWFQ0NFRYIA4oKFh0M/HYLeJxjYGRgYABimSQhjXh+m68M3CwMIHBDiOs3gv4/lYWBORvI5WBgAokCAN/FCFcAeJxjYGRgYG7438AQw8IAAkCSkQEVMAEARwgCawQAAAAEAAAAAAAAAAA0AAB4nGNgZGBgYGKQAWIGMIuBgQsIGRj+g/kMAAtqATcAAHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nGNgYoAALgbsgImRiZGZgS29NDEvKZOBAQAQVwKSAA==') format('woff'),
    url('iconfont.ttf?t=1542187515856') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont.svg?t=1542187515856#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-guanbi:before { content: "\e642"; }

html{
    font-family: Microsoft YaHei, SimSun, PingFangSC;
    color: #333;
}
body{
    background-color: #18BC9B;
    min-height: 100vh;
    position: relative;
    padding-bottom: 105px;
}

/* 头部 */
header{
    width: 100%;
    font-size: 18px;
    background-color: #314254;
}
.header_wrap{
    width: 1100px;
    height: 87px;
    margin: 0 auto;
}
header .logo{
    float: left;
    height: 100%;
    padding-top: 21px;
}
header .logo a{
    display: block;
}
header .logo a img{
    display: block;
    width: 194px;
    height: 43px;
    border: none;
}

/* 主体 */
.main{
    width: 1100px;
    margin: 0 auto;
}
.tit_wrap{
    padding: 115px 0 50px 0;
}
.page_tit1{
    font-size: 55px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    margin-bottom: 14px;
}
.page_tit2{
    font-size: 24px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    opacity: 0.95;
}
.linkInput{
    width: 100%;
}
.form_group{
    width: 100%;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 0;
    padding: 25px 50px;
}
.input_group{
    display: block;
    width: 765px;
    height: 70px;
    float: left;
    position: relative;
}
.input_group input{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #333;
    border: none;
    outline: none;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 20px 45px 20px 15px;
}
input::-ms-clear,
input::-ms-reveal{
    display:none
}
.input_group input:focus{
    border-color: #1d7966;
}
.input_group input.warning:focus{
    border: 1px solid red;
}
.input_group .clear_btn{
    display: none;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.button_group{
    display: block;
    width: 205px;
    height: 70px;
    float: right;
}
.button_group button{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #314254;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 5px;
    padding: 0;
}
.button_group button:hover{
    background-color: #003366;
}
.moreUrl{
    font-size: 18px;
    color: #FFF;
    padding: 20px 50px;
}
.moreUrl a{
    color: #FFF;
    text-decoration: underline;
    margin: 0 5px;
}
.shortUrl_wrap{
    width: 800px;
    font-size: 0;
    margin: 0 auto;
    background-color: #314254;
    padding: 15px 0;
    border-radius: 3px;
}
.shortUrl_content{
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    font-size: 14px;
    color: #FFF;
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-left: 30px;
}
.btn_wrap{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 100%;
    text-align: center;
}
.copy_btn{
    width: 80px;
    height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #FFF;
    border: none;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}
.shortUrlQRcode_wrap{
    width: 300px;
    margin: 30px auto 0;
}
.QRcodeimg_wrap img{
    display: block;
    width: 120px;
    height: 120px;
    border: 5px solid #FFF;
    margin: 0 auto;
}
.shorUrl_desc{
    font-size: 16px;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}
/* API列表 */
.api_list{
    color: #FFF;
    padding: 80px 40px 40px;
}
.api_list .apiWay{
    margin-bottom: 30px;
}
.api_list .apiWay:last-child{
    margin-bottom: 0;
}
.api_list .apiWay h5{
    font-size: 20px;
    line-height: 2;
    margin-bottom: 6px;
    font-weight: normal;
}
.api_list .apiWay p{
    font-size: 18px;
    line-height: 2;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* 页脚 */
footer{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.footer_wrap{
    width: 1000px;
    font-size: 0;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 0 20px;
}
.friendLink{
    margin-bottom: 10px;
}
.friendLink li{
    display: inline-block;
    font-size: 12px;
}
.friendLink li::after{
    content: "|";
    color: #FFF;
    font-size: 12px;
    margin: 0 8px;
    position: relative;
    top: -1px;
}
.friendLink li:last-child::after{
    display: none;
}
.friendLink li a{
    color: #FFF;
}
.page_info{
    font-size: 12px;
}
/* 右侧工具 */
.tools_right{
    position: fixed;
    right: 0;
    bottom: 28%;
}
.tools_right li{
    width: 60px;
    height: 60px;
    font-size: 0;
    text-align: center;
    background-color: #ECECEC;
    cursor: pointer;
    padding-top: 8px;
    margin-bottom: 8px;
    position: relative;
}
.tools_right li:last-child{
    margin-bottom: 0px;
}
.tools_right .toolItem .toolIcon{
    display: inline-block;
    height: 30px;
}
.tools_right .toolItem  .toolDes{
    font-size: 12px;
    color: #000;
}
.tools_right .toolItem .contactBox{
    display: none;
    opacity: 0;
    background-color: #FFF;
    border: 2px solid #E9E9E9;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
}
.tools_right .toolItem .contactBox:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-width: 2px;
    border-style: solid;
    border-color:  #E9E9E9 #E9E9E9 transparent transparent ;
    position: absolute;
    top: 13px;
    right: -7px;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.tools_right .contactBox img{
    width: 160px;
    height: 160px;
}
.tools_right .contactBox p{
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-top: 15px;
}
.tools_right .backTop img{
    width: 25px;
    margin-top: 10px;
}
/* 提示条 */
#toast-container{
    font-size: 20px;
    position: absolute;
    top: 330px;
}
#toast-container.toast-top-center>div{
    width: 450px;
    width: -moz-fit-content !important;
    width: -o-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
}
/* 2019.8.15精选文章 */
.article .title {
    margin-top: 80px;
    padding-bottom: 9px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #71CFB9;
}
.more {
    float: right;
    padding-right: 22px;
    font-size: 14px;
    color: #fff;
    background-size: 20px 20px;

}
.article-list {
    float: left;
    margin: 3px auto 80px;
    width: 33%;
    font-size: 14px;
    line-height: 20px;
}
.article-list .item {
    padding-top: 12px;
}
.article-list .item a {
    display: block;
    padding-right: 5px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 2019.8.15结束 */
/* 2019.8.22 */
.header-right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height: 100%;
    color: #fff;
    font-size: 16px;
}
@media (max-width: 1700px){
    body{
        padding-bottom: 93px;
    }
    /* 头部 */
    .header_wrap{
        width: 920px;
        height: 66px;
    }
    header .logo{
        padding-top: 15px;
    }
    header .logo a img{
        width: 162px;
        height: 36px;
    }
    /* 主体 */
    .main{
        width: 920px;
    }
    .tit_wrap{
        padding: 80px 0 38px 0;
    }
    .page_tit1{
        font-size: 46px;
        margin-bottom: 12px;
    }
    .page_tit2{
        font-size: 20px;
    }
    .form_group{
        height: 100px;
        padding: 20px 42px;
    }
    .input_group{
        width: 640px;
        height: 58px;
    }
    .input_group input{
        font-size: 16px;
        padding: 16px 33px 16px 13px;
    }
    .input_group .clear_btn{
        font-size: 16px;
        right: 10px;
    }
    .button_group{
        width: 170px;
        height: 58px;
    }
    .button_group button{
        font-size: 18px;
    }
    .moreUrl{
        font-size: 16px;
        padding: 18px 42px;
    }
    .shortUrl_wrap{
        width: 670px;
        padding: 12.5px 0;
    }
    .copy_btn{
        width: 67px;
        height: 25px;
        font-size: 13px;
    }
    .QRcodeimg_wrap img{
        width: 100px;
        height: 100px;
    }
    .shorUrl_desc{
        font-size: 15px;
    }
    .api_list .apiWay h5{
        font-size: 16px;
    }
    .api_list .apiWay p{
        font-size: 14px;
    }
    /* 页脚 */
    .footer_wrap{
        width: 836px;
    }
    /* 提示条 */
    #toast-container{
        font-size: 17px;
        top: 248px;
    }
    #toast-container.toast-top-center>div{
        width: 400px;
        background-size: auto 45%;
        background-position: 10px center;
        padding: 10px 13px 10px 40px;
    }
}

@media (max-width: 1400px){
    body{
        padding-bottom: 93px;
    }
    /* 头部 */
    .header_wrap{
        width: 800px;
        height: 60px;
        margin: 0 auto;
    }
    header .logo{
        padding-top: 12px;
    }
    header .logo a img{
        width: 158px;
        height: 35px;
    }
    /* 主体 */
    .main{
        width: 800px;
    }
    .tit_wrap{
        padding: 76px 0 40px 0;
    }
    .page_tit1{
        font-size: 42px;
    }
    .page_tit2{
        font-size: 18px;
    }
    .form_group{
        height: 87px;
        padding: 18px 36px;
    }
    .input_group{
        width: 556px;
        height: 50px;
    }
    .input_group input{
        font-size: 15px;
        padding: 14px 28px 14px 12px;
    }
    .input_group .clear_btn{
        font-size: 15px;
        right: 8px;
    }
    .button_group{
        width: 149px;
        height: 50px;
    }
    .button_group button{
        font-size: 17px;
    }
    .moreUrl{
        font-size: 15px;
        padding: 16px 36px;
    }
    .shortUrl_wrap{
        width: 582px;
        padding: 12px 0;
    }
    .copy_btn{
        width: 62px;
        height: 25px;
    }
    .QRcodeimg_wrap img{
        width: 100px;
        height: 100px;
    }
    .shorUrl_desc{
        font-size: 14px;
    }
    .api_list .apiWay h5{
        font-size: 15px;
    }
    .api_list .apiWay p{
        font-size: 13px;
    }
    /* 页脚 */
    .footer_wrap{
        width: 727px;
    }
    /* 提示条 */
    #toast-container{
        font-size: 16px;
        top: 235px;
    }
    #toast-container.toast-top-center>div{
        width: 350px;
    }
}


/* 移动端适配 */
@media (max-width: 750px){
    body{
        padding-bottom: 1.56rem;
    }
    /* 头部 */
    .header_wrap{
        width: 100%;
        height: 0.9rem;
        padding-right: 0.06rem;
    }
    header .logo{
        padding: 0.18rem 0 0 0.3rem;
    }
    header .logo a img{
        width: 2.34rem;
        height: 0.52rem;
    }
    /* 主体 */
    .main{
        width: 100%;
        margin: 0;
    }
    .tit_wrap{
        padding: 0.7rem 0 0.5rem 0;
    }
    .page_tit1{
        font-size: 0.44rem;
        margin-bottom: 0.16rem;
    }
    .page_tit2{
        font-size: 0.28rem;
    }
    .form_group{
        width: 7.1rem;
        height: 1.2rem;
        padding: 0.24rem 0.2rem;
        margin: 0 auto;
    }
    .input_group{
        width: 5.1rem;
        height: 0.7rem;
    }
    .input_group input{
        font-size: 0.24rem;
        padding: 0.08rem 0.44rem 0.08rem 0.14rem;
    }
    .input_group .clear_btn{
        font-size: 0.24rem;
        right: 0.14rem;
    }
    .button_group{
        width: 1.4rem;
        height: 0.7rem;
    }
    .button_group button{
        font-size: 0.24rem;
    }
    .moreUrl{
        font-size: 0.26rem;
        padding: 0.3rem 0.4rem;
    }
    .shortUrl_wrap{
        width: 6.7rem;
        padding: 0.18rem 0;
    }
    .shortUrl_content{
        font-size: 0.24rem;
        padding-left: 0.2rem;
    }
    .copy_btn{
        width: 1rem;
        height: 0.45rem;
        font-size: 0.24rem;
    }
    .shortUrlQRcode_wrap{
        width: 100%;
        margin-top: 0.3rem
    }
    .QRcodeimg_wrap img{
        width: 2rem;
        height: 2rem;
        border-width: 4px;
    }
    .shorUrl_desc{
        font-size: 0.24rem;
        margin-top: 0.1rem;
    }
    .api_list{
        padding: 0.8rem 0.4rem;
    }
    .api_list .apiWay h5{
        font-size: 0.28rem;
    }
    .api_list .apiWay p{
        font-size: 0.24rem;
    }
    /* 页脚 */
    .footer_wrap{
        width: 6.7rem;
        padding: 0.34rem 0 0.36rem;
    }
    /* 右侧工具 */
    .tools_right{
        display: none;
    }
    /* 提示条 */
    #toast-container{
        font-size: 0.28rem;
        top: 2.76rem;
    }
    #toast-container.toast-top-center>div{
        width: 6rem;
        background-size: auto 40%;
        background-position: 0.2rem center;
        padding: 0.1rem 0.24rem 0.1rem 0.6rem;
    }
    .article {
        display: none;
    }
}
