<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Monotype Corsiva';
  src: url('/statics/front/fonts/MonotypeCorsiva.ttf');
  src: url('/statics/front/fonts/MonotypeCorsiva.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.main-width:before,
.main-width:after {
  display: table;
  content: " ";
}
.main-width:after {
  clear: both;
}
.main-width {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.title {
  font-size: 1.5em;
  font-weight: normal;
  color: #4a4a4a;
}
.title.headline {
  padding-bottom: .5em;
  border-bottom: 1px solid #e3e3e3;
}
.title.headline strong{
  position: relative;
  top: 1.29em;
  padding: 0 1.2em;
  background-color: #fff;
  font-weight: normal;
}
.heading {
  height: 1px;
  margin: 3em auto;
  background-color: #e3e3e3;
  text-align: center;
}
.heading strong {
  position: relative;
  top: -.71em;
  padding: 0 1.2em;
  background-color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  color: #4a4a4a;
}
.caption {
  font-size: 1em;
  font-weight: 600;
  color: #777;
}
.caret-up,
.triangle-up {
  width: 0;
  height: 0;
  border-top: none;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3e4a68;
  border-left: 7px solid transparent;
  font-size: 0;
}
.caret-right,
.triangle-right {
  width: 0;
  height: 0;
  border-width: 7px 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  font-size: 0;
}
.caret-down,
.triangle-down {
  width: 0;
  height: 0;
  border-top: 7px solid #3e4a68;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent;
  font-size: 0;
}
.caret-left,
.triangle-left {
  width: 0;
  height: 0;
  border-width: 7px 7px 7px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  font-size: 0;
}
.crumbs {
  font-size: 1.125em;
}
.crumbs a {
  color: #777;
}
.crumbs strong{
  font-weight:normal;
}
.border-bottom {
  border-bottom: 1px solid #ccc;
}

.bg-silver {
  background-color: #f4f4f4;
}

/* æ–‡æœ¬, START */
.line-height-1 {
  line-height: 1 !important;
}
.line-height-2 {
  line-height: 2 !important;
}
.link-gray {
  color: #777;
}
.text {
  font-size: 1.125em;
}
.tips {
  font-size: .875em;
}
/* æ–‡æœ¬, END */

/* è¡¨å•ï¼ŒSTART */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: normal;
  color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-weight: normal;
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: normal;
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: normal;
  color: #ccc;
}
button,
input {
  vertical-align: middle;
}


input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #3eabb8;
}

input.error,
textarea.error {
  border-color: #ec6b65 !important;
}

.error.msg,
label.error,
p.error {
  color: #ec6b65;
}

label.valid,
p.valid {
  color: #3eabb8 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {/* IE10+(IE11, 10) */
  input[type=text],
  input[type=password],
  textarea {
    font-weight: normal;
    color: #999;
    line-height: 1.2;
  }
}
.btn, .pay_button, .small_pay_button {
  display: inline-block;
  overflow: visible;
  height: 34px;
  padding: 0 30px;
  line-height: 1.9;
  background-color: #3eabb8;
  border: 0 none;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition: .2s;
  *font-family: Microsoft Yahei;
}
a.btn {
  text-decoration: none;
}
/*åç™½æŒ‰é’®*/
.btn.reverse{
  border: 1px solid #fff;
  color: #4a4a4a;
  background-color: #fff;
}
.btn.reverse:active {
  border-color: #3eabb8;
  color: #fff;
  background-color: #3eabb8;
}
/*å¹½çµæŒ‰é’®*/
.btn-o {
  background-color: #fff;
  border: 2px solid #3eabb8;
  line-height: 1.7;
  color: #4a4a4a;
}
.btn-o:active {
  background-color: #3eabb8;
  color: #4a4a4a;
}
.btn:focus {
  outline: none;
  outline-offset: -2px;
}
.btn-primary {
  background-color: #3eabb8;
  letter-spacing: .05em;
  text-align: center;
}
.btn-middle {
  min-width: 192px;
  padding-right: 0;
  padding-left: 0;
}
.btn-large {
  height: 60px;
  padding: 0 2em;
  font-size: 2em;
}
.disabled, .btn.disabled, button[disabled], .btn[disabled] {
  background-color: #d7d8dc !important;
  cursor: no-drop;
}
/* è¡¨å•ï¼ŒEND */

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.asterisk {
  margin-right: 5px;
  font-style: normal;
  color: #ec6b65;
  vertical-align: middle;
}

.loading, .loading:hover {
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  background: url(/statics/front/images/loading.gif) center center no-repeat !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: default;
}

/* é¡µç&nbsp;, START */
.page {
  font-size: 1.125em;
}
.page a,
.page span {
  margin-left: 2px;
  margin-right: 2px;
  padding: .3em 0.7em;
  border: 2px solid #f4f4f4;
  line-height: 2;
  color: #777;
  text-decoration: none;
}
.page .prev,
.page .next {
  padding-left: 1em;
  padding-right: 1em;
}
.page .current {
  background-color: #3eabb8;
  color: #fff;
  border-color: #3eabb8;
  text-decoration: none;
}
.page .dot {
  border: none;
}
.page .disabled {
  display: none;
}
/* é¡µç&nbsp;, END */

/* footer css, START */
.service-summary {
  background: url(/statics/front/images/bg-texture.png) repeat;
}
.service-summary span {
  display: inline-block;
  height: 26px;
  margin-right: 2em;
  margin-bottom: 1em;
  padding-left: 40px;
  padding-right: 40px;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}

.service-summary .service1 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC/SURBVEhL7ZQBC8IgFISjf6d/yp8bVAyCKIi1dW+7PXSplRkx6oNjN9/TQxRXpVhrt7RlOOfWMbEsAQfaAWPMjnaYSxuCSR3VF2qa3yGwhU5cekSaaKsgQbQjHwgI11t2AH4uX9mBjOXENiVbx7Xa0CqxRSZitVy/BDS0StUAFM8I2UuTp/Aue0idVomN3fFUE/iRAAwc5WHCVx8qT/5ZpJScg3WvEpA8xHeRkOg2a/EPeIgGQPObMJfejNdk+xs0Sv3EFoR98AAAAABJRU5ErkJggg==) no-repeat;
}

.service-summary .service2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAATCAYAAACKsM07AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADTSURBVEhL3ZNNCsIwEIUD7sQTiBfQVcEDdJuf2l234gHEe+i9PIl4gm4F+0ZfkdCopG0Q/ODRZibMR9tUWWvvKfMQqET8kSBl6KJtJIKzYgVVVU2cc2suPQYL8jyfYf+xKIopSx6DBGVZzo0xZ631iqUOvQXYkyEXZMdSkF4C9B1Syz4JnuKG64FtD+nz9kWwSDBsz4Ht8avxijZsd4gWtECyRa7Ym7EUpJcA/SWGy8ddsPSWaIEcRww/yfFk6SPRAvmh5Mfi8ivRglh+Jxgzz6lKNdTH57UQGjiKAAAAAElFTkSuQmCC) no-repeat;
}

.service-summary .service3 {
  padding-right: 0;
  border-right: 0 none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKdSURBVEhLvZW7a1RREMZ3o8lm368sK6JgYSFKfEZtfDWCFhaCCmphBAtFEyttJNqIIFiI4J8QUBEE04hN1ELQFCpBSKKuEEVMlGRVTAQL/c3eL5tc9uHdZNcPPs6Zb+bMzD33nHt9DUSrxsYjEomciEaj+XA43C6psaDYbWMsFhtJpVLLJDcG2Ww2TLGXcCtPep6iw4zb5K6IZhbchN/gexZ1SK8KtnANsVNwELPFtHg8ftCKmkbh/aaVAOclCj0goI2xUwkWO96qaCG2B47InoEfbTe5JmTPgo424BxLJpPLJVkDjwg+LrMqbEuJ/yWzCNanYd7mAQKsqyH4G3GSogcKUQL2JvRRLweAuCvkuSezCHuf+Hot4CG8Q9L16BW3jSQnicvpPQQc1Xki2w38HfA+Ma9CodASuQtAXwnHWbvajHF4FL3JcVcGcXugbe9Pxi8apxg/wAHmPYS5Lrx25w2+03OFZwiDzBMF8d9opttMOp2OynbBdPI9tobgW+ZH5JoFYh/OfTIXjGAwuJScn+EWSW5QrLdsJ/NHK/mmM5lMRLYbOK/CCzLrgSYe4gU5L8p2w04Qzo+8xxWSFgx7z+S063ZIkhs4DsNPdHYMc5GjFhGgmaTmnkHRHeR8LbMUODdDO/o5aN/TG9hPGQtXAQ5ReKPCPYG1E6xLySyPRCKxlqAugrvpcidS4X5hn4N3be4RfuLzfBzismsDi/tpxLnEHkD8Xjggs3aw+B0Fr8GvzH8wnpGrBOxMG/5hKyqpdpDglHVMslV2orGn5/5ZZoCeIu4543VJ9QFJz5J0jLHbPtr2rph3wlF4mRA//APL/3znAw7YOpLfgpPwOw30sQPb5TbYPXziTOuLfli/J/GAXTDnTP8fqtw3n+8v9WR9XFLNftEAAAAASUVORK5CYII=) no-repeat;
}

.order-search input[type=text] {
  height: 30px;
  margin-right: -4px;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #3e4a68;
  line-height: 30px;
  font-size: .8em;
}
.order-search input[type=submit] {
  height: 32px;
  padding: 0 5px;
  background-color: #3e4a68;
  border: 1px solid #3e4a68;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.mark-new .triangle-left {
  position: absolute;
  top: 4px;
  left: -6px;
  border-color: transparent #ec6b65 transparent transparent;
}

.footer .main-width {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.footer dl {
  *width: 14.7%;
}

.footer .separator {
  top: 40px;
  left: -5%;
  width: 1px;
  height: 100px;
  background-color: #ccc;
  font-size: 0;
}

.footer .qrcode {
  min-width: 170px;
  width: 15%;
  _width: 170px;
}

.footer .qrcode img {
  width: 115px;
}

.footer dt {
  margin-bottom: 20px;
  font-size: 14px;
  color: #4a4a4a;
}

@media \0screen\,screen\9 {/* only IE8,7,6 */
  .footer dt {
    margin-bottom: 1.25em;
  }
}
.footer dd {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer a {
  color: #777;
}
.footer a:hover {
  text-decoration:underline;
}
.footer .triangle-down {
  display: none;
}

.social-sharing a {
  display: block;
  margin-bottom: 10px;
}

.social-sharing a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/statics/front/images/sharing-icons.png);
  text-align: center;
  vertical-align: top;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
}
.social-sharing .qzone i {
  background-position: -20px 0;
}
.social-sharing .qzone:hover i {
  background-position: -20px -20px;
}
.social-sharing .qq i {
  background-position: 0 0;
}
.social-sharing .qq:hover i {
  background-position: 0 -20px;
}
.social-sharing .weixin i {
  background-position: -82px 0;
}
.social-sharing .weixin:hover i {
  background-position: -82px -20px;
}
.social-sharing .sina-weibo i {
  background-position: 0 0;
}
.social-sharing .sina-weibo:hover i {
  background-position: 0 -20px;
}
.social-sharing .tencent-weibo i {
  width: 21px;
  background-position: -102px 0;
}
.social-sharing .tencent-weibo:hover i {
  width: 20px;
  background-position: -102px -20px;
}
.copyright {
  background-color: #fafafa;
  font-size: 14px;
}
.copyright a {
  color: #4a4a4a;
}
/* footer css, END */

.select-widget {
  display: inline-block;
  position: relative;
  min-width: 100px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}
.select-widget span,
.select-widget em {
  overflow: hidden;
  display: block;
  margin-right: 1.25em;
  padding: 5px;
  font-style: normal;
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-widget select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  color: #777;
  *height: 30px;
}
.select-widget i {
  position: absolute;
  top: 0;
  right: .4em;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-top: 7px solid #b3b3b3;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent;
  *top: 1em;
}
.delete {
  font: 30px/0 Verdana,Geneva,sans-serif;
  cursor: pointer;
}

/* å¼¹å‡ºå±‚, START */
.popup-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  width: 50%;
  padding: 2em;
  background-color: #fff;
  border: 1px solid #777;
  filter: progid: DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);
  word-wrap: break-word;
}
.popup-hd {
  overflow: hidden;
  margin: 0 0 1.25em 1.125em;
  line-height: 1.5;
  font-size: 1.25em;
  text-align: left;
}
.popup-bd {
  overflow: auto;
  height: 100%;
  padding: 1.25em;
}
.popup-ft {
  text-align: center;
}
.popup-ft .btn + .btn {
  margin-left: 20px;
}
.close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: #a6a6a6;
  font: normal 20px/1.35 Bookman Old Style, serif;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* å¼¹å‡ºå±‚, END */

/* æŽ¨èå•†å“æ»šåŠ¨å±•ç¤º, START */
.carousel-box ul {
  width: 10000em;
}

.carousel-box li {
  float: left;
}

.carousel-box .fa {
  position: absolute;
  top: 33%;
  left: 0;
  color: #3eabb8;
  cursor: pointer;
}

.carousel-box .fa.inactive {
  color: #ccc;
  cursor: no-drop;
}

.carousel-box .fa-chevron-right {
  right: 0;
  left: auto;
}
/* æŽ¨èå•†å“æ»šåŠ¨å±•ç¤º, END */

/*è¿™é‡Œæ˜¯ä¿®æ”¹åŽæ·»åŠ&nbsp;çš„æ&nbsp;·å¼*//*è¿™é‡Œæ˜¯ä¿®æ”¹åŽæ·»åŠ&nbsp;çš„æ&nbsp;·å¼*//*è¿™é‡Œæ˜¯ä¿®æ”¹åŽæ·»åŠ&nbsp;çš„æ&nbsp;·å¼*//*è¿™é‡Œæ˜¯ä¿®æ”¹åŽæ·»åŠ&nbsp;çš„æ&nbsp;·å¼*//*è¿™é‡Œæ˜¯ä¿®æ”¹åŽæ·»åŠ&nbsp;çš„æ&nbsp;·å¼*//*è¿™é‡Œæ˜¯ä¿®æ”¹åŽæ·»åŠ&nbsp;çš„æ&nbsp;·å¼*//*è¿™é‡Œæ˜¯ä¿®æ”¹åŽæ·»åŠ&nbsp;çš„æ&nbsp;·å¼*//*è¿™é‡Œæ˜¯ä¿®æ”¹åŽæ·»åŠ&nbsp;çš„æ&nbsp;·å¼*/
.homepage-grid { margin: 0 auto; width: 1440px; max-width: 100%; position: relative;
}
.grid-item { padding: 0 11px; width: 33.33%; display: block; float: left; text-align: center; letter-spacing: 1px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.grid-item-large-PC{width: 66.66%;text-align: center;vertical-align: middle;background: contain;background-position: center;}

.grid-item,
.grid-item:hover { text-decoration: none;
}
.slot-inner { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.slot-title { margin: 40px 0 0; font: 24px/24px , Arial, sans-serif; max-height: 24px; letter-spacing: 3px; text-transform: uppercase; color:#313131;font-style:bold;display: block; overflow: hidden;
}
.slot-subtitle { margin: 10px 0 10px; font: 14px/14px  Arial, sans-serif; height: 20px; max-height: 20px;  color:#6E6E6E; display: block; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;font-style: italic;
}
.slot-image-wrap { width: 100%;overflow: hidden; padding-bottom: 77.77%; background: #FFF; position: relative; overflow: hidden;background-position:center center;text-align: center; vertical-align: middle;background-size: contain;
}
.slot-image { width: 100%;overflow: hidden; position: absolute; right: 0; top: 0; left: 0; opacity: 1; -webkit-transition: opacity 0.4s ease-in-out; -o-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out;
}
.slot-image.not-loaded { height: 100%; opacity: 0;overflow: hidden;
}
.slot-btn { min-width: 150px; font: 12px/34px ProximaNovaSemiBold, Arial, sans-serif;color: #4a4a4a;position: absolute; bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);
}

.slot-btn {  background: #F4F4F4;
}
.slot-btn:hover { background: #3eabb8!important;color: #fff;
}
.email-slot &gt; .slot-inner { background-color: #F1F1F1; border: 1px solid #DDD;
}
.email-slot .slot-title { font-size: 42px; line-height: 42px; max-height: 42px;
}
.email-slot .slot-subtitle { margin: 10px 0 0;
}
.email-slot .mailing-list-form { margin: 15px auto 0; width: 350px;
}
.email-slot .mailing-list-form .help { margin-top: -16px; margin-left: 33px;
}
.email-slot .mailing-list-form input { font-size: 16px;
}
.video-mask &gt; iframe { margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}
.video-open { cursor: pointer;
}
.video-close { width: 32px; height: 32px; cursor: pointer; position: absolute; top: 12px; right: 12px;
}
.video-close:before,
.video-close:after { content: ''; margin: auto; width: 100%; height: 2px; background: #EEE; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}
.video-close:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
}
.video-close:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);
}
.video-close:hover:before,
.video-close:hover:after { background: #FFF;
}

.wrapper{float: left;
	width:100%; margin:0 auto;padding: 0 11px; clear:both;margin-top: 22px;text-decoration: none;overflow: hidden;
}


.homeAdds{
	position:relative;
}
.homeAdds img{max-width: 100%;height: auto;overflow: hidden!important; text-align: center;}
.homeAdds_btn{
	position:absolute; left:10%; top:35%;
}
.homeAdds_btn a{
	display:inline-block; color:#4a4a4a; background: #fff; padding:0 25px; line-height:35px; font-size:18px;text-decoration: none;
}
.homeAdds_btn a:hover{
	background:#3eabb8; color:#fff;text-decoration: none;border: none;
}


@media (min-width: 1260px) { .grid-item-large-PC { width: 66.66%; display: block} .grid-item-large-PC .slot-image-wrap { padding-bottom: 38%; display: block} .email-slot { width: 66.66%; position: absolute; bottom: 0; left: 0; } .email-slot .slot-title { margin-top: 25px; }.grid-item-large{display: none;}.grid-item.pc-hidden{display: none!important;}
}

@media (max-width: 1259px) { .homepage-grid { width: 945px; } .grid-item { width: 50%; }.grid-item-large-PC{display:none;} .email-slot { width: 100%; padding-top: 22px; } .email-slot .mailing-list-form { margin: 20px auto; } .email-slot .mailing-list-form .help { width: 100%; }.grid-item-large{display: block;}.wrapper{display: 
	none;}.grid-item.pc-hidden{display: block;}
}
@media (max-width: 719px) { .homepage-grid { width: 490px; max-width: 100%; } .grid-item-large-PC{display:none;}.grid-item-large{display: block;}.grid-item { padding: 0 20px; width: 100%; } .email-slot { display: none; }.grid-item.pc-hidden{display: block;}.grid-item.mobile-hidden{display: none;}.rulle{display:none!important;}
}

/*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*//*æ·»åŠ&nbsp;çš„æ&nbsp;·å¼END*/



@media screen and (min-width: 1200px) {
  .w1366 {
    width: 1366px;
  }
}

@media screen and (min-width: 1025px) {
  a:hover {
    text-decoration: underline;
  }
  .btn:hover,
  .pay_button:hover,
  .small_pay_button:hover {
    background-color: #4a4a4a;
  }
  .btn.reverse:hover {
    border-color: #3eabb8;
    color: #fff;
    background-color: #3eabb8;
  }
  .btn-o:hover {
    color: #3eabb8;
    background-color: #fff;
  }
  a.btn:hover {
    text-decoration: none;
  }
  .nav li:hover .triangle-down {
    border-color: #4d4d4d transparent transparent !important;
  }
  .close:hover {
    background-color: #6c6c6c;
  }
  .page a:hover {
    background-color: #3eabb8;
    color: #fff;
    border-color: #3eabb8;
    text-decoration: none;
  }
  .app:hover {
    background-position: 0 -43px;
  }
}

@media (min-width: 768px) {
  .copyright p {
    float: left;
  }
}
@media screen and (max-width: 1366px) {
  .w1366 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .main-width {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {/* ipad æ¨ªå±å®½ä¸º 1024 */
  .btn, .pay_button, .small_pay_button {
    height: auto;
  }
  .btn-middle {
    min-width: auto;
  }
  .btn-large {
    font-size: 1.5em;
  }
  .popup-box {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
	.counter {margin-bottom: 20px!important;}/* ipad ç«–å±å®½ä¸º 768 */
  .footer dl {
    margin-bottom: 20px;
  }
  .footer .qrcode {
    width: 100%;
  }
  .footer dt {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
  }
  .footer .triangle-down {
    display: block;
    margin-top: 7px;
  }
  .footer dd {
    display: none;
    margin-left: .9em;
  }
  .footer .qrcode dd {
    display: block;
  }
  .popup-ft .btn {
    min-width: inherit;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 568px) {/* iphone æ¨ªå±å®½ä¸º 568 */
  body {
    font-size: 14px;
  }
  .select-widget select {
    height: 35px;
  }
  .animation .view {
    height: 225px;
  }
  .animation li {
    width: 150px;
    height: 225px;
  }
  .popup-box {
    width: 80%;
  }
  .close {
    font-size: 25px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {/* iphone ç«–å±å®½ä¸º 320 */
  body {
    font-size: 12px;
  }
  .heading {
    margin: 2em auto;
  }
  .title .pull-left, .title .pull-right {
    float: none;
  }
  .select-widget select {
    height: 30px;
  }
  .animation .view {
    height: 150px;
  }
  .animation li {
    width: 137px;
    height: 206px;
  }
  .popup-box {
    width: 85%;
  }
  .close {
    top: 0;
    right: 0;
  }
}

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 100%;position: relative;}
.counter {background-color: #ffffff;  border-radius: 5px;width: 100%;margin: 0px auto 40px;text-align: center;font-size: 1rem;font-weight: 400;}

.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center;float:left;}
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
.step{margin-bottom: 20px;}
.step-1 img,.step-2 img,.step-3 img,.step-4 img,.step-5 img{background-size: 100%;margin: 0 626.5px;}



@media screen and (max-width:768px){.step-1 img,.step-2 img,.step-3 img,.step-4 img,.step-5 img{width: 100%; margin: 0!important }
	.appointment .btn{width: 100%!important;height: 44px!important;}.db{font-size: 12px!important;}
	
}
.addres{font-size: 1.1rem;margin-top: 10px;}
.mb5x{margin-bottom: 3em;}
.phone-box {
    padding: 3em;
    border: 1px solid #ccc;
}
@media screen and (min-width:768px){.scrool-hide{display: none!important;}.datas-box{display: none!important}
}

.input-box{position: relative;
    
    text-align: left;
    }
.datas-box {display: block;
    position: relative;
    margin-top: 4vw;
	height: 40px!important;
    
}
.data-title {
    line-height: 40px;
    position: absolute;
    left: 2%;
    top: 0;
}
.data {
	height: 30px!important;
	border: none;
    font-size: 14px;
    line-height: 30px;
    width: 80%!important;
    margin-left:15%;
	
	margin-top: 4px;
}


.datas-box:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 202%;
    left: -51%;
    top: -50%;
    height: 200%;
    border: 1px solid #ccc;
    -webkit-transform: scale(0.5);
}
.dw {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 40px;
}



@media screen and (min-width:768px){
	.login_pc{display: block!important}
	.login_mobile{display: none!important}
	#pc-block{display: block!important;}
input[type=text],
input[type=password],
textarea {
  padding: 4px 6px;
  border: 1px solid #ccc;
  color: #4a4a4a;
  *font-family: Microsoft Yahei;
}
.input-box input, button, select, textarea {
    
    padding: none!important;
    border: 1px solid #ccc;
    outline: none!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
	
	.mbile-hide{display: none!important;}
}

@media screen and (max-width:768px) and (width:768px){
	.login_pc{display: none!important}
	.login_mobile{display:block!important}
.input-box input {
    
    padding: none!important;
    border: none!important;
    outline: none!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}	
input[type=text],
input[type=password],
textarea {
  margin-top: 6px;
 padding-left: 0.5em;
  border: 1px solid #ccc;
  color: #4a4a4a;
  *font-family: Microsoft Yahei;
}
input[type=text],
input[type=password] {
  *height: 30px;
  *padding-top: 0;
  *padding-bottom: 0;
  *line-height: 2.5;
}
	}
	

</pre></body></html>