.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  display: inline-block;
  padding: 15px 10px;
  font-size: 18px;
  color: #f98305;
  background-color: #fffff0;
  cursor: pointer;
 /* box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.6);*/
  border-top: 2px solid #f98305;
  border-right: 2px solid #f98305;
  border-left: 2px solid #f98305;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  width: 50%;
  text-align:center;
}

.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #f98305;
}

.tab-content label:hover{
  color: #FFF;
  background-color: #fdb05d;
}

.tab-content .tab-box {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  border: 2px solid #f98305;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}

.tab-box hr:last-of-type{
	display:none;
}

#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 56px;
	height: 59px;
}
.ns_box2 {
    width: 100%;
    padding-top: 25px;
	height: auto;
 /*   background: #fef8eb;*/
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-direction: row;
    display: -ms-flexbox;
    box-direction: normal;
    box-decoration: normal;
    box-pack: justify;
    flex-pack: distribute;
}

.ns_box2 .girls_image {
    /* flex: 1 1 auto; */
    flex-basis: 90px;
}

.ns_box2 .girls_image img{
    width: 90px;
    height: 135px;
}

.new3-img{
	width:100%;
	padding:0;
}

.new3-img img {
    width: 90px;
    height: auto;
}

.new3-img .p_pict {
    width: 90px;
    height: auto;
    margin: 0px 2px 15px;
    text-align: center;
}

.new_pict{
	width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

.new_header{ text-align:center; margin: -10px 0 0; }
.new_header .left,
.new_header .center,
.new_header .right{ display:inline-block; }
.new_header .non-active{ background-color: #f98305; border-radius: 4px; color: #fff; line-height: 26px; -webkit-transition: none; transition: none; font-size: 18px; padding:2px 18px; text-decoration:none; }
.new_header .button { background-color: #9c9c9c; border-radius: 4px; color: #fff !important; line-height: 52px; -webkit-transition: none; transition: none; text-shadow: 0 1px 1px rgba(0, 0, 0, .3); font-size: 18px; padding:2px 18px; text-decoration:none !important; }
.new_header .button:hover { background-color: #fdb05d; }
.new_header .button:active { top: 3px; box-shadow: none; }
.sub{ margin:0 auto 10px; text-align:center; font-size:16px; color:#f98305; }
