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,h3,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}
body{
    font-size: 0.9rem;
}
/* p{
    padding: 0px !important;
    margin: 0px;
} */

a{
    text-decoration: none;
    color: #757575;
}
a:hover{
    text-decoration: underline;
}
img{
    /* overflow: clip; */
    border: 0;
    /* vertical-align: middle; */
}
.wrapper{
    width: 100%;
    /* max-width: 960px; */
    margin: 0 auto;
}
.inner{
    padding: 0 0px;
    width:100%;
}
.container{
    /* margin-bottom: 20px; */
}

.mod-head{
    padding: 10px 0;
    text-align: right;
}
.mod-head .btn{
    position: relative;
    display: inline-block;
    min-width: 56px;
    height: 34px;
    background: #fff;
    padding: 0 12px;
    border: 1px solid #ececec;
    border-radius: 6px;
    line-height: 34px;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    transition: color .2s,opacity .2s;
    font-family: Tahoma,Arial, Helvetica,"Microsoft YaHei";
    outline: none;
    -webkit-appearance: none;
}
.mod-head .btn:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .2s;
    border-radius: 6px;
    overflow: hidden;
    pointer-events: none;
}
.mod-head .btn span,.mod-head .btn svg{
    vertical-align: middle;
}
.mod-head .btn svg,.mod-head .btn svg+span{
    position: relative;
    top: -1px;
}
.mod-head .btn:hover {
    color: #000;
    opacity: 1;
}
.mod-head .btn:hover:after {
    opacity: .02;
}

.mod-panel{
    margin-bottom: 15px;
    width:100%;
}
.mod-panel .hd{
    /* width: 50%; */
    /* margin-top: -56px; */
    padding: 16px 0;
    line-height: 24px;
}
.mod-panel .hd .title{
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333;   
}
.mod-panel .hd .title::before{
    position: absolute;
    left: 2px;
    top: 50%;
    width: 5px;
    height: 20px;
    content: '';
    margin-top: -10px;
    background: #2095f2;
    border-radius: 3px;
}
.mod-panel .ft{
    position: sticky;
    bottom: 0;
    padding: 15px 20px;
    background: url('../image/bg.png') center center/100% auto no-repeat;
    line-height: 20px;
}
.mod-panel .ft p.title{
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
}
.mod-panel .ft p.subtitle{
    line-height: 20px;
    color: #666;
}
.mod-panel .ft .btn{
    position: absolute;
    top: 20px;
    right: 25px;
}
.mod-panel strong{
    font-size: .9rem;
    font-weight: bold;
    color: #333;
}
.mod-panel .btn {
    display: inline-block;
    height: 36px;
    min-width: 90px;
    padding: 0 12px;
    margin: 0 8px;
    background: #2095f2;
    border: medium none;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: .88rem;
    color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    text-decoration: none;
}
.mod-panel .btn:hover{
    background: #1b85da;
}
.mod-panel table{
    width: 100%;
    margin-bottom: 10px;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    color: #666;
}
.mod-panel table span,.mod-panel table strong{
    vertical-align: middle;
}
.mod-panel th,.mod-panel td{
    padding: 6px 12px;
    line-height: 1rem;
    border: 1px solid #e3e8eb;
}
.mod-panel td.th{
    width: 20%;
    /* background: #f8fcff; */
    /* background: #f4fbff; */
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
    color: #333;
}
.mod-panel td .subtitle{
    font-size: .8rem;
    color: #999;
}
.mod-panel td .text-gray{
    color: #999;
}

.mod-intro{
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}
.mod-intro .hd{
    margin: 0 10px;
    padding: 0 5px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
}
.mod-intro .hd h3{
    font-size: .9rem;
    font-weight: bold;
}
.mod-intro .bd{
    padding: 15px;
}
.mod-intro .bd p{
    line-height: 22px;
    color: #666;
}

@media screen and (max-width: 800px) {
    .mod-panel .hd{
        margin-top: 0;
        padding: 5px 0;
    }
    .mod-panel .ft{
        position: relative;
        background-size: auto 100%;
    }
    .mod-panel .ft .btn{
        position: static;
        display: block;
        width: 120px;
        margin: 15px auto 0;
    }
    .mod-panel td.th{
        width: 24%;
    }
}


td {
    cursor: pointer;
}

td.copied {
    background-color: #f4fbff;
    transition: background-color 0.3s;
}
