@charset "utf-8";

@font-face {
  font-family: SukhumvitSet-Medium;
  src: url("/font/SukhumvitSet-Medium.ttf");
}

@font-face {
  font-family: SukhumvitSet-Bold;
  src: url("/font/SukhumvitSet-Bold.ttf");
}

@font-face {
  font-family: SukhumvitSet-Light;
  src: url("/font/SukhumvitSet-Light.ttf");
}

@font-face {
  font-family: SukhumvitSet-SemiBold;
  src: url("/font/SukhumvitSet-SemiBold.ttf");
}

@font-face {
  font-family: sukhumvitset-thin-webfont;
  src: url("/font/sukhumvitset-thin-webfont.ttf");
}

.container-opacity {
  background-color: rgb(56, 53, 52, 0.4);
  width: 90%;
  border-radius: 10px;
  border: 1px solid white;
  color: white;
}

/* CSS Document */

/*
html, body {

    width: 100%;

    height: 100%;

}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary

{

    display: block;

}

html, body

{

    margin: 0;

    padding: 0;

}

a:focus

{

    outline: thin dotted;

}

a:active, a:hover

{

    outline: 0;

}

b, strong

{

    font-weight: normal;

}

img

{

    border: 0;

}

svg:not(:root)

{

    overflow: hidden;

}

button, input, select, textarea

{

    font-family: inherit;

    font-size: 100%;

    margin: 0;

}

button, input:not([type="checkbox"])

{

    line-height: normal;

}

button, select

{

    text-transform: none;

}

button, html input[type="button"], input[type="reset"], input[type="submit"]

{

    -webkit-appearance: button;

    cursor: pointer;

    border: none;

}

button[disabled], html input[disabled]

{

    cursor: default;

}

input[type="checkbox"], input[type="radio"]

{

    box-sizing: border-box;

    padding: 0;

	margin-right:0.05rem;

}

input[type="search"]

{

    -webkit-appearance: textfield;

    box-sizing: content-box;

}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration

{

    -webkit-appearance: none;

}

button::-moz-focus-inner, input::-moz-focus-inner

{

    border: 0;

    padding: 0;

}

textarea

{

    overflow: auto;

    vertical-align: top;

}

p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6

{

    margin: 0;

    padding: 0;

}

h1, h2, h3, h4, h5, h6

{

    font-weight: normal;

}

ul

{

    list-style: none;

    font-size: 0;

}

i, em

{

    font-style: normal;

}

html, body

{

    font-size: 62.5%;

}

span{

	display:inline-block;}

body

{

    -webkit-tap-highlight-color: rgba(0,0,0,0);

    -webkit-text-size-adjust: none;

    -webkit-backface-visibility: hidden;

    -webkit-font-smoothing: antialiased;

    font: 12px/1.5 Hiragino Sans GB W3,"PingFang SC Medium", "PingFang SC Bold",Microsoft yahei, Arial, Helvetica, sans-serif, "\5fae\8f6f\96c5\9ed1";

    background-color: #fff;

    position:relative;

}

a

{

    text-decoration: none;

}

input

{

    outline: none;

    border: none;

    background: transparent;

}

[type="number"]::-webkit-textfield-decoration-container

{

    background-color: transparent;

}

[type="number"]::-webkit-inner-spin-button

{

    -webkit-appearance: none;

}

[type="number"]::-webkit-outer-spin-button

{

    -webkit-appearance: none;

}



.top_logo

{

    width: 100%;

    background-color: #ffffff;

}









.wrapper {

    width: 100%;

    max-width: 750px;

    height: 100%;

    margin: 0 auto;



}



.business_tit {

    height: 0.86rem;

    line-height: 0.86rem;

    position: relative;

    background:#000000 center;

        background-size: auto;

    background-size: 100%;

    border-bottom: 1px solid #e3e3e3;

}

.business_goback {

    width: 0.42rem;

    height: 0.86rem;

    position: absolute;

    left: 0.25rem;

    top: 0;

    background: url(images/business_back.png) no-repeat center;

        background-size: auto;

    background-size: 0.22rem 0.4rem;

}

.business_tit .business_txt {

    color: #ffffff;

    font-size: 0.36rem;

    font-weight: bold;

}

.tc {

    text-align: center;

}

.fl{

	float:left;}

	

.fr{

    float:right;}
    
    */
