* {
    padding: 0px;
    margin:0px;
    list-style: none;
    font-family: "Roboto","Noto Sans",'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 宋体, SimSun, STXihei, '华文细黑',"sans-serif";
}
a {
  text-decoration-line: none;
}
/* select{ */
/* 	color: #fff */
/* } */
a:link { color: black; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover { color: black; text-decoration: none;}
input , select {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
.gap-5 {
    height:5px;
    clear:both;
}
.gap-10 {
    height:10px;
    clear:both;
}
.gap-20 {
    height:20px;
    clear:both;
}
.gap-30 {
    height:30px;
    clear:both;
}
.gap-50 {
    height:50px;
    clear:both;
}
.width-30 {
    width:30%;
}
.width-40 {
    width:40%;
}
.width-50 {
    width:50%;
}
.width-80 {
    width:80%;
}
.text-bold {
    font-weight: bold;
}
.text-size-xsmall {
    font-size:15px;
}
.text-size-small {
    font-size:20px;
}
.text-size-medium {
    font-size:25px;
}
.text-size-large {
    font-size:30px;
}
.text-align-center {
    text-align:center;
}
.text-white {
    color:#ffffff;
}
.text-black {
    color:#333333;
}
.background-rainbow {
    background-image: url(../../res/image/background-image.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.input-box
,.btn-box {
    max-width:400px;
    width:95%;
    margin:0px auto;
}
.input-box .input-box-title {
    margin-bottom:10px;
}
.input-box .input-box-element {
    height:60px;
    border:solid 1px #DDDDDD;
    border-radius: 10px;
}
.input-box .input-box-element input[type=text]
,.input-box .input-box-element input[type=password] , .input-box-element select 
, .input-box-element textarea , .input-box-element input[type=number]{
    width:100%;
    height:100%;   
    box-sizing: border-box;
    border:none;
    padding:20px;
    color: #111111;
    border-radius: 10px;
}
input::placeholder , textarea::placeholder{
	color: #aaaaaa !important;
	font-weight: lighter !important; 
}
.btn-orange {
    background:#FF734D;
    color:#FFFFFF;
}
.btn-grax {
    background:#8B5867;
    color:#FFFFFF;
}
.btn-box .btn-box-element {
    height:60px;
    border-radius: 10px;;
    overflow:hidden;
    position: relative;
}
.btn-box .btn-box-element input {
    width:100%;
    height:100%;   
    box-sizing: border-box;
    border:none;
}
html,body {
    height:100%;
}
header {
    position: fixed;
    width:100%;
    height:100px;
    top:0px;
    background:#FF734D;
}
header .header-logo {
    float:left;
    position: relative;
    top:20px;
    left:20px;
}
header .header-btn-menu {
    float:right;
    position: relative;
    right:20px;
    top:50%;
    transform: translateY(-50%);
}
header .header-logo img {
    width:250px;
}
header .header-btn-menu img {
    width:30px;
}
.sub-header {
	z-index:10;
    z-index:10;
    z-index:10;
    background-color:#F3F3F3;
}
.sub-header .header-title {
    position: absolute;
    width:calc(100% - 120px);
    text-align: center;
    line-height: 75px;
    left:60px;
    top:50%;
    transform: translateY(-50%);
}
.sub-header .header-btn-back {
    float:left;
    position: relative;
    top:24px;
    left:20px;
    top:50%;
    transform: translateY(-50%);
}
.sub-header .header-btn-back img {
    width:15px;
}
    
#mobile-menu {
    display:none;
    position: fixed;
    right:0px;
    top:0px;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 11;
}
#mobile-menu .mobile-menu-inner {
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:75%;
    overflow-x:hidden;
    overflow-y:auto;
    background:#ffffff;
    
}
#mobile-menu .mobile-menu-inner > ul > li > a{
	display: block;
}
#all-conation-sub {
    height:100%;
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    background:#F3F3F3;
    box-sizing: border-box;
    padding-top:75px;
}
#all-conation {
    height:100%;
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    background:#FF734D;
    box-sizing: border-box;
    padding-top:75px;
}
#main-title-01 {
    margin-top:60px;
    padding-top:60px;
    padding-left:20px;
    padding-right: 20px;
}
#main-title-01-menu {
    margin-top:-7px;
}
#main-title-01-menu ul li {
    background:#ffffff;
    margin:0px auto;
    margin-bottom:20px;
    padding:20px;
    box-sizing: border-box;
    width:90%;
    border-radius: 50px;;
    position: relative;   
}
/*ksh*/
#main-title-01-menu ul li:after{
    content: "";
    display: block;
    position: absolute;
    background-image: url(../image/arrow_orange_icon.png);
    top: 60%;
    transform: translateY(-50%);
    width: 17px;
    height: 29px;
    right: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
}
.left-float {
    float: left;
}
.padding-mid {  
    padding: 15px 0px 0px 15px;    
}
.padding-mid-large {  
    padding: 20px 0px 20px 40px;    
}
.text-light-gray{
    color: #535554;
}
.padding-all{
    color: gray;
    padding: 10px 15px 10px 15px;
}
.padding-up-down{    
    padding: 20px 0px 20px 0px;
}
.padding-left{
    padding: 0px 0px 0px 15px;
}
.padding-left-small{    
    padding-left: 25px;
}
.padding-left-medium{    
    padding-left: 35px;
}
.padding-left-large{    
    padding-left: 55px;
}
.division{
    background-color: #ECEBEA;
}
.image-card{
    background-color: #FFF;
    height: 100px;
    padding: 25px;
    border-radius: 10px;
}
.image-card-text{
    width: calc(100% - 80px);
    box-sizing: border-box;
}
.padding-medium{
    padding: 15px 0px 0px 30px;
}
.padding-up-medium{
    padding: 15px 0px 0px 0px;
}
.orange-text{
    color: #EC6E4D; 
}
.img-size-xsmall{
    width: 15px;    
}
.img-size-ssmall{
    width: 25px;    
}
.img-size-small{
    width: 60px;
}
.img-size-medium{
    width: 80px;
}
.img-size-large{
    width: 120px;
}
.img-size-xxlarge{
    width: 210px;
}
.white-text-box-large{
    height: 250px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ECEBEA;
    overflow: scroll;
    padding: 30px;
    color: #535554;
}
.white-text-box-mid-scroll{
    height: 200px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ECEBEA;
    overflow: scroll;
    padding: 30px;
    color: #535554;
}
.white-text-box-mid-char{
    height: 200px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ECEBEA;
    position: relative;
}
.white-text-box-small{
    height: 100px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ECEBEA;
    position: relative;
}
.white-text-box-xsmall{
    height: 65px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ECEBEA;
    position: relative;
}
.white-text-box-small:after{
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 29px;
    background-image: url(../image/arrow_orange_icon.png);
    background-size: 17px;
    background-repeat: no-repeat;
    top: 35px;
    right: 20px;
}
.white-text-box-mid-char:after{
    content: "";
    display: block;
    position: absolute;
    left: 70%;
    top: -15%;
    transform: translateY(-50%);
    width: 60px;
    height: 75px;
    background-image: url(../image/ok_char_02.png);
    background-size: 60px;
}
.check-box{
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ECEBEA;
    height: 60px;
}
.check-box-icon{
    width: 30px;
    padding: 15px;
}
.text-orange {
    color: #FF734D;
}
/*.btn-box-element:after{
    content: "";
    display: block;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 26px;
    background-image: url(../image/right-arrow-gray-icon.png);
}*/
.clipboard-box{
    position: relative;
}
.clipboard-box:after{
    content: "";
    display: block;
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 22px;t
    background-image: url(../image/clipboard-icon.png);
}
.btn-gray{
    background: #D1D1D1;
    color:#FFFFFF;
}
.text-gray{
    color: #ABAAAA;
}
.right-img{
    position: absolute;
    right: 5px;
    z-index: 10;
}
.white-link-box {
    background-color: #FFF;
    padding: 7px 15px 7px 15px;
    border-radius: 25px;
    border: solid 1px #ABAAAA;
    text-decoration:none;
}
.white-text-box-mid-div-char {
    width: calc(100%/4);
    padding: 30px 0px 30px 0px;
}
.text-size-xlarge{
    font-size: 50px;
}
.margin-bottom-mid{
    margin-bottom: 10px;
}
.white-text-box-mid-char > div:nth-child(2) span{
    position: relative;
    display: block;
}
.white-text-box-mid-char > div:nth-child(2) span:before,
.white-text-box-mid-char > div:nth-child(2) span:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    background: #ABAAAA;
    transform: translateY(-50%);
    height: 42px;
}
.white-text-box-mid-char > div:nth-child(2) span:before{
    left: -1px;
}
.white-text-box-mid-char > div:nth-child(2) span:after{
    right: -1px;
}
/* 2022-07-05 Add reject (Michael) */
.white-text-box-mid-char > div:nth-child(3) span{
    position: relative;
    display: block;
}
.white-text-box-mid-char > div:nth-child(3) span:before,
.white-text-box-mid-char > div:nth-child(3) span:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 2px;
    background: #ABAAAA;
    transform: translateY(-50%);
    height: 42px;
}
.white-text-box-mid-char > div:nth-child(3) span:before{
    left: -1px;
}
.white-text-box-mid-char > div:nth-child(3) span:after{
    right: -1px;
}
/* 2022-07-05 Add reject (Michael) */
.disaper{
    position: absolute;
    top: -9999px;
}
.position-mid{
    text-align: center;
}
.position-mid-2{
    text-align: center;
}
.mobile-menu-header{
    background: #EC6E4D;    
    height: 250px;    
}
.mobile-menu-back {
	background-image: url(../../res/image/rainbow01.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;    
    width: 100%;    
}
.mobile-menu-title {
	width: 310px;
}
.mobile-menu-box {
    border-bottom: 1px solid #ABAAAA;
    position: relative;
}
.mobile-menu-box > a:after {
	background-image: url(../../res/image/gray_right_arrow.png);
	content: "";
    display: block;
    position: absolute;
    top: 38%;
    right: 25px;
    width: 11px;
    height: 20px;
}
.text-inline {
	display: inline-block;
}
.ul-li-border-bottom > li {
    border-bottom: 1px solid #ABAAAA;
}
.text-size-medium-2 {
    font-size:24px;
}
.search-icon {
    background-image: url(../image/search-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: translateY(-50%);
}
.padding-right-small {
	padding-right: 20px;
}
.input-box-clear-fix:after {
	clear: both;
	display: block;
	content: "";
}
.padding-right-left-medium {
	padding-right: 15px;
    padding-left: 15px;
}
.padding-bottom-medium {
	padding-bottom: 15px;
}
.tab-box > .on {
	color: #EC6E4D;
}
.tab-box > .on:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #EC6E4D;
    width: 100%;
    height: 5px;
    top: 43px;
    right: 3%;
}
.tab-box > div {
	width: calc(100%/4);
    position: relative;
}
.tab-box-ver2 > div:nth-child(1) {
    width: calc(100% - 50%);
    position: relative;
}
.tab-box-ver2 > div:nth-child(2) {
    width: calc(100% - 80%);
    position: relative;
}
.tab-box-ver2 > div:nth-child(3) {
    width: calc(100% - 70%);
    position: relative;
}
.tab-box-ver2 > .on {
    color: #EC6E4D;
}
.tab-box-ver2 > .on:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #EC6E4D;
    width: 100%;
    height: 5px;
    top: 43px;
    right: 3%;
}
.tab-box-ver3 > div {
    width: calc(100%/2);
    position: relative;
}
.tab-box-ver3 > .on {
    color: #EC6E4D;
}
.tab-box-ver3 > .on:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #EC6E4D;
    width: 100%;
    height: 5px;
    top: 43px;
    right: 3%;
}
.text-overflow-ell{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.padding-top-small{
    padding-top: 25px;
}
.height-medium{
	height: 150px !important;
}
.height-small{
    height: 70px !important;
}
.btn-white {
	background-color: #ffffff;
}
.download-box {
	position: relative;
}
.download-box:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../image/download-icon-orange.png);
    width: 35px;
    height: 33px;
    top: 12px;
    right: 15px;
    background-size: 35px;
    background-repeat: no-repeat;
}
.position-relative {
	position: relative;
}
.break-all {
	word-break: break-all;
}
.alert-layer {
	display:none;
	width:100%;
	height:100%;
	position: fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.7);
	z-index:5000;
	z-index:50000;
	z-index:500000;
}
.alert-layer .alert-box {
	position:absolute;
	left:15%;
	width:70%;
	height:auto;
	background:#fff;
	border-radius: 10px;
	overflow:hidden;
	padding:20px;
	box-sizing: border-box;
	top:calc(50% - 100px);
	
}
.alert-layer .alert-box .alert-msg {
	margin-top:30px;
	font-size:22px;
}
.alert-layer .alert-box .alert-btns {
    margin-top:30px;
    font-size:22px;
}


.alert-layer .alert-box .alert-btns .alert-btn01 {
	font-size:22px;
    width:100%;
    line-height:40px;
    border-radius: 10px;
    overflow:hidden;
    text-align:center;
    background:#EC6E4D;
    color:#FFFFFF;    
    cursor: pointer;
}


.confirm-layer {
	display:none;
    width:100%;
    height:100%;
    position: fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.7);
    z-index:5000;
    z-index:50000;
    z-index:500000;
}
.confirm-layer .confirm-box {
    position:absolute;
    left:15%;
    width:70%;
    height:auto;
    background:#fff;
    border-radius: 10px;
    overflow:hidden;
    padding:20px;
    box-sizing: border-box;
    top:calc(50% - 100px);
    
}
.confirm-layer .confirm-box .confirm-msg {
    margin-top:30px;
    font-size:22px;
}
.confirm-layer .confirm-box .confirm-btns {
    margin-top:30px;
    font-size:22px;
}
.confirm-layer .confirm-box .confirm-btns:after {
	content: "";
	clear: both;
	display: block;
	
}

.confirm-layer .confirm-box .confirm-btns .confirm-btn01 {
    font-size:22px;
    width:calc(50% - 10px);
    float:left;
    line-height:40px;
    border-radius: 10px;
    overflow:hidden;
    text-align:center;
    background:#EC6E4D;
    color:#FFFFFF;    
    cursor: pointer;
    margin-right:10px;
}
.confirm-layer .confirm-box .confirm-btns .confirm-btn02 {
    font-size:22px;
    margin-left:10px;
    width:calc(50% - 10px);
    float:left;
    line-height:40px;
    border-radius: 10px;
    overflow:hidden;
    text-align:center;
    background:#EC6E4D;
    color:#FFFFFF;    
    cursor: pointer;
}


.inline-block{
    display: inline-block;
     
}
.cursor-pointer{
	cursor: pointer;
}
.ime-mode-active{
	-webkit-ime-mode:active;
    -moz-ime-mode:active;
    -ms-ime-mode:active;
    ime-mode:active;
}
.ime-mode-inactive{
    -webkit-ime-mode:inactive;
    -moz-ime-mode:inactive;
    -ms-ime-mode:inactive;
    ime-mode:inactive;
}
.ime-mode-disabled{
	-webkit-ime-mode:disabled;
    -moz-ime-mode:disabled;
    -ms-ime-mode:disabled;
    ime-mode:disabled;
}
.error-boder {
    border: 1px solid #FF734D !important;
}
.password_box{
	position: relative;
}
.password_box .on{
    color: #e7e4e4;
}
.password_box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    font-size: 25px;
    color: #828080;
}
.display_block {
	display: block;
}

.prompt-layer {
    display:none;
    width:100%;
    height:100%;
    position: fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.7);
    z-index:5000;
    z-index:50000;
    z-index:500000;
}
.prompt-layer .prompt-box {
    position:absolute;
    left:15%;
    width:70%;
    height:auto;
    background:#fff;
    border-radius: 10px;
    overflow:hidden;
    padding:20px;
    box-sizing: border-box;
    top:calc(50% - 100px);
    
}
.prompt-layer .prompt-box .prompt-msg {
    margin-top:30px;
    font-size:22px;
}
.prompt-layer .prompt-box .prompt-btns {
    margin-top:30px;
    font-size:22px;
}
.prompt-layer .prompt-box .prompt-btns:after {
    content: "";
    clear: both;
    display: block;
    
}

.prompt-layer .prompt-box .prompt-btns .prompt-btn01 {
    font-size:22px;
    width:calc(50% - 10px);
    float:left;
    line-height:40px;
    border-radius: 10px;
    overflow:hidden;
    text-align:center;
    background:#EC6E4D;
    color:#FFFFFF;    
    cursor: pointer;
    margin-right:10px;
}
.prompt-layer .prompt-box .prompt-btns .prompt-btn02 {
    font-size:22px;
    margin-left:10px;
    width:calc(50% - 10px);
    float:left;
    line-height:40px;
    border-radius: 10px;
    overflow:hidden;
    text-align:center;
    background:#EC6E4D;
    color:#FFFFFF;    
    cursor: pointer;
}
.prompt-layer .prompt-box .prompt-text-box {
	height: 35px;
    padding-top: 20px;
}
.prompt-layer .prompt-box .prompt-text-box .prompt-text{
	width: 100%;
    height: 100%;
    border-radius: 17px;
    font-size: 25px;
} 
.search-layer {
    display:none;
    width:100%;
    height:100%;
    position: fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.7);
    z-index:5000;
    z-index:50000;
    z-index:500000;
}
.search-layer .search-box {
    position:absolute;
    left:15%;
    width:70%;
    height:auto;
    background:#fff;
    border-radius: 10px;
    overflow:hidden;
    padding:20px;
    box-sizing: border-box;
    top:calc(50% - 100px);
    
}
.search-layer .search-box .search-input-box {
    margin-top:30px;
    font-size:22px;
    height: 65px;
}
.search-layer .search-box .search-input-box select,input[type=text] {
	height: 100%;
    width: 100%;
    border-radius: 20px;
    font-size: 18px;
}
.search-layer .search-box .search-input-box select{
	padding: 15px;
}
.search-layer .search-box .search-btns {
    margin-top:30px;
    font-size:22px;
}

.search-layer .search-box .search-btns .search-btn01 {
    font-size:22px;
    width:100%;
    line-height:40px;
    border-radius: 10px;
    overflow:hidden;
    text-align:center;
    background:#EC6E4D;
    color:#FFFFFF;    
    cursor: pointer;
}
.search-layer .search-box .search{
	
}
.text-align-left{
    text-align: left;
}
/*ksh*/
