/**/article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;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;}table{border-collapse:collapse;border-spacing:0;}


body{ font-size: 0.26rem;}
ul,li {
	list-style: none;}

.win-msg-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.win-big-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.68rem;
	z-index:1999;
}
.guest-msg-box {
   width: 100%;
    height: 8.6rem;
    background: url(guest_msg_bg.png) no-repeat top left;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.g-win-photo {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.g-content-box {
    position: absolute;
    top: 0rem;
    left: 0;
    width: 100%;
    padding: 0.5rem 0.48rem 0.2rem;
    box-sizing: border-box;
}
.g-win-name {
    text-align: center;
	padding: 0.12rem;
    font-size: 0.34rem;
    color: #222;
}
.g-win-position {
    
    font-size: 0.24rem;
    color: #666;
}
.g-win-brief {
    position: relative;
    width: 100%;
    height: 1.8rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
}
.brief-content {
    overflow-y: auto;
    padding: 0.12rem 0 0.12rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brief-mask {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.3rem;
    background: url(white_mask.png) no-repeat top left;
    background-size: 100% auto;
}
.close-guest-show {
  width: 2.5rem;
  height: 1.1rem;
  background: url(close.png) no-repeat top left;
  background-size: 100% auto;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.star-rating {
  font-family: 'FontAwesome';
  margin: 0 auto;
}
.star-rating > fieldset {
  border: none;
  display: inline-block;
}
.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.star-rating > fieldset:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  color: #16a085;
}
.star-rating > fieldset:not(:checked) > label:before {
  content: '\f006  ';
}
.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
  color: #1abc9c;
  text-shadow: 0 0 3px #1abc9c;
}
.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  content: '\f005  ';
}
.star-rating > fieldset > input:checked ~ label:before {
  content: '\f005  ';
}
.star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
.pj_content{
    width: 100%;
    height: 1.2rem;
    padding: 0.12rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #16a085;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.new_conbz{ clear:both; padding-top: 0.42rem;}

.new_conbz h1 {
    font-size: 0.4rem;
    text-align: center;	
}

.new_conbz h1 span {
    width: 100%;
    float: left;
}

.new_conbz h1 .en {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.34rem;
    text-transform: uppercase;
    color: #c2c2c2;
    margin-bottom: 0.15rem;
}


.nav_tsbz li {
   	width: 33%;
    float: left;
    text-align: center;
    font-size: 0.35rem;
    margin-right: 0.5%;
    margin-bottom: 0.12rem;
    height: 1.16rem;
    line-height: 1.16rem;
    background: #16a085;
    color: #fff;
	border-radius: 0.5rem;
}
.nav_tsbz li:nth-child(3n) {
   	margin-right: 0;
}


.screenInput{ width: 6.55rem;
    padding: 0.15rem;
    border-radius: 0.35rem;
    border: 1px solid #c4c4c4;
}

.headtxt{ margin: 0.3rem;
    text-align: center;
    font-size: 0.45rem;
    font-weight: 700;}

#cus_name,#cus_tel{ padding: 0.075rem; border-radius: 0.12rem; border: 1px solid #16a085;}

#cus_name{ width: 1.8rem;}

/*#yz{ margin-left: 1.2rem;}*/
#nm{ margin-left:0.4rem;}
.win-close{position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -0.62rem;
    font-size: 0.35rem;
    color: #fff;
	border: solid 1px;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
}