@font-face{font-family:"HuaweiSans-Regular";src:url("../font/HuaweiSans-Light.woff2") format("woff2"),url("../font/HuaweiSans-Light.woff") format("woff");font-weight:300;font-style:normal}
@font-face{font-family:"HuaweiSans-Regular";src:url("../font/HuaweiSans-Bold.woff2") format("woff2"),url("../font/HuaweiSans-Bold.woff") format("woff");font-weight:700;font-style:normal}
@font-face{font-family:"HuaweiSans-Regular";src:url("../font/HuaweiSans-Regular.woff2") format("woff2"),url("../font/HuaweiSans-Regular.woff") format("woff");font-weight:400;font-style:normal}
@font-face{font-family:"HuaweiSans-Regular";src:url("../font/HuaweiSans-Medium.woff2") format("woff2"),url("../font/HuaweiSans-Medium.woff") format("woff");font-weight:500;font-style:normal}
@font-face{font-family:"Manrope-Regular";src:url("../font/Manrope-SemiBold.woff2") format("woff2"),url("../font/Manrope-SemiBold.woff") format("woff");font-weight:700;font-style:normal}
@font-face{font-family:"Manrope-Regular";src:url("../font/Manrope-Regular.woff2") format("woff2"),url("../font/Manrope-Regular.woff") format("woff");font-weight:400;font-style:normal}
@font-face{font-family:"Manrope-Regular";src:url("../font/Manrope-Medium.woff2") format("woff2"),url("../font/Manrope-Medium.woff") format("woff");font-weight:500;font-style:normal}


#apollo-page{
    margin-top: 80px;
}
@media only screen and (max-width: 900px) {
	#apollo-page{
    margin-top: 50px;
	}
}

html {
   /* font-size: 48px;*/
   
}
body{
background:#fff;
	color:#242728
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    margin: 0;
    padding: 0;
}
h1.only_h1 {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

/* code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
} */

ul, ol {
    list-style: none;
}

ul, ol, li ,div,a ,nav,section{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mr-0{
	margin-right:0 !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* @font-face {
    font-family: 'PingFangTC-Semibold';
    src: url(./PingFangTC-Semibold.ttf);
} */

body {
    font-family: "HuaweiSans-Regular","Arial","PingFangTC","Microsoft YaHei-Regular","Microsoft YaHei";
}
html[lang="ja"] body,html[lang="ko"] body {
    font-family: "HuaweiSans-Regular","Arial","PingFangTC";
}
html[lang="ko"] body{
  word-break: keep-all;
}


/** cms dialog 定制样式 start **/
#cms-dialog .dialog-modal{
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  font-size: 14px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cms-dialog .modal-content{
  width: 23vw;
  min-width: 300px;
  max-width: 100vw;
  max-height: 80vh;
  overflow-y: auto;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  background-color: white;
}

#cms-dialog .modal-btns{
	display: flex;
    justify-content: flex-end;
}
#cms-dialog .modal-body{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
#cms-dialog .content-warpper{
  flex: 1;
  word-break: break-word;
  word-wrap: break-word;
}
#cms-dialog div.btn {
	display: inline-block;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    min-width: 80px;
    color: #333;
	background-color: #fff;
	box-sizing: border-box;
}
#cms-dialog div.btn.confirmBtn{
	color: #fff;
    background-color: #e63e3c;
    border-color: #e63e3c;
}
#cms-dialog icon{
	font-size: 22px;
    margin-right: 16px;
}
#cms-dialog .modal-body-content{
	margin-top: 20px;
}
#cms-dialog .modal-btns .btn:not(last-child) {
	margin-right: 20px;
}
@media (max-width: 768px) {
  #cms-dialog .modal-content{
    max-width: 80vw;
  }
}
/** cms dialog 定制样式 end **/
.container-fluid {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
}

.h1 {
    font-size: 0.8rem;
    line-height: 1.12rem;
    margin-bottom: 0.2rem;
}

.h2 {
    font-size: 0.72rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
	font-weight:bold;
}

.h3 {
    font-size: 0.56rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
}

.h4 {
    font-size: 0.44rem;
    line-height: 0.52rem;
    margin-bottom: 0.2rem;
}

.h5 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.btn {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.0022rem;
}
.btn_common{
	line-height: 0.82rem;
    text-align: left;
    border: 0.04rem solid #242728;
    border-radius: 0.16rem;
    display: block;
    letter-spacing: 0.0022rem;
    font-size: 0.28rem;
    color: #242728;
    padding-right: 0.48rem;
    background: url(../image/arrow-right-black.png) right center no-repeat;
	background-size: 0.12rem;
    background-origin: content-box;
	font-weight:bold;
	cursor:pointer;
}
.btn_common_white{
	color:#fff;
	background: url(../image/icon-next-white1.png) right center no-repeat;
	background-origin: content-box;
	background-size: 0.12rem;
	border: 0.04rem solid #fff;
}
.btn_common span{
	text-align: center;
	display: block;
}
.btn_common:hover{
	color:#EF696C;
	background: url(../image/arrow-right-red.png) right center no-repeat;
	background-origin: content-box;
	background-size: 0.12rem;
	border: 0.04rem solid #EF696C;
}
@media (max-width: 768px) {
	.btn_common{
		line-height: 0.72rem;
		border: 0.02rem solid #000000;
		border-radius: 0.08rem;
		font-size: 0.24rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.btn_common_white{
		color:#fff;
		background: url(../image/icon-next-white1.png) right center no-repeat;
		background-origin: content-box;
		background-size: 0.12rem;
		border: 0.02rem solid #fff;
	}
	.btn_common_mobile_white{
		border: 0.02rem solid #fff;
		color:#fff;
		background: url(../image/icon-next-white1.png) right center no-repeat;
		background-size: 0.12rem;
		background-origin: content-box;
	}
	.btn_common:hover,.btn_common_mobile_white:hover{
		color:#EF696C;
		background: url(../image/arrow-right-red.png) right center no-repeat;
		background-size: 0.12rem;
		background-origin: content-box;
		border: 0.02rem solid #EF696C;
	}
}
@media (min-width: 1600px) {
	.btn_common{
		background-size: auto;
	}
	.btn_common:hover{
		background-size: auto;
	}
}
   

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.ml-5 {
    margin-left: 1rem;
}
.mr-2 {
    margin-right: 2rem;
}
em.tagNew{
 	font-size:0.2rem;
	color: #e64545;
	position: relative;
}
em.tagBeta{
	font-size:0.2rem;
	color:#e64545;
	/*color:#008B00;*/
	position: relative;
}

@media (min-width: 768px) {
    .col-sm-12,
    .col-sm-10, 
    .col-sm-8, 
    .col-sm-6, 
    .col-sm-4,
    .col-sm-2,
    .col-sm-11,
    .col-sm-9, 
    .col-sm-7, 
    .col-sm-5, 
    .col-sm-3,
    .col-sm-1 {
        float: left;
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.6667%;
    }
    .col-sm-10 {
        width: 83.3333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.6667%;
    }
    .col-sm-7 {
        width: 58.3333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.6667%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.6667%;
    }
    .col-sm-1 {
        width: 8.3333%;
    }
}

@media (max-width: 320px) {
  html {
    font-size: 50px;
  }
}

@media (min-width: 350px) {
  html {
    font-size: 54px;
  }
}

@media (min-width: 420px) {
  html {
    font-size: 65px;
  }
}

@media (min-width: 490px) {
  html {
    font-size: 76px;
  }
}

@media (min-width: 620px) {
  html {
    font-size: 96px;
  }
}

@media (min-width: 720px) {
  html {
    font-size: 112px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 800px) {
  html {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 32px
  }
}


@media (min-width: 1152px) {
  html {
    font-size: 36px
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 40px;
  }
}

@media (min-width: 1360px) {

  html {
    font-size: 42px;
  }
}

@media (min-width: 1366px) {

  html {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 43px;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 45px;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 50px;
  }
}

@media (min-width: 1680px) {
  html {
    font-size: 52px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 3000px) {
  html {
    font-size: 93px;
  }
}