@import url("https://font.sec.miui.com/font/css?family=MiSans:300,450,500,650:Chinese_Simplify,Latin&display=swap");

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('/static/fonts/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanuman';
    src: url('/static/fonts/Hanuman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media print {
    .noprint {
        display: none;
    }
}

*::selection {
    background: #FF4C29;
    color: #fff;
}
  
img {
    border: 0;
}

dl, dt, dd {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5 ,h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: MiSans;
    color: #313442;
}

.gokoo_header {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 990;
    top: 0;
    transition: all .5s;
}

.gokoo_wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 70px;
    background: #fff;
}

.gokoo_w1200 {
    width: 1200px;
    margin: 0 auto;
}

.head_item {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_logo {
    width: 160px;
    height: 32px;
    overflow: hidden;
}

.head_logo a {
    width: 160px;
    height: 32px;
    display: block;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    text-indent: -99em;
}

.head_nav {
    display: flex;
    font-size: 18px;
    font-weight: 500;
}

.head_nav li {
    margin-left: 20px;
}

.head_nav a {
    margin: 0 16px;
    padding: 0 4px;
    color: #313442;
    height: 70px;
    display: flex;
    align-items: center;
}

.head_nav a.open_lang {
    margin: 0 0 0 16px;
    padding: 0 24px 0 4px;
    background: url(../images/arrow_down.png) right 4px no-repeat;
    background-size: 13px 115px;
}

.lang_item {
    position: absolute;
    top: 64px;
    right: -84px;
    display: none;
}

.lang_item ol {
    background: #fff;
    border-radius: 8px;
    width: 200px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 6px rgba(40, 39, 45, 0.2);
    overflow: hidden;
}

.lang_item li:first-child {
    margin-top: 10px;
}

.lang_item li:last-child {
    margin-bottom: 10px;
}

.lang_item a {
    display: flex;
    align-items: center;
    height: 40px;
    color: #414143;
    font-size: 16px;
    padding-left: 20px;
}

.lang_item a.hover {
    background: #FF4C29;
    color: #fff;
}

.lang_item a.selected {
    background: #FF4C29;
    color: #fff;
}

.head_click_menu {
    display: none;
}


.topnews_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.gokoo_topnews .topnews_item:nth-child(3) {
    margin-bottom: 170px;
}

.gokoo_topnews .topnews_item:nth-child(2) {
    flex-direction: row-reverse;
}

.gokoo_topnews .topnews_item:nth-child(2) .tn_item1 sup {
    background: rgba(0, 179, 89, 1);
}

.tn_item1 {
    position: relative;
    width: 500px;
}

.tn_item1 sup {
    position: absolute;
    top: 10px;
    right: 0;
    height: 36px;
    background: #FF4C29;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    padding: 0 17px;
}

.tn_item1 h3.tn_title {
    width: 86%;
    font-weight: 500;
    font-size: 48px;
    color: #28272D;
    margin-bottom: 10px;
}

.tn_item1 h4.tn_title {
    font-weight: 500;
    font-size: 30px;
    color: #313442;
    margin-bottom: 34px;
}

.tn_item1 p {
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    color: #313442;
}

.tn_item0, .tn_item0 img {
    width: 640px;
    height: 380px;
}




.toast_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 996;
    background: rgba(255, 255, 255, .95);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 6px rgba(40, 39, 45, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 30px 50px;
    box-sizing: border-box;
}

.toast_box h5 {
    font-size: 18px;
    font-weight: 500;
    color: #FF4C29;
}

.toast_box h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #FF4C29;
}

.toast_box p {
    font-size: 12px;
    font-weight: 300;
    color: #666;
}


/*banner*/
.fullSlide, .fullSlide .bd, .fullSlide .bd img { position:relative; width: 100%;}
.fullSlide .bd li { position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; }
.slice_txt {
    bottom: 130px; left: 360px; width: 1200px; position: absolute; z-index: 5; color: #fff;
}
.fullSlide h5, .fullSlide h6 {font-size: 54px; line-height: 1.4; font-weight: 500;}

.fullSlide .prev,.fullSlide .next {
    z-index: 1; display: block; position: absolute; top: 46%; background:url(../images/arrow.png) 0 0 no-repeat; background-size: cover; 
}
.fullSlide .prev { left: 10px; }
.fullSlide .next { background-position: right 0; right: 10px; }

.hd {
    display: none;
}

    /* 幻灯异同 */
    .index_diff, .index_diff .bd, .index_diff .bd li, .index_diff .bd img {
        height: 600px;
    }
    .index_diff .prev,.index_diff .next {
        width: 60px; height: 60px;
    }

    .news_diff, .news_diff .bd, .news_diff .bd li, .news_diff .bd img {
        height: 500px;
    }
    .news_diff .prev,.news_diff .next {
        width: 54px; height: 54px;
    }


/* 底部站点地图 */
.sitemap_item {
    background: #ECECEF;
}

.sitemap_item .gokoo_w1200 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    position: relative;
}

.sitemap_item li a {
    color: #313442;
    transition: none;
}

.sitemap_item li a:hover {
    color: #28272D;
    font-weight: 400;
    text-decoration: underline;
}

.sitemap_item h4 {
    font-size: 20px;
    color: #28272D;
    margin-bottom: 24px;
    font-weight: 500;
}

.map_item_2220 li, .map_item_3_00 li {
    color: #313442;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.map_item_1700 {
    /* width: 700px; */
    position: relative;
    padding-top: 80px;
}

.map_item_remain {
    display: flex;
    position: relative;
    top: -40px;
}

.map_item_2220 {
    width: 220px;
    margin-right: 100px;
}

.map_item_2220_zh {
    width: auto;
    margin-right: 130px;
}

.map_item_2220_th {
    width: 330px;
    margin-right: 30px;
}

.map_item_2220_ca {
    width: auto;
    margin-right: 70px;
}




.map_item_3_00 {
    margin-right: 20px;
}

.map_item_3_00 li a {
    width: 168px;
    display: inline-block;
}

.copy_item {
    background: #ECECEF;
    border-top: 1px rgba(184, 184, 190, .5) solid;
    padding: 60px 0;
}

.copy_item .gokoo_w1200 {
    color: #28272D;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.copy_item a {
    color: #28272D;
}


.map_logoitem {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.map_logoitem h3, .map_logoitem img {
    width: 200px;
    height: 40px;
}

.map_item_1700 ul {
    display: flex;
    flex-direction: row;
}

.softlink_item li {
    margin-right: 20px;
}

.softlink_item li, .softlink_item img {
    width: 30px;
    height: 30px;
}

.getmap_item {
    margin-bottom: 50px;
}

.getmap_item li {
    margin-right: 30px;
    padding-top: 30px;
}

.getmap_item li, .getmap_item img {
    width: 70px;
    height: 70px;
}



.country_filter {
    border-radius: 8px;
    width: 260px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.country_filter a {
    display: flex;
    align-items: center;
    height: 50px;
    color: #414143;
}

.country_filter a.hover, .country_filter a.selected {
    background: rgba(255, 76, 41, .1);
}

.country_filter dl {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.country_filter dt {
    padding: 0 10px 0 20px;
    width: 36px;
    height: 24px;
    background-size: 36px 24px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.country_filter a.cy_th dt {
    background-image: url(../images/cy_th.png);
}

.country_filter a.cy_vn dt {
    background-image: url(../images/cy_vn.png);
}

.country_filter a.cy_la dt {
    background-image: url(../images/cy_la.png);
}

.country_filter a.cy_ca dt {
    background-image: url(../images/cy_ca.png);
}

.country_filter a.cy_ar dt {
    background-image: url(../images/cy_ar.png);
}

.country_filter a.cy_id dt {
    background-image: url(../images/cy_id.png);
}

.country_filter dd {
    font-size: 18px;
    font-weight: 500;
    color: #313442;
}



/* 区别 */
.dropdown {
    background: #fff;
    position: absolute;
    top: -70px;
    left: 0;
    display: none;
    z-index: 99;
    box-shadow: 0 0 6px rgba(40, 39, 45, 0.1);
}

.dropdown a:first-child {
    margin-top: 10px;
}

.dropdown a:last-child {
    margin-bottom: 10px;
}

.selector {
    box-sizing: border-box;
    border: 1px solid #B8B8BE;
}

.selector a {
    background: url(../images/arrow_top.png) right center no-repeat;
    background-size: 30px 10px;
}



.gokoo_newsing {
    padding-top: 100px;
}

.gokoo_newsing h1 {
    color: #28272D;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 80px;
}

.gokoo_newsing h3 {
    color: #28272D;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-top: 170px;
}



/* 新闻动态 */
.news_item_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news_item.news_item {
    margin-bottom: 60px;
    margin-right: 45px;
    width: 370px;
    height: 420px;
    position: relative;
}

.news_item:nth-child(3n) {
    margin-right: 0;
}

.news_item p {
    margin-bottom: 30px;
}

.news_item img {
    width: 100%;
    height: 240px;
}

.news_item span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #313442;
    margin-bottom: 10px;
}

.news_item h2 {
    font-size: 18px;
    font-weight: 500;
    color: #28272D;
    margin-bottom: 10px;
    line-height: 26px;
}

.news_item h2 a {
    color: #28272D;
}

.news_item h5 {
    font-size: 20px;
    font-weight: 500;
    color: #FF4C29;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news_item h5 a {
    color: #FF4C29;
}


.news_view_item span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #313442;
    margin-bottom: 50px;
}

.news_view_item img {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.news_view_item p.for_about_img img {
    width: 100%;
    height: 500px;
    margin-bottom: 120px;
}

.news_view_item h2 {
    color: #313442;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px;
}

.news_rich_text {
    padding-bottom: 170px;
}

.news_rich_text p {
    margin-bottom: 2em;
    font-size: 18px;
    font-weight: 300;
    color: #313442;
    line-height: 1.75;
}

.about_content_box {
    padding-bottom: 170px;
}

.about_content_box p {
    margin-bottom: 2em;
    font-size: 18px;
    font-weight: 300;
    color: #313442;
    line-height: 26px;
}


.table_item_boxing {
    background: rgba(255, 76, 41, .06);
    padding: 100px 0 120px;
}

.table_item_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.table_item {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    margin-bottom: 30px;
}

.table_item:nth-child(2n) {
    margin-right: 0;
}

.table_item span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.after_star::after {
    content: '*';
    margin-left: 6px;
    position: relative;
    top: 3px;
}

.table_item select {
    width: 580px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #FF4C29;
    box-sizing: border-box;
    color: #313442;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.table_item input {
    width: 580px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #FF4C29;
    box-sizing: border-box;
    color: #313442;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    outline: none;
}

    /* w370区别 */
    .w370 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .w370 .table_item {
        margin-right: 45px;
    }

    .w370 .table_item:nth-child(3n) {
        margin-right: 0;
    }

    .w370 .table_item input {
        width: 370px;
    }

.table_item input:focus, .table_item select:focus {
    background: #fffef6;
}

.table_item input::-webkit-input-placeholder {
	color: #AAA;
}

.table_item input::-moz-placeholder {
	color: #AAA;
}

.table_item input::-ms-input-placeholder {
	color: #AAA;
}

.table_item_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 190px;
    height: 60px;
    border-radius: 30px;
    background: #FF4C29;
    font-size: 18px;
    font-weight: 500;
}


.about_eyes_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 140px;
}

.about_eyes_item {
    display: flex;
    flex-direction: row;
    width: 560px;
}

.about_eyes_item dt {
    margin-right: 50px;
}

.about_eyes_item img {
    width: 150px;
    height: 150px;
}

.about_eyes_item h4 {
    top: 30px;
    position: relative;
    z-index: 1;
    font-size: 64px;
    font-weight: 500;
    color: rgba(236, 236, 239, 0.5);
}

.about_eyes_item h5 {
    top: -70px;
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 500;
    color: #28272D;
}

.about_eyes_item h6 {
    top: -40px;
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: normal;
    color: #28272D;
}

.index_page .reg_title {
    margin-bottom: 20px;
    padding-top: 170px;
}


.reg_title {
    font-size: 46px;
    font-weight: 500;
    color: #28272D;
    text-align: center;
    margin-bottom: 70px;
}

.sub_title {
    width: 840px;
    font-size: 18px;
    font-weight: 200;
    color: #313442;
    text-align: center;
    margin: 0 auto 90px;
}

.reg_step_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.reg_step_item dl {
    width: 550px;
    margin-right: 40px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px #ECECEF solid;
}

.reg_step_item dl:nth-child(2n) {
    margin-right: 0;
}

.reg_step_item dt {
    font-size: 30px;
    font-weight: 500;
    color: #28272D;
    margin-bottom: 20px;
}

.reg_step_item dd {
    width: 75%;
    font-size: 18px;
    color: #313442;
    line-height: 26px;
}





.the3rd_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 170px;
}

.the3rd_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
    padding: 0 20px;
    box-sizing: border-box;
}

.the3rd_item dt {
    margin-bottom: 35px;
}

.the3rd_item img {
    width: 45px;
    height: 45px;
}

.the3rd_item dd {
    text-align: center;
}

.the3rd_item h4 {
    font-size: 48px;
    line-height: 46px;
    font-weight: bold;
    color: #FF4C29;
    margin-bottom: 20px;
}

.the3rd_item h5 {
    font-size: 30px;
    font-weight: 500;
    color: #28272D;
    margin-bottom: 20px;
}

.the3rd_item h6 {
    font-size: 18px;
    font-weight: normal;
    color: #28272D;
    line-height: 26px;
}

.have_line {
    padding-top: 20px;
    margin: 0 auto;
    width: 140px;
    border-top: 4px #FF4C29 solid;
}


.reg_the1st_box {
    position: relative;
    margin-bottom: 170px;
    height: 500px;
}

.reg_the1st_box p {
    position: absolute;
    top: 0;
    right: 0;
}

.reg_the1st_box p img {
    width: 740px;
    height: auto;
}

.reg_the1st_box h1 {
    padding-top: 90px;
    width: 400px;
    font-size: 60px;
    font-weight: 500;
    color: #28272D;
    margin-bottom: 10px;
}

.reg_the1st_box h2 {
    width: 400px;
    font-size: 22px;
    color: #313442;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 100px;
}

.reg_the1st_box span {
    width: 400px;
    font-size: 16px;
    color: #313442;
    margin-bottom: 400px;
}

.reg_the1st_box ul {
    display: flex;
}

.reg_the1st_box li {
    padding-top: 30px;
    margin-right: 30px;
}

.reg_the1st_box li, .reg_the1st_box img {
    width: 70px;
    height: 70px;
}



.brands_item {
    margin-bottom: 140px;
}

.brands_item ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.brands_item span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.brands_item li {
    width: 150px;
    height: 90px;
    margin-bottom: 10px;
}

.brands_item li:nth-child(8n) {
    margin-right: 0;
}

.brands_item img {
    font-size: 0;
    width: 142px;
    height: 90px;
    border: 1px #ECECEF solid;
}

.more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.more_btn a {
    color: rgba(49, 52, 66, 0.8);
    font-size: 18px;
    text-decoration: underline;
}

.more_btn a:hover {
    color: #28272D;
    font-weight: 500;

}


.gokoo_map_item {
    position: relative;
    margin-bottom: 170px;
}

.gokoo_map {
    width: 740px;
    height: 490px;
    background: url(../images/asia.png) no-repeat;
    background-size: 100% 100%;
}



.country_map {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 60px;
    right: 0;
    width: 400px;
}

.country_map a {
    display: flex;
    align-items: center;
    width: 190px;
    height: 60px;
    color: #414143;
    box-sizing: border-box;
    border: 1px solid #B8B8BE;
    border-radius: 8px;
    margin-bottom: 20px;
}

.country_map a.selected {
    background: rgba(255, 76, 41, .1);
    border: 1px solid #FF4C29;
}

.country_map dl {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.country_map dt {
    padding: 0 10px 0 20px;
    width: 36px;
    height: 24px;
    background-size: 36px 24px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.country_map a.map_sg dt {
    background-image: url(../images/cy_sg.png);
}

.country_map a.map_th dt {
    background-image: url(../images/cy_th.png);
}

.country_map a.map_vn dt {
    background-image: url(../images/cy_vn.png);
}

.country_map a.map_la dt {
    background-image: url(../images/cy_la.png);
}

.country_map a.map_ca dt {
    background-image: url(../images/cy_ca.png);
}

.country_map a.map_ar dt {
    background-image: url(../images/cy_ar.png);
}

.country_map a.map_id dt {
    background-image: url(../images/cy_id.png);
}

.country_map a.map_my dt {
    background-image: url(../images/cy_my.png);
}

.country_map a.map_kr dt {
    background-image: url(../images/cy_kr.png);
}

.country_map a.map_jp dt {
    background-image: url(../images/cy_jp.png);
}

.country_map dd {
    font-size: 18px;
    font-weight: 500;
    color: #313442;
}


.abs {
    position: absolute;
}

.abs .this_hidden {
    background: rgba(255, 76, 41, .9);
    border-radius: 8px;
    padding: 20px 0px;
}

.loca_kr .this_hidden, .loca_jp .this_hidden {
    background: rgba(0, 179, 89, .9);
}

.this_hidden {
    display: none;
}


.abs h3 {
    font-size: 20px;
}

.abs h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.abs h5 {
    font-size: 12px;
    line-height: 1.5;
}

.abs h6 {
    padding-top: 13px;
    font-size: 13px;
}

.abs h3, .abs h4, .abs h5, .abs h6 {
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.abs sup {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 10px;
    background: url(../images/pos1.png) no-repeat center top;
    background-size: 100% 46px;
}

.loca_kr sup, .loca_jp sup {
    background: url(../images/pos2.png) no-repeat center top;
    background-size: 100% 46px;
}

.abs sub {
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 36px;
    background: url(../images/pos1.png) no-repeat center bottom;
    background-size: 100% 46px;
    cursor: pointer;
}

.loca_sg sub {
    background: url(../images/pos0.png) no-repeat center bottom;
    background-size: 100% 46px;
}

.loca_kr sub, .loca_jp sub {
    background: url(../images/pos2.png) no-repeat center bottom;
    background-size: 100% 46px;
}

.loca_sg {
    bottom: 130px;
    left: 426px;
    width: 110px;
}

.loca_th {
    bottom: 210px;
    left: 405px;
    width: 110px;
}

.loca_vn {
    bottom: 260px;
    left: 430px;
    width: 130px;
}

.loca_la {
    bottom: 240px;
    left: 410px;
    width: 130px;
}

.loca_ar {
    bottom: 260px;
    left: 60px;
    width: 140px;
}

.loca_ca {
    bottom: 195px;
    left: 430px;
    width: 120px;
}


.loca_id {
    bottom: 77px;
    left: 440px;
    width: 130px;
}

.loca_my {
    bottom: 160px;
    left: 390px;
    width: 138px;
}

.loca_kr {
    bottom: 360px;
    left: 580px;
    width: 90px;
}

.loca_jp {
    bottom: 350px;
    left: 640px;
    width: 90px;
}





.news_pages_item {
    margin-bottom: 170px;
}

.news_pages_item ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.news_pages_item a, .news_pages_item span {
    font-size: 16px;
    font-weight: 500;
    color: #313442;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border-radius: 20px;
    margin: 0 10px;
    text-align: center;
}

.news_pages_item .active span {
    background: #eee;
}


.news_pages_item li:first-child a, .news_pages_item li:last-child a,
.news_pages_item li:first-child span, .news_pages_item li:last-child span {
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -99em;
}

.news_pages_item li:first-child a, .news_pages_item li:first-child span {
    background: url(../images/page_arrow.png) no-repeat center 0;
    background-size: cover;
}

.news_pages_item li:last-child a, .news_pages_item li:last-child span {
    background: url(../images/page_arrow.png) no-repeat center -20px;
    background-size: cover;
}


.top_div {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 996;
}

.top_div a {
    text-indent: -99em;
    overflow: hidden;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/t.png) no-repeat center center;
    background-size: 100% 100%;
}

.showWechat, .miniproQR {
    position: fixed;
    bottom: 420px;
    left: 50%;
    transform: translateX(-175%);
    width: 200px;
    height: 200px;
    background: #fff;
    z-index: 996;
    display: none;
}

.showWechat img, .miniproQR img {
    width: 100%;
    height: 100%
}

#d_riqi {
	font-size: 12px;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
}

#d_banben {
	font-size: 14px;
	line-height: 1em;
	display: flex;
	justify-content: center;
}





/* 特别的柬埔寨 */
body.the_ca {
    font-family: Hanuman;
}

body.the_ca .tn_item1 p,
body.the_ca .table_item span,
body.the_ca .table_item_btn a,
body.the_ca .more_btn a,
body.the_ca .the3rd_item h6,
body.the_ca .reg_step_item dd,
body.the_ca .about_eyes_item h6,
body.the_ca .copy_item .gokoo_w1200,
body.the_ca .head_nav,
body.the_ca .lang_item a {
    font-size: 14px;
}

body.the_ca .map_item_2220 li,
body.the_ca .map_item_3_00 li,
body.the_ca .about_content_box p {
    font-size: 16px;
}

body.the_ca .reg_the1st_box h2 {
    font-size: 20px;
}

body.the_ca .tn_item1 h4.tn_title,
body.the_ca .the3rd_item h5,
body.the_ca .reg_step_item dt {
    font-size: 24px;
}

body.the_ca .about_eyes_item h5 {
    font-size: 30px;
}

body.the_ca .reg_title {
    font-size: 36px;
}

body.the_ca .tn_item1 h3.tn_title,
body.the_ca .news_view_item h2 {
    font-size: 40px;
}

body.the_ca .reg_the1st_box h1 {
    font-size: 48px;
}







/* 特别的越南 */
body.the_vn {
    font-family: Merriweather-Regular;
}

body.the_vn .map_item_2220 li, 
body.the_vn .map_item_3_00 li,
body.the_vn .head_nav,
body.the_vn .lang_item a,
body.the_vn .tn_item1 p,
body.the_vn .country_map dd,
body.the_vn .abs h4,
body.the_vn .country_filter dd,
body.the_vn .table_item span,
body.the_vn .table_item_btn a,
body.the_vn .news_item h5,
body.the_vn .the3rd_item h6,
body.the_vn .reg_step_item dd,
body.the_vn .about_content_box p,
body.the_vn .about_eyes_item h6,
body.the_vn .copy_item .gokoo_w1200,
body.the_vn .more_btn a {
    font-size: 14px;
}

body.the_vn .reg_the1st_box h2 {
    font-size: 18px;
}

body.the_vn .tn_item1 h4.tn_title,
body.the_vn .the3rd_item h5,
body.the_vn .reg_step_item dt,
body.the_vn .about_eyes_item h5 {
    font-size: 24px;
}

body.the_vn .gokoo_newsing h3,
body.the_vn .news_view_item h2 {
    font-size: 36px;
}

body.the_vn .reg_title,
body.the_vn .reg_the1st_box h1,
body.the_vn .the3rd_item h4,
body.the_vn .tn_item1 h3.tn_title {
    font-size: 40px;
}

body.the_vn .gokoo_newsing h1 {
    font-size: 48px;
}

body.the_vn .about_eyes_item h4 {
    font-size: 54px;
    top: 10px;
}

body.the_vn .sub_title {
    line-height: 1.4;
}


