@import url("iconfont.css");

@font-face {
    font-family: PingFang-SC-Bold;
    src: url("font/PingFang Bold.ttf");
}

@font-face {
    font-family: PingFang-SC-Medium;
    src: url("../fonts/pingfang medium.ttf");
}

@font-face {
    font-family: PingFang-SC-Regular;
    src: url("../fonts/pingfang regular.ttf");
}

@font-face {
    font-family: Century-Gothic-Bold;
    src: url("../fonts/century-gothic-bold.ttf");
}

a:hover{
    color: #007EE5;
    text-decoration: none;
}

a{
    text-decoration:none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,li {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

.navbar {
    z-index: 999;
    position: fixed;
    height: 44px;
    padding: 0 !important;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px #9fcdff;
    -moz-box-shadow: 0 0 10px #9fcdff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
    white-space: nowrap;
    width:100%
}



.menudiv{
    width: 100%;
    height: 100%;
    position:fixed;
    left:0px;
    display: none;
    z-index: 9999;
}
.menudivlet{
    width: 100%;
    height: 100%;
    position:fixed;
    margin: 0px;
    left:0px;
    background-color:#333;
    opacity: 0.5;
    -moz-opacity: 0.5;
    outline:0;
}

.menudivname{
    position: relative;
    display: flex;
    top: 0px;
    right: 0px;
    float: right;
    opacity:1;
    width: 240px;
    height: 100%;
    background-color:#FFF;
    padding-left: 10px;
}

.menu-item{
    width: 100%;
    min-width: 240px;
    height: 44px;
    text-align: center;
    font-size: 17px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
}

ul .active{
    color: #007EE5;
    background: #F5FBFF;
}

.ckline{
    width: 2px;
    height: 24px;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    display: inline-block;
}

.active .ckline{
    width: 2px;
    height: 24px;
    float: left;
    background: #007EE5;
    margin-top: 10px;
    margin-left: 0px;
}

.menu-item .name{
    margin-top: 10px;
    display: inline-block;
}

.botmm{
    position: absolute;
    display: flex;
    width: 240px;
    height: 60px;
    bottom: 44px;
    left: 0px;
    opacity: 1;
    background: #FFF;
}

.botmm .sub{
    width: 60px;
    height: 60px;
    font-size: 17px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    padding-top: 18px;
}

.botmm .suba{
    width: 60px;
    height: 60px;
    font-size: 17px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    padding-top: 18px;
}

.botmm .active{
    color: #FFF;
    background: #007EE5;
}

.index-container .text1{
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    width: 100%;
    margin: 40px auto auto;
}

.index-container a.sinput {
    background: #007EE5;
    border-radius: 49px;
    text-align: center;
    border: none;
    width: 280px;
    height: 49px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    margin: auto;
}

.sinput span{
     margin-top: 10px;
     width: auto;
     height: 49px;
    display: inline-block;

 }


.yditem{
    width: 100%;
    height: 120px;
    float: left;
    padding-top:20px;
    padding-left: 20px;
}

.yditem img{
    width: 80px;
    height: 80px;
    display: inline-block;
}

.yditem .txttl{
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 10px;
}

.yditem .txtdes{
    font-size: 15px;
    color: #666666;
    line-height: 18px;
    text-align: left;
    margin-top: 6px;
}
.yditem .img{
    height: 100%;
    width: 80px;
    float: left;
}

.yditem .text{
    height: 100%;
    float: left;
    margin-left: 20px;
    width: 70%;
}

.indexbtmdiv{
    float: left;
    width: 100%;
    height: 230px;
    background-color: #FAFAFA;
    box-shadow: inset 0 1px 0 0 #E6E6E6;
}

.btmcline{
    width: 4px;
    height: 20px;
    margin-left: 0px;
    display: inline-block;
    background: #007EE5;
    line-height: 20px;
}

.btmcline2{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-left: 4px;
    line-height: 20px;
}

.iconbtm{
    width: 1px;
    background-color: #CDCDCD;
    height: 30px;
    border-left: 1px solid #999;
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px;
}

.indexbtmdiv .icon{
    text-align: center;
    width: 100%;
    padding: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; 
    align-items: center;
}

.icon-list > a {
    flex: 1;
}

.icon-list > a > i {
    font-size: 30px;
    color: #007EE5;
}

.icon-list > a > div {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
}


.yxdy input{
    height: 40px;
    width: 98%;
}
.yxdy .ibtmyx{
    font-size: 14px;
}

.yxdy .anx{
    width: 21.3%;
    border: 0;
    text-align: center;
}

.yxdy .anxbtn{
    border: 1px #007ee5 solid;
    background: #007ee5;
    color: #FFF;
    text-align: center;
}

/***apps**/
.adr_title{
    height: auto;
    margin-top: 10px;
    overflow: auto;
}
.adr_title .tt_title{
    float: left;
    margin-top: 20px;
    margin-left: 20px;

}

.tt_title .tt1{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
    font-weight:500;
}

.tt_title .tt2{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 0px;
    overflow: hidden;
}

.tt_title .tt2f{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 0px;
    overflow: hidden;
}

.limore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.adr_title .tt_download{
    width: auto;
    overflow: auto;
    float: right;
    margin-top: 41px;
    margin-right: 20px;
}

.tt_download a.download {
    background: #FFF;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #007EE5;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    display: block;
    margin: auto;
    border: 1px solid #007EE5;
    border-radius: 20px;
    padding-top: 10px;
}
.adr_table{
    overflow: auto;
}

.adr_table i{
    font-size: 48px;
    color: #333;
    margin: auto;
}
.adr_table div{
    text-align: center;
}
.app-history{
    width: 93.6%;
    background: #FFFFFF;
    margin: auto auto 10px auto;
    padding-left: 20px;
    padding-bottom: 20px;
}

.app-history .d4{
    width: 0;
    height: 0;
    border-top: 60px solid #007EE5;
    border-left: 60px solid transparent;
    float: right;
    overflow: visible;
    position: relative;
}

.app-history .d5{
    letter-spacing: 0;
    text-align: justify;
    font-size: 12px;
    position: absolute;
    top: -52px;
    left: -34px;
    width: 28px;
    height: auto;
    line-height: 28px;
    color:  #FFF;
    transform: rotate(45deg);
}

.app-history .downloada{
    width:100%;
    height: 40px;
    border: 1px solid #007EE5;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin: auto;

    background: #007EE5;
    border-radius: 40px;

    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 39px;

}

.app-history h6{
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
}

.api-item{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26.5px;
    padding: 20px;
    margin-top: 10px;
    background-color: #fff;
}
.api-title{
    font-weight: 500;
}

.api-desc{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}

.api-lrmro a.lrmo {
    background: #FFF;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #007EE5;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    display: block;
    margin: auto;
    border: 1px solid #007EE5;
    border-radius: 20px;
    padding-top: 10px;

    background: #007EE5;
    border-radius: 40px;

    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.faq-title-menu div{
    font-size: 15px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 44px;
    float: left;
    height: 44px;
}

.faq-title-menu .activ{
    color: #333333;
    border-bottom: 2px solid #007ee5;
}

.faq-title{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.faq-desc{
    font-size: 14px;
    color: #2A2A2A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}

.hdiv{
    padding: 20px;
    margin: 10px 12px 0px 12px;
    display: none;
    background: #FFFFFF;
}


.news-item{
    padding-left: 20px;
    margin-top: 10px;
}
.news-item li{
    height: 62.5px;
    font-size: 16px;
    color: #666666;
    line-height: 62.5px;
    background-color: #fff;
    width: 100%;
    margin-top: 5px;
}
.news-item li p{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}

.new-title{
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}
.new-auth{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}
.new-content{
    font-size: 14px;
    color: #666666;
}
.newsctn{
    margin: 0;
}
.new-line{
    border-bottom: 1px solid #E5E5E5;;
}

.dyok1{
    width: 100%;
    height: 100%;
    position:fixed;
    margin: 0px;
    top:0px;
    left:0px;
    display: none;
    opacity: 1;
    -moz-opacity: 0.5;
    z-index: 9999;
}

.dyok{
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.30);
    opacity: 1;
    -moz-opacity: 1;
}

.show-box{
    width: 85.3%;
    height: 178px;
    margin: 49.7% auto auto;
    background: #FFFFFF;
    padding-top: 20px;
    border-radius: 15px;
}


.rbar{
    position: fixed;
    bottom: 5%;
    right: 0px;
    width: 40px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
}
.rbar a{
    display: block;
    margin: 10px 0 10px 0px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    box-shadow: 0 8px 10px #e7e7e7;
    width: 40px;
    background:#fff;
}

.to-top {
    position: fixed;
    display: none;
    bottom: 70px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #4685ef;
    background: #fff;
    box-shadow: 0 8px 10px #e7e7e7;
    font-size: 41px;
}

.group .banner{
    width: 100%;
    height: 80px;
    background: #007EE5;
}

.group  .not-install{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
}

.iosshow,.androidshow{
    display: none;
}

.versions li{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
}

.suggest{
    padding-top: 20px;
    padding-left: 3.2%;
    padding-right: 3.2%;
    background: #FAFAFA;
}

.suggest p{
    margin-bottom: 10px;
}
.suggest .sgtitle{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
}

.suggest textarea{
    border: 1px solid #E5E5E5;
    width: 100%;
    height: 120px;
    outline: none;
}
.suggest span{
    font-size: 14px;
}

#img-line{
    position: relative;
    height: 90px;
    width: 90px;
    display: inline-block;
    margin: 2px 4px;
}
.add-img {
    width: 90px;
    height: 90px;
}
#img-line input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}

.wariningp {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3F3F3F;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    margin-top: 10px;
    margin-right: 20px;
}

.api-text3 {
    text-align: center;
    margin-top: 20px;
}

.tjsuggest {
    background: #007EE5;
    border-radius: 24px;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    border: none;
    margin: auto;
    width: 320px;
    height: 48px;
    display: block;
}

.imgContainer img {
    width: 90px;
    height: 90px;

}

.imgContainer {
    position: relative;
    display: inline-block;
    float: left;
    margin: 2px 4px;
    height: 90px;
}

.imgContainer p {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 90px;
    height: 30px;
    background: rgba(51,51,51,0.50);
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin: 0;
    padding: 0;
}


.selectctry{
    max-height: 300px;
    height: auto;
    width: 88%;
    border: 1px #cccccc solid;
    background-color: #FFF;
    position: fixed;
    z-index: 99999;
    overflow-y: scroll;
    margin-top: 48px;


}
.selectctry-item{
    width: 100%;
    height: 48px;
    padding: 14px 20px 14px 20px;
    font-size: 14px;
}