html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}
html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 14px;
}
a{
    text-decoration: none;
}
.wrapper{
    position: relative;
    min-height: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.container{
	padding-top: 100px;
    padding-bottom: 200px;
}
.container p{
    line-height: 26px;
}
.container p span{
    margin: 0 10px;
}
.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.module{
    margin-bottom: 30px;
}

.mod-search{
    text-align: center;
}
.mod-search .hd{
    padding: 20px 0;
}
.mod-search .bd{
    margin-bottom: 35px;
}
.mod-search .bd .search{
    position: relative;
    max-width: 640px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
}
.mod-search .bd .search form{
    display: flex;
}
.mod-search .bd .search input{
    display: block;
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 10px 15px;
    background: none;
    box-sizing: border-box;
    border: medium none;
    outline: none;
}
.mod-search .bd .search input[type="search"]::-webkit-search-cancel-button{
    position: relative;
    right: -4px;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,0.05) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748B'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center center/ 20px 20px no-repeat;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
}
.mod-search .bd .search button{
    width: 120px;
    height: 40px;
    padding-right: 12px;
    background: #23abd7;
    border: medium none;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.mod-search .bd .search button span.en{
    color: rgba(255,255,255,0.8);
}
.mod-search .ft{
    max-width: 600px;
    margin: 0 auto;
}
.mod-search .ft table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
}
.mod-search .ft table td{
    padding: 6px 10px;
    border: 1px solid #dbdbdb;
    line-height: 24px;
}
.mod-search .ft table td.th{
    width: 25%;
    background: #f5f5f5;
}
.mod-search .ft table a{
    color: #23abd7;
}
.mod-search .text-red{
    color: #fd7474;
}

.mod-api .bd{
    padding: 20px;
    text-align: center;
}
.mod-api .bd .btn{
    position: relative;
    display: inline-block;
    min-width: 90px;
    height: 44px;
    padding: 0 20px;
    background: #23abd7;
    border: none medium;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    font-family: Tahoma,Arial, Helvetica,"微软雅黑";
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: content-box;
    outline: none;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}
.mod-api .bd .btn::after{
    position: relative;
    top: -2px;
    right: -2px;
    display: inline-block;
    content:'';
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
.mod-api .bd .btn:hover{
    background: #169cc7;
    text-decoration: none!important;
}

.mod-product .hd{
    padding: 20px 0;
    text-align: center;
}
.mod-product .hd .title{
    position: relative;
    display: inline-block;
    padding: 0 40px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.mod-product .hd .title::after{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    content: '';
}
.mod-product .hd .title span{
    display: block;
    line-height: 24px;
    position: relative;
    z-index: 99;
    padding: 0 20px;
    background: #fff;
}
.mod-product .hd .title span.en{
    color: #607d8b;
}
.mod-product .bd{
    padding: 20px 0;
}
.mod-product .bd ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.mod-product .bd li{
    text-align: center;
}
.mod-product .summary h4{
    margin-bottom: 15px;
}
.mod-product .summary h4 span{
    display: block;
}
.mod-product .summary h4 span.zh{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.mod-product .summary h4 span.en{
    font-size: 15px;
    font-weight: bold;
    color: #607d8bcc;
}
.mod-product .summary p{
    margin-bottom: 10px;
    line-height: 20px;
    color: #999;
}
.mod-product .summary p.en{
    color: #607d8bbb;
}


.mod-article{
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}
.mod-article .hd{
    padding: 10px 20px;
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    line-height: 20px;
}
.mod-article .hd .title{
    position: relative;
    padding-left: 20px;
    margin-left: -20px;
}
.mod-article .hd .title::before{
    position: absolute;
    left: 2px;
    top: 50%;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -10px;
    background: #23abd7;
    border-radius: 3px;
}
.mod-article .hd .title span{
    display: block;
    line-height: 18px;
}
.mod-article .hd .title span.zh{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.mod-article .hd .title span.en{
    font-size: 14px;
    font-weight: bold;
    color: #607d8bcc;
}
.mod-article .bd{
    padding: 20px;
}
.mod-article .bd p{
    margin-bottom: 12px;
    line-height: 24px;
    text-indent: 2em;
    color: #666;
}
.mod-article .bd p.en{
    color: #607d8bcc;
}


.mod-link .bd{
    padding: 10px 0;
    line-height: 24px;
    text-align: center;
    color: #666;
}
.mod-link .bd a{
    margin:  0 5px;
    white-space: nowrap;
    color: #23abd7;
}

.mod-foot .bd{
	padding: 10px 0;
    line-height: 20px;
    text-align: center;
    color: #999;
}
.mod-foot p{
    margin-bottom: 5px;
}
.mod-foot span,.mod-foot a{
    margin:  0 5px;
    white-space: nowrap;
    color: #999;
}

@media screen and (max-width: 800px) {
    .container{
        padding: 50px 10px 200px;
    }

    .mod-search .hd{
        padding: 10px 0;
    }
    .mod-search .hd img{
        zoom: 0.75;
    }
    .mod-search .bd .search{
        height: 36px;
    }
    .mod-search .bd .search input{
        height: 36px;
        padding: 8px 10px;
    }
    .mod-search .bd .search button{
        height: 36px;
        line-height: 32px;
    }

    .mod-api .bd .btn{
        padding: 0 16px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .mod-product .hd .title{
        font-size: 18px;
    }
    .mod-product .bd ul{
        grid-template-columns: 1fr;
    }
    .mod-product .summary h4{
        margin-bottom: 12px;
    }
    .mod-product .summary p{
        margin-bottom: 8px;
        line-height: 18px;
        font-size: 13px;
    }

    .mod-article .bd{
        padding: 10px;
    }

    .mod-foot{
        line-height: 18px;
        font-size: 13px;
    }
    .mod-foot span,.mod-foot a{
        margin:  0 3px;
    }
}