﻿@charset "utf-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/** our fix **/
dl,dd,ul,ol{margin:0;}
ul,ol{padding:0;list-style: none;}
dl{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}


body, div, p, ul, ol, dl, dt, dd, li, form, input, table, img, h1, h2, h3, h4, h5, h6{margin:0;padding:0;}
body{background:#fff none;color:#333;font-size:12px;font-style:normal;font-weight:normal;margin-top:0;font: 12px/20px "Arial","Helvetica","Times New Roman","sans-serif";margin:0 auto;}
em, b, i{font-style:normal;}
/* p{line-height:1.25em;} */
a{color:#000;text-decoration:none;}
a:link, a:visited{}
a:hover, a:active{text-decoration:underline;}
a.on:hover, a.cur:hover, .on a:hover, .cur a:hover{text-decoration:none;}
img, a img{border:0 none;width: 100%;height: 100%;}
ul, ol{list-style-type:none;}
ul:after, ol:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clear_float, .clear{clear:both;font-size:1px;line-height:1px;height:1px;overflow:hidden;}
input {padding:0;margin:0;}
textarea {resize:none;overflow:auto; }
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
input::-moz-focus-inner { border:none; padding:0; }
button, input, optgroup, select, textarea {color:inherit;font:inherit;}
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none;/*clearmoren*/ }
a { color:#333; text-decoration:none; outline:none;}
.column_wrapper{clear:both;margin:0 auto;width:1200px;}
.column_wrapper:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.vspace{height:10px;font-size:0px;line-height:0px;width:99%;clear:both;overflow:hidden;}
.wrapper_1200{position: relative;margin:0 auto;width:1200px;}
.fl,.left {float: left;}
.fr,.right {float: right;}
.clearfix {zoom: 1;}

body { background: #fff;color: #000; margin: 0; font: 14px/1.8em "Helvetica Neue",Helvetica,Arial; text-align: left;}
a, a:link, a:visited, a:hover, a:active { color:#000; text-decoration:none;margin:0; padding:0;}
a:hover { color:#43968D; text-decoration:none; }


.image img {
  transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.image img:hover {
  transform: rotate(0deg) scale(1.05,1.05);
  -ms-transform: rotate(0deg) scale(1.05,1.05);
  -moz-transform: rotate(0deg) scale(1.05,1.05);
  -webkit-transform: rotate(0deg) scale(1.05,1.05);
  -o-transform: rotate(0deg) scale(1.05,1.05);
}




/* header start */
.header-inner{ padding: 23px 0 20px;height: 28px;width: 1200px;margin: 0 auto;}
.header-inner .logo{display: inline-block;width: 389px;height: 36px;background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/logo_03.png) center top no-repeat;}
.header-inner .logo .cri_logo{float:left; width: 135px;height: 28px;margin-right: 50px; }
.header-inner .logo .my_logo{float:left; width: 200px;height: 28px; }
.header-inner .googleSearch{float: right;padding-top: 3px;line-height: normal;}
.header-inner .googleSearch .googleSearch-keywords   { width: 150px; color: #333;padding: 1px 2px;border-width: 1px;}
.header-inner .googleSearch .googleSearch-but   { color: #000;padding: 1px 6px;}
.header .naver {background: #43968D;}
.header .naver-inner {display: flex;justify-content: space-between;width: 1200px;margin: 0 auto;}
.header .naver-inner .nav-left {flex:1;}
.header .nav-left .nav-item {position: relative;}
.header .nav-left .nav-item  span { width: 13px; height: 100%; display: block; position: absolute;  background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/navArrows.png) no-repeat center center; background-size: 13px 8px; top: 0px;right: 19px; cursor: pointer;-ms-transform: rotate(0deg); -moz-transform: rotate(0deg);  -webkit-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
.header .naver-inner .nav-left .oneUl{display: flex;}
/* .header .naver-inner .nav-left .oneUl li.nav-mobile-show{display: none;} */
.header .nav-left .oneUl li{border-left: 1px solid #505050;}
.header .nav-left .oneUl>li>a { display: block; font: 20px/35px Arial; padding: 5px 18px; color: #fff;}
.header .nav-left .oneUl li a.nav-item-a{padding-right: 50px;}
.header .nav-left .oneUl li:first-child{border-left: 0;}
/* .header .nav-left .oneUl>li>a:hover{background: #2c9678;cursor: pointer;} */
.header .nav-left .oneUl>li.current{background: #2c9678;}
.header .nav-left .oneUl>li:hover{background: #2c9678;}

.header .nav-right{height: 45px;}
.header .nav-right select{margin-top: 10px;font-size: 16px; color: #333; line-height: 24px;height: 24px; background: #fff;}
.header .nav-left .oneUl>li .nav-more-box-1{box-sizing: border-box;height: 0; overflow: hidden!important; transition: all .5s;}
.header .nav-left .oneUl>li .nav-more-box-1 ul{padding: 10px 10px 15px 15px;}
.header .nav-left .oneUl>li .nav-more-box-1 li{padding-left: 25px;}

.header .nav-left .oneUl>li.more:hover .nav-more-box-1{height: 81px!important;display: block!important;}
.header .nav-left .oneUl>li.more:hover span {-ms-transform: rotate(180deg); -moz-transform: rotate(180deg);  -webkit-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.header .nav-more ul li a { padding: 0px 17px; color: #333; font-size: 20px; line-height: 28px; display: block; background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/xiaofangkuai.png) no-repeat 0 center ; background-size: 6px 6px; }
.header .nav-more { position: absolute; top: 44px; left: 0; width: 100%; background-color: #fff;  z-index: 999;}

.header.bg_nav .nav-left .oneUl>li:hover{background: #000;}
/* header end */



.page_wrap{width: 100%;overflow: hidden;}
.col_w720_l{width: 720px;float: left;}
.col_w460_r{width: 460px;float: right;}
.col_w580_l{width: 580px;float: left;}
.col_w580_r{width: 580px;float: right;}


/* 模块标题 */
.md_esperanto{margin-top: 15px;}
.md_esperanto.none_top{margin-top: 0;}
.md_esperanto .md_hd{color:#43968D; font:normal 40px/38px Arial; border-left: 13px solid #43968D; padding-left:20px; clear:both;}
.md_esperanto .md_hd .mh_title{color:#43968D;}
.md_esperanto .md_hd .mh_title a{color:#43968D;}
.md_esperanto .md_hd .mh_title a:hover{color: #2a5f5a;}
.md_esperanto .md_hd .mh_option{border-left: none; float: right;  font-size: 24px;font-family: Arial;background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/more2.png) no-repeat right center; background-size: 22px;color: #43968D;  padding: 0px 25px 0px 10px;}
.md_esperanto .md_hd .mh_option a{color: #43968D;}


.more-btn{ height: 54px;text-align: right;padding-top: 30px;box-sizing: border-box; }
.more-btn a{background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/more2.png) no-repeat right center; background-size: 22px; padding: 0px 25px 0px 10px;color: #43968D; font-size: 24px; font-family: Arial;}

/* 分页 */
.page-nav { clear:both; text-align:center; padding-bottom:0; margin-top:30px;font-family: Arial;}
.page-nav ul{display: inline-block;}
.page-nav ul li{display: inline-block;margin: 5px 0;}
.page-nav a { display:inline-block; line-height:26px; border:1px solid #d9d9d9; border-radius: 5px; padding:0px 10px;margin: 0 1px; vertical-align: middle; }
.page-nav .current a { border:1px solid #43968D; font-weight:bold; background:#43968D; color:#fff; }
.page-nav a:hover { text-decoration:none; background:#43968D; color:#fff; border:1px solid #43968D; }
.page-nav a.shouye,.page-nav a.tpb_btn_previous,.page-nav a.tpb_btn_next,.page-nav a.weiye{text-indent:-200px;width:26px; height:26px; overflow:hidden; font-size:0; padding:0; vertical-align:middle; background:url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/page-right.png) no-repeat center center; background-size:50% 50%;}
.page-nav a.shouye:hover,.page-nav a.tpb_btn_previous:hover,.page-nav a.tpb_btn_next:hover,.page-nav a.weiye:hover{ background:#43968D  url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/page-right-hover.png) no-repeat center center; background-size:50% 50%;}
.page-nav a.shouye { background-image:url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/page-home.png);}
.page-nav a.shouye:hover { background-image:url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/page-home-hover.png);}
.page-nav a.tpb_btn_previous { background-image:url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/page-left.png);}
.page-nav a.tpb_btn_previous:hover { background-image:url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/page-left-hover.png);}
.page-nav a.weiye { background-image:url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/page-last.png);}
.page-nav a.weiye:hover { background-image:url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/page-last-hover.png);}


.mymobilehide{display: block;}
.mymobileshow{display: none;}

/* foot */
#js-footer{margin-top: 35px;}
.footCopyright{padding: 10px; background: #43968D;}
.footCopyright-con { color: #000;  text-align: center;  line-height: 2em;width: 1200px;margin: 0 auto;}
.footCopyright-con a { color: #fff;}
/* dialog-body */
.js-dialog { position: fixed;bottom: 0; left: 0; width: 100%; z-index: 99; background-color: #fff; box-shadow: 0 -7px 20px 0 rgb(0 0 0 / 19%);}
.dialog-body { width: 1200px;font-size: 13px; position: relative; margin: 20px auto;}
.dialog-header { position: relative;}
.dialog-header h3 {font-size: 16px; color: #333; font-weight: bold;}
.dialog-header a.dialog-close {position: absolute; right: 0;top: 0; width: 14px;height: 14px;background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/btn_close.png) no-repeat; background-size: 14px 14px;cursor: pointer;}
.dialog-content {margin: 17px 0; width: 800px;}
.dialog-links { width: 100%; padding: 0;display: flex;}
.dialog-links li { margin-right: 32px;}
.dialog-links li a { color: #43968D; font-weight: 400;position: relative;}
.dialog-clear { clear: both;}
.dialog-confirm { width: 122px; height: 42px;color: #43968D; border: 1px solid #43968D; position: absolute; right: 0; bottom: 0;line-height: 42px; text-align: center; cursor: pointer;}
.dialog-confirm .confirm-icon { width: 17px;  height: 12px; background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/icon_agree.png) no-repeat; background-size: 17px 12px; margin-right: 16px;  display: inline-block; vertical-align: sub;}
.dialog-links li a:after { position: absolute; height: 1px;  margin: 0 auto; content: '';  left: 0;   right: 0; width: 100%; color: #43968D; background-color: #43968D; left: 0;bottom: -1px;}
/* 右侧漂浮的小icon */
.sideAlsoFind { width: 0; height: 0; position: fixed;  left: 50%; top: 124px;}
.sideAlsoFind-con {  position: absolute; top: 0; left: 610px;}
.sideAlsoFind-con img { display: block; width: 39px; height: 39px;  margin-top: 8px;}
/* go top */
#goup {width: 0;height: 0;position: fixed;left: 50%;bottom: 100px;}
#goup a {display: block;margin-left: 610px;width: 45px;height: 45px;background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/up.png) no-repeat;background-size: 45px 45px;}
#goup a:hover {background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/up-hover.png) no-repeat;background-size: 45px 45px;}



@media screen and (max-width: 1024px){
    body { font:.6rem/1.8em Arial; }
    ul:after, ol:after{display: none;}

    .mobileNotShow{display: none;}
    .mymobilehide{display: none;}
	.mymobileshow{display: block;}

	.maxWidth,.column_wrapper{width: 100%;}
	.col_w720_l,.col_w460_r,.col_w580_r,.col_w580_l{width: 100%;float: none;}


    /* header start */
    .header-inner{ padding: 0;height: 2.13rem;width: 15.05rem;line-height: 2.13rem;}
    .header-inner .logo{display: inline-block;width: 6.83rem;height: 2.13rem;background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1658113456461212/logo_03.png) center center no-repeat;background-size: 100% auto;}
    .header-inner .logo .cri_logo{float:left; width: 2.35rem;height: 2.13rem;margin-right: .72rem; }
    .header-inner .logo .my_logo{float:left; width: 3.63rem;height: 2.13rem; }
    .header .naver {background: #43968D;}
    .header .naver-inner {display: flex;justify-content: space-between;width: 100%;margin: 0 auto;}
    .header .naver-inner .nav-left {flex:1;width: 100%;}
    .header .naver-inner .nav-left .oneUl{display: flex;flex-wrap: nowrap;overflow: auto;font-weight: normal;font-size: .77rem;height: 2.39rem;line-height: 2.39rem;}
    /* .header .naver-inner .nav-left .oneUl li.nav-mobile-show{display: none;} */
    .header .nav-left .oneUl>li>a { display: block; font: 0.9rem/2.39rem Arial; padding: 0 .26rem;height: 100%;white-space: nowrap;box-sizing: border-box;margin: 0; }

    /* header end */



    /* 模块标题 */
    .md_esperanto{margin-top: .64rem;}
    .md_esperanto.mobile_none_top{margin-top: 0;}
    .md_esperanto .md_hd{ font:normal 0.9rem/1.5rem Arial;  border-left: .43rem solid #43968D; padding-left:0.5rem;}
    .md_esperanto .md_hd .mh_option{ font-size: 0.7rem; background-size: 0.8rem; padding: 0 1rem 0 .5rem;}


    .more-btn{ height: auto;padding-top: 0; border-bottom: dashed 1px #999; }
    .more-btn a{ background-size: 0.8rem; padding: 0px 1rem 0px 0.5rem; font-size: 0.7rem; }


    /* 分页 */
    .page-nav { margin-top:1.28rem; }
    .page-nav ul li{margin: .21rem 0;}
    .page-nav a { line-height:1.11rem; border:1px solid #d9d9d9; border-radius: 5px; padding:0px .43rem;margin: 0 1px; }
    .page-nav a.shouye,.page-nav a.tpb_btn_previous,.page-nav a.tpb_btn_next,.page-nav a.weiye{text-indent:-200px;width:1.11rem; height:1.11rem; background-size:50% 50%;}


    /* foot */
    #js-footer{margin-top: 1.49rem;}
    .footCopyright{padding: .5rem 0; }
    .footCopyright-con {font-size: .51rem; width: 100%; line-height: 2em;}
    /* dialog-body */
    .js-dialog { box-shadow: 0 -7px 20px 0 rgb(0 0 0 / 19%);}
    .dialog-body { width: 14.73rem;font-size: .77rem; margin: .43rem auto;}
    .dialog-header h3 {font-size: .68rem; }
    .dialog-header a.dialog-close { width: .6rem;height: .6rem; background-size: .6rem .6rem;}
    .dialog-content {margin: .43rem 0; width: 100%; font-size: .51rem;line-height: .68rem;}
    .dialog-links li {float: left; margin-right: .43rem;}
    .dialog-links li a { font-weight: bold;font-size: .51rem;line-height: .68rem;}
    .dialog-confirm { width: 4.27rem; height: 1.11rem; line-height: 1.11rem;font-size: .6rem;}
    .dialog-confirm .confirm-icon { width: .73rem;  height: .51rem;  background-size: .73rem .51rem; margin-right: .68rem; }

	/* go top */
	#goup{display: none;}

}

