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}
html{
    height:100%;
}
body{
    height: 100%;
    font-size: 14px;
    font-family: Arial,Helvetica,"Microsoft Yahei";
    color: rgb(110, 119, 129);
}
button, input {
    font-family: Arial,Helvetica,"Microsoft Yahei";
}
img{
    vertical-align: middle;
}
a{
    text-decoration: none;
    color: rgb(110, 119, 129);
}
a:hover{
    text-decoration: underline;
}
@font-face{
    font-family:"LineSeedSans";
    font-style:normal;
    font-weight:400;
    src:url("../font/LINE-Seed-Sans-TH-Heavy.ttf") format("truetype")
}

.header{
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.container{
    padding-bottom: 30px;
}
.inner{
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}

.mod-head .bd{
    padding: 10px 0;
    text-align: right;
}
.mod-head .btn{
    position: relative;
    display: inline-block;
    min-width: 56px;
    height: 34px;
    padding: 0 12px;
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 6px;
    line-height: 34px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #555555;
    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-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    z-index: -1;
}

.mod-panel{
    margin-bottom: 75px;
}
.mod-panel .hd{
    /* height: 450px; */
    margin-bottom: 30px;
}
.mod-panel .hd .current .title {
    margin-bottom: 40px;
    display: flex;
}
.mod-panel .hd .current h1{
    line-height: 48px;
    font-weight: bold;
    font-size: 36px;
    color: #1a2b3b;
    margin-left: 10px;
}
.mod-panel .hd h1.country-title {
    font-weight: normal;
    font-size: 36px;
    display: inline-block;
    color: #333;
}
.mod-panel .hd h1.country-title span {
    font-weight: bold;
}
.mod-panel .hd .current h1 span.tag{
    display: inline-block;
    padding: 0 8px;
    margin: 0 5px;
    background: rgba(255, 255, 255,0.8);
    line-height: 26px;
    vertical-align: middle;
    font-size: 13px;
    color: rgb(110, 119, 129);
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.03);
}
.mod-panel .hd .current p{
    line-height:32px;
    font-size:16px;
}
.mod-panel .hd .current .title{
    font-size:18px;
}
.mod-panel .hd .current .title img,.mod-panel .hd .current .title span{
    vertical-align:middle;
}
.mod-panel .hd .current .J_timezone .time{
    flex:1;
    min-width:0;
    line-height:136px;
    vertical-align:middle;
    font-size:136px;
    font-weight:bold;
    font-family:LineSeedSans,Arial,Helvetica,sans-serif;
    color: #292626;
}
.mod-panel .hd .current .J_timezone .date{
    /* width:270px; */
    padding-bottom: 50px;
    padding-left: 50px;
}
.mod-panel .hd .current .J_timezone .date p{
    text-align:right;
    font-size:24px;
    color:#666;
    display: inline-block;
}
.mod-panel .hd ul{
    /* display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:10px; */
    display: flex;
    flex-wrap: wrap;
}
.mod-panel .hd ul li{
    width: 180px;
    margin: 0 10px 10px 10px;
}
.mod-panel .hd .item{
    flex:1;
    padding:10px;
    /* background:rgba(0,0,0,.1); */
    border-radius:8px;
    line-height:30px;
    text-align:center;
    box-shadow: 1px 1px 5px 0px rgb(165 165 165 / 75%);
}
.mod-panel .hd .item .title{
    font-size:18px;
}
.mod-panel .hd .item .title img,.mod-panel .hd .item .title span{
    vertical-align:middle;
}
.mod-panel .hd .item .date{
    color:#666;
}
.mod-panel .hd .item .time{
    font-size:22px;
    font-weight:200;
}
.mod-panel .hd .item .time span{
    display:inline-block;
    border-radius:5px;
    padding:0 3px;
    line-height:30px;
    /* color:#fff; */
    margin:0 1px;
    /* background:#222; */
    /* background:linear-gradient(to bottom, #555, #000); */
    color:#333;
    background:#ddd;
    background:linear-gradient(to bottom, #eee, #fff);
}
.mod-panel .hd .item .time span:nth-child(3){
    color:#333;
    background:#ddd;
    background:linear-gradient(to bottom, #eee, #fff);
}
.mod-panel .buttons{
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    line-height: 32px;
    text-align: center;
}
.mod-panel .btn {
    display: inline-block;
    height: 44px;
    min-width: 120px;
    padding:0 20px;
    margin: 0 5px;
    background: #2095f2;
    border: medium none;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.05);
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 21px;
    text-decoration: none;
}
.mod-panel .btn img,.mod-panel .btn span{
    vertical-align: middle;
}
.mod-panel .btn:hover{
	background: #1b85da;
}
.mod-panel .btn-green{
	background: #4bae4f;
	color: #fff;
}
.mod-panel .btn-green:hover{
	background: #47a04b;
}
.mod-panel .bd .btn-red{
	background: #f56954;
	color: #fff;
}
.mod-panel .btn-red:hover{
	background: #f4543c;;
}
.mod-panel .btn-orange{
	background: #ff9000;
	color: #fff;
}
.mod-panel .btn-orange:hover{
	background: #e18309;
}
.mod-panel .table-outer{
    position:relative;
    margin-bottom:20px;
}
.mod-panel .table-outer h3{
    position:sticky;
    top:0;
    z-index:9;
    background:#fcfcfc;
    border:1px solid #ecedef;
    margin-bottom:-1px;
    line-height:36px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
}
.mod-panel .table-outer table{
    width:100%;
    table-layout:fixed;
}
.mod-panel .table-outer table caption{
    line-height:30px;
    font-size:15px;
    font-weight:bold;
}
.mod-panel .table-outer table thead{
    position:sticky;
    top:37px;
    background:#f6f8fa;
    box-shadow: 0 1px 0 #ecedefcc;
}
.mod-panel .table-outer table th,.mod-panel .table-outer table td{
    padding:8px 12px;
    border:1px solid #ecedef;
    line-height:24px;
}
.mod-panel .table-outer table th.th,.mod-panel .table-outer table td.th{
    background:#f5f5f5;
}
.mod-panel .table-outer table .timezone span.code{
    float:right;
    font-size:13px;
    color:#999;
}
.mod-panel .table-outer table .title img,.mod-panel .table-outer table .title span{
    vertical-align:middle;
}

.mod-article{
    margin-bottom: 65px;
}
.mod-article .bd{
    position: relative;
    padding: 30px 0;
}
.mod-article .bd::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '“';
    font-size: 60px;
    border-radius: 6px;
}
.mod-article .bd::after{
    position: absolute;
    bottom: -10px;
    right: 0;
    content: '”';
    font-size: 60px;
    border-radius: 6px;
}
.mod-article .bd p{
    margin-bottom: 12px;
    line-height: 28px;
    font-size: 15px;
    text-indent: 2em;
}

.mod-copy{
    margin-bottom: 65px;
    padding: 35px 0;
    background: rgb(246, 248, 250);
}
.mod-copy .hd{
    margin: 0 5px 5px;
    line-height: 30px;
}
.mod-copy .hd span{
    font-size: 18px;
    font-weight: bold;
    color: #646464;
}
.mod-copy .bd{
    margin:0 5px;
}
.mod-copy .bd p{
    line-height: 26px;
    text-indent: 2em;
    font-size: 15px;
}
.mod-copy .bd .buttons{
    margin: 15px 0;
}
.mod-copy .bd .text-red{
    font-weight: bold;
    color: #fd7474;
}
.mod-copy .bd code{
    display: block;
    margin-bottom: 15px;
    padding: 8px 15px;
    line-height: 20px;
    background: #fff;
    border: 1px solid rgba(27,31,36,.15);
    border-radius: 5px;
    word-break: break-word;
}

.mod-foot .bd{
    padding: 10px 0;
    margin-bottom: 15px;
    text-align: center;
}
.mod-foot .bd p{
    line-height: 22px;
}
.mod-foot .bd p a,.mod-foot .bd p span{
    vertical-align: middle;
}
.mod-foot .bd p.buttons{
    margin: 10px 0 5px;
}
.mod-foot .box{
    width: 200px;
    height: 180px;
    margin: 0 auto 20px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.mod-foot p{
    line-height: 30px;
}

.mod-fixedbar .bd a{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.8);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
    line-height: 48px;
    text-align: center;
}
/* tab样式 */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #eee;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #333;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.back-to-top {
    border-radius: 5px;
    border: 2px solid #555454;
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
}

.arrow {
    width: 30px;
    height: 30px;
    fill: #555454;
}
.description-en p, .description-en li{
    line-height: 24px;
}
.description-en h3 {
    margin:20px 0;
}
.description-en .keyword {
    font-weight: bold;
}

.description {
    padding-bottom: 60px;
}

.description ul li {
    margin-top: 10px;
}

.description ul strong, .description time{
    font-weight: bold;
}

.description h2 {
    margin-top: 10px;
}
.table-inner tr:hover{
    background: #ccc;
    cursor: pointer;
}
.table-inner .country-name {
    font-weight: normal;
    font-size: 14px;
    display: inline;
}
.select-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-container img {
    border-radius: 50%;
}
.select-container select {
    width: 100px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
}
.footer p{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #858484;
}
@media screen and (max-width: 1020px) {
    .header{
        margin-bottom: 10px;
    }
    .mod-panel .hd ul li{
        width: 140px;
        margin: 0 5px 5px 5px;
    }
    .inner{
        max-width: 800px;
    }

    .mod-head .hd span.tag{
        padding: 5px 8px;
    }
    .mod-head .bd .btn{
        padding: 0 6px;
        font-size: 13px;
    }

    .mod-panel{
        margin-bottom: 25px;
    }
    .mod-panel .hd{
        float: none;
        padding-top: 0;
        width: auto;
    }
    .mod-panel .hd h1{
        line-height: 26px;
        font-size: 20px;
    }
    .mod-panel .hd p{
        line-height: 22px;
        font-size: 13px;
        overflow: hidden;
    }
    .mod-panel .bd .table-inner{
        overflow-x: auto;
    }
    .mod-panel .bd table{
        table-layout: auto;
    }
    .mod-panel .bd table td{
        white-space: nowrap;
    }

    .mod-article{
        margin-bottom: 25px;
    }
    .mod-article .bd{
        padding: 15px 0;
    }
    .mod-article .bd::before{
        font-size: 48px;
    }
    .mod-article .bd::after{
        font-size: 48px;
    }
    .mod-article .bd p{
        margin-bottom: 7px;
        line-height: 22px;
        font-size: 14px;
    }

    .mod-copy{
        padding: 15px 0 25px;
        margin-bottom: 25px;
    }
    .mod-copy .bd p{
        line-height: 22px;
        font-size: 14px;
    }
}

@media screen and (max-width: 799px){
    .mod-panel .hd{
        padding: 10px 5px;
    }
    .tab button {
        padding: 14px 10px;
    }
    .mod-panel .hd ul li{
        width: 150px;
        margin: 0 10px 10px 10px;
    }
    .mod-panel .hd .current h1{
        line-height:36px;
        font-size:24px;
    }
    .mod-panel .hd .current .J_timezone{
        flex-direction:column;
        margin-bottom:20px;
    }
    .mod-panel .hd .current .J_timezone .time{
        font-size:124px;
    }
    .mod-panel .hd .current .J_timezone .date{
        width:auto;
        padding-top:0;
    }
    .mod-panel .hd .item{
        line-height:24px;
    }
    .mod-panel .hd .item .title{
        font-size:16px;
    }
    .mod-panel .hd .item .time{
        font-size:18px;
    }
    .mod-panel .hd .item .time span{
        padding:0 2px;
        line-height:24px;
    }
    .mod-panel .buttons{
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .mod-panel .btn{
        min-width: 64px;
        margin: 2px 1px;
        padding: 0 15px;
        height: 36px;
        line-height: 35px;
        font-size: 14px;
    }
    .mod-panel .btn img{
        display: none;
    }
    .mod-panel .table-outer .table-inner{
        overflow-x:auto;
    }
    .mod-panel .table-outer h3{
        position:static;
    }
    .mod-panel .table-outer table{
        width:auto;
        table-layout:auto;
    }
    .mod-panel .table-outer table thead{
        top:0;
    }
    .mod-panel .table-outer table th,.mod-panel .table-outer table td{
        white-space:nowrap;
    }
    .mod-panel .table-outer table .timezone span.code{
        float:none;
    }
}

@media (min-width: 558px) and (max-width: 733px) {
    .mod-panel .hd .current .J_timezone .time{
        font-size:100px;
        line-height: 100px;
    }
    .mod-panel .hd li:nth-child(10){
        display: none;
    }
}
@media screen and (max-width: 558px) {
    .mod-panel .hd .current .J_timezone .time{
        font-size:70px;
        line-height: 70px;
        margin: 10px 0 5px 0;
    }
    .mod-panel .hd .current .J_timezone .date {
        padding-bottom: 0px;
        padding-left: 5px;
    }
    .mod-panel .hd .current .title {
        margin-bottom: 0;
    }
}