* {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

a {
  outline: none;
  -moz-outline-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  color:#666;
	text-decoration: none;
}

html {
    height: 100%;
        font-family: 'PingFangSC-Medium', 'sans-serif';
      }
body {
    position: relative;
    height: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.page {
	font-size:14px;
	color:#666;
}
.page  span {
	color:#5b82ff
}

body.bg-dark {
  background-color: #f4f4f4;
  margin: 0 auto;
  font-size: 12px;
  position: relative;
}

.fix-tab {
    width: 100%;
    height: 80px;
    background: url(../img/tab-bg.png) left center no-repeat;
    background-size: 100% 100%;
    line-height: 80px;
    padding-left: 40px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.fix-tab .title-img {
    display: inline-block;
    pointer-events: none;
    vertical-align: middle;
}

.fix-tab .right-control .search-box {
    padding-top: 20px;
    position: relative;
		padding-right:50px;
}
.fix-tab .right-control .search-box .search-ul{
	max-height: 340px;
    margin-top: 10px;
    width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px 
		rgba(5, 5, 5, 0.15);
	border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
.fix-tab .right-control .search-box .search-ul ul{
    list-style: none;
}
.fix-tab .right-control .search-box .search-ul ul li{
    font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.fix-tab .right-control .search-box .search-ul ul li span{
    color: #5b82ff;
}
.fix-tab .right-control .search-box .search-ul ul li:hover{
	background-color: #f1f1f1;
}
.fix-tab .right-control .search-box .search-ul ul li:hover::after {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url(../img/yes.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5.5px;
}
.fix-tab .right-control .search-box .input {
    width: 400px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    font-size: 0;
    padding: 3px;
    box-sizing: border-box;
}

.fix-tab .right-control .search-box .input input {
    width: 300px;
    height: 100%;
    border: none;
    outline: none;
    line-height: 38px;
    float: left;
    height: 38px;
    box-sizing: border-box;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 0;
    	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.fix-tab .right-control .search-box .input input:-moz-placeholder{
	color: #b2b2b2;
}
.fix-tab .right-control .search-box .input input:-ms-input-placeholder{
    color: #b2b2b2;
}
.fix-tab .right-control .search-box .input input::-webkit-input-placeholder{
	color: #b2b2b2;
}
.fix-tab .right-control .search-box .input i.close{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/close.png) center center no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 0;
    right: 80px;
    z-index: 1;
    cursor: pointer;
}
.fix-tab .right-control .search-box .input i.search {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/search.png) center center no-repeat;
    background-size: 18px 19px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.fix-tab .right-control .search-box .input .btn {
    width: 80px;
    height: 38px;
    float: right;
    background-image: linear-gradient(270deg,
            #5970fc 0%,
            #52aafc 100%),
        linear-gradient(#5b82ff,
            #5b82ff);
    font-size: 18px;
    font-weight: normal;
    line-height: 38px;
    color: #ffffff;
    border-radius: 19px;
    display: block;
    text-align: center;
}

.fix-tab .right-control .tab-zq {
    width: 270px;
    height: 80px;
    background: url(../img/tab-right.png) center center no-repeat;
    background-size: 100% 100%;
    padding-right: 18px;
    padding-top: 10px;
    box-sizing: border-box;
}

.fix-tab .right-control .tab-zq p {
    font-size: 22px;
    font-weight: normal;
    line-height: 39px;
    text-align: right;
    color: #5b82ff;
}

.fix-tab .right-control .tab-zq a {
    float: right;
    display: block;
    width: 64px;
    height: 22px;
    border-radius: 11px;
    border: solid 1px rgba(91, 130, 255, 0.3);
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #5b82ff;
}


.fix-tab .right-control .tab-zq {
    width: 270px;
    height: 80px;
    background: url(../img/tab-right.png) center center no-repeat;
    background-size: 100% 100%;
    padding-right: 18px;
    padding-top: 10px;
    box-sizing: border-box;
}

.fix-tab .right-control .tab-zq p {
    font-size: 22px;
    font-weight: normal;
    line-height: 39px;
    text-align: right;
    color: #5b82ff;
}

.fix-tab .right-control .tab-zq a {
    float: right;
    display: block;
    width: 64px;
    height: 22px;
    border-radius: 11px;
    border: solid 1px rgba(91, 130, 255, 0.3);
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #5b82ff;
}

.page-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 80px;
    box-sizing: border-box;
}

.page-box .left-tab {
    width: 212px;
    background-color: #f7f6f4;
    height: 100%;
    float: left;
    padding-top: 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: initial !important;
}

.page-box .left-tab ul {
    list-style: none;
    width: 180px;
    margin: 0 auto;
}

.page-box .tab-bot>ul {
    list-style: none;
}

.page-box .tab-bot>ul>li {
    cursor: pointer;
}

.page-box .tab-bot>ul>li:hover {
    background-color: #ffffff;
    border-radius: 6px;
}

.page-box .tab-bot>ul>li {
    line-height: 40px;
    text-align: center;
		font-size:16px;
}
.page-box .tab-bot>ul>li.on{
    color: #5b82ff;
}

.page-box .left-tab>ul>li>div.text {
		position: relative;
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
}
.page-box .left-tab>ul>li.on>div.text{
    background-image: linear-gradient(270deg, 
    #5970fc 0%, 
    #52aafc 100%), 
linear-gradient(
    #5b82ff, 
    #5b82ff);
    border-radius: 6px;
}
.page-box .left-tab>ul>li.on>div.text p{
    color: #ffffff;
}
.page-box .left-tab>ul>li.on>div.text i{
    background: url(../img/i1-on.png) center center no-repeat;
    background-size: 16px 16px;
}
.page-box .left-tab>ul>li>div.text:hover {
    background-color: #ffffff;
    border-radius: 6px;
}

.page-box .left-tab>ul>li>div>i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/i1.png) center center no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;
}
.page-box .left-tab>ul>li>div>i.i1{
    background: url(../img/i1.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div.on>i.i1{
    background: url(../img/i1-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div>i.i2{
    background: url(../img/i2.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div.on>i.i2{
    background: url(../img/i2-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div>i.i3{
    background: url(../img/i3.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div.on>i.i3{
    background: url(../img/i3-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div>i.i4{
    background: url(../img/i4.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div.on>i.i4{
    background: url(../img/i4-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div>i.i5{
    background: url(../img/i5.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div.on>i.i5{
    background: url(../img/i5-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div>i.i6{
    background: url(../img/i6.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div.on>i.i6{
    background: url(../img/i6-on.png) center center no-repeat;
    background-size: 20px 20px;
}
.page-box .left-tab>ul>li>div>p {
    font-size: 18px;
    display: inline;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    vertical-align: middle;
}

.page-box .mid-tab {
    float: left;
    width: 240px;
    height: 100%;
    background-color: #ffffff;
    padding-top: 21px;
    box-sizing: border-box;
    position: relative;
		overflow-y: auto;
}

.page-box .mid-tab ul {
    list-style: none;
}

.page-box .mid-tab ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    position: relative;
}

.page-box .mid-tab ul li.on {
    background-color: #e9eeff;
    color: #5b82ff;
}

.page-box .mid-tab ul li:hover {
    background-color: #f1f1f1;
}

.page-box .mid-tab ul li:hover::after {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url(../img/yes.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5.5px;
}

.page-box .mid-tab ul li p {
    overflow: hidden;
    /* 隐藏超出容器大小的内容 */
    text-overflow: ellipsis;
    /* 显示多出点点 */
    white-space: nowrap;
    /* 强制文本在同一行显示 */
    padding-right: 20px;
    box-sizing: border-box;
}
.page-box .mid-tab .no {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -72px;
    margin-top: -50px;
}
.page-box .mid-tab .no img{
    display: block;
    margin: 0 auto;
}
.page-box .mid-tab .no p{
    font-size: 12px;
    width: 100%;
	font-weight: normal;
	line-height: 40px;
    white-space: nowrap;
    text-align: center;
	color: #999999;
}
.page-box .right-content{
		flex:1;
		padding:25px;
    box-sizing: border-box;
    height: 100%;
		border:none;
}

.page-box .right-content  {
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100%;
    position: relative;
}

.page-box .right-content .content-scroll {
    padding: 0 20px 20px;
    position: relative;
}
.page-box .right-content .back{
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 109px;
	height: 40px;
	background-color: #5b82ff;
	border-radius: 20px 0px 0px 20px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.page-box .right-content .back img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;

}
.page-box .right-content .back p{
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.page-box .right-content  .search-tips{
    	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
    margin-bottom: -20px;padding: 0 20px;
    box-sizing: border-box;
}
.page-box .right-content .search-tips span{
    color: #5b82ff;
    margin: 0 10px;
}
.page-box .right-content .content-scroll>div .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
    color: #333333;
}
.page-box .right-content .content-scroll>div .page{
    font-size: 16px;
	font-weight: normal;
	line-height:60px;
	color: #999999;
}
.page-box .right-content .content-scroll>div .page span{
    color: #333333;
}
.page-box .right-content .content-scroll>div .table {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 6px;
}
.page-box .right-content .content-scroll>div .table .m-title{
    font-size: 20px;
	font-weight: bold;
    text-align: center;
	line-height: 40px;
    margin-bottom: 10px;
    margin-top: -10px;
	color: #333333;
}
.page-box .right-content .content-scroll>div .table table {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.page-box .right-content .content-scroll>div .table table tr th,
.page-box .right-content .content-scroll>div .table table tr td {
    border: 1px solid #b6c7ff;
}

.page-box .right-content .content-scroll>div .table table tr th {
    background-color: #e9eeff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 0;
    box-sizing: border-box;
    line-height: 20px;
    color: #5b82ff;
}

.page-box .right-content .content-scroll>div .table table tr td {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 14px 20px;
    box-sizing: border-box;
    color: #333333;
}

.page-box .right-content .content-scroll>div .table .text>p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}
.page-box .right-content .content-scroll>div .table .text>p.p1{
    font-size: 16px;
	/* font-weight: bold; */
	line-height: 40px;
	color: #222222;
}
.page-box .right-content .content-scroll>div .table .text>p.p2{
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    /* margin-bottom: -10px; */
    margin-top: 10px;
    color: #333333;
}
.page-box .right-content .content-scroll>div .table .text>p.p3{
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: -18px;
    color: #333333;
}
.page-box .right-content .content-scroll>div .table .text>.line{
    width: 100%;
    height: 1px;
    background-color:#eeeeee;
    margin: 4px 0 0;
}
.page-box .right-content .content-scroll>div .table .text>p .red{
    color: #ed5656
}
.page-box .right-content .content-scroll>div .table .text>p .blue{
	color: #5b82ff;
}
.page-box .right-content .content-scroll>div .table .more {
    display: block;
    width: 94px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #dddddd;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 14px;
    cursor: pointer;
}

.page-box .right-content .content-scroll>div .table .more p {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;

    vertical-align: middle;
    color: #333333;
}

.page-box .right-content .content-scroll>div .table .more img {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 4px;
}
.page-box .right-content .null {
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 50%;
    margin-top: -100px;
}
.page-box .right-content  .null img{
    display: block;
    margin: 0 auto;
}
.page-box .right-content .null p{
    font-size: 20px;
	font-weight: normal;
	line-height: 60px;
    text-align: center;
	color: #333333;
}




.index-box>div .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  color: #333333;
}


.index-box>div .mid-title{
  text-align: center;
  font-size: 0.75rem;
	font-weight: bold;
	line-height: 2rem;
	color: #333333;
}
.index-box>div .content {
  background-color: #ffffff;
  border-radius: 10px;
  padding:20px;
  box-sizing: border-box;
	color:#666;
	font-size:14px;
	line-height: 25px;

}
.index-box>div .content >div{
  /* font-size: .6rem !important; */
}
.index-box>div .content .m-title {
	
  /* display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.275rem; */
	display: none;
}

.index-box>div .content .m-title>div {
  /* font-size: 0.6rem; */
  font-weight: normal;
  color: #999999;
  margin: 0 0.75rem;
  position: relative;
}

.index-box>div .content .m-title>div.on {
  color: #333333;
}

.index-box>div .content .m-title>div.on::after {
  content: '';
  display: block;
  width: 0.95rem;
  height: 0.175rem;
  background-image: linear-gradient(270deg,
      #5970fc 0%,
      #52aafc 100%),
    linear-gradient(#5b82ff,
      #5b82ff);
  border-radius: 0.088rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.45rem;
}

.index-box>div .content .table {
  width: 100%;
}

.index-box>div .content .table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.4rem;
  border: 1px solid #b6c7ff;
  border-style: hidden;
  box-shadow: 0 0 0 1px #b6c7ff;
  text-align: center;
	
}

.index-box>div .content .table table tr th,
.index-box>div .content .table table tr td {
  border: 1px solid #b6c7ff;
}

.index-box>div .content .table table tr th:first-child {
  border-top-left-radius: 0.4rem;
}

.index-box>div .content .table table tr th:last-child {
  border-top-right-radius: 0.4rem;
}

.index-box>div .content .table table tr th {
  background-color: #e9eeff;
  padding: 0.25rem 0;
  box-sizing: border-box;
  font-size: 0.55rem;
  font-weight: normal;
  line-height: 1rem;
  color: #5b82ff;
}
.index-box>div .content .table table tr td{
  font-size: 0.55rem;
	font-weight: normal;
  padding: 0.25rem 0;
  box-sizing: border-box;
	line-height: 1rem;
	color: #333333;
}
.index-box>div .content .more{
	width: 100px;
	margin:auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 0.6rem; */
	font-weight: normal;
	line-height: 1.8rem;
	color: #333333;
	border:solid 1px #ddd;
	border-radius: 20px;
	text-decoration: none;
}
.index-box>div .content .more:focus ,.index-box>div .content .more:visited,.index-box>div .content .more:active{
	color:#666;
}
.index-box>div .content .more img{
  width: 0.475rem;
  margin-left: 0.25rem;
  transform: rotate(-90deg);
  display: block;
}

table { width: 100%;
		margin:5px 0 10px;
    border-collapse: collapse;
    border: 1px solid #b6c7ff;
    border-style: hidden !important;
    box-shadow: 0 0 0 1px #b6c7ff;
		overflow: hidden;
    text-align: center;
    /* font-size: 0.5rem; */
}
table tr th,table tr td {line-height:20px;border-top:0 !important;border-left:0 !important;border-bottom:1px solid #b6c7ff !important;padding:3px;border-right: solid 1px #b6c7ff !important;text-align: center;}
table tr th {font-weight:700;background:#e9eeff !important;color:#5b82ff;}
table tr td b {font-weight: 400 !important;color:#5b82ff}

.right-box {position:relative;margin:0 0 -30px 0;overflow: auto;}

.iframe {
		display: block;
		width: 100%;
		padding:15px;
    box-sizing: border-box;
    height: 100%;
		border:none;
		overflow-y: auto;
} 


.index-box>div .content .more {display: none;}
.index-box>div .content .more.iframeBtn {display: flex;text-align: center;}

/* 搜索 */
.sx {
	display: none;
}
.page-box .left-tab>ul>li>div.text div.sx {
    /* float: right;
    margin-right: 10px; */
    z-index: 2;
    position: absolute;
    top: 1px;
    right: 1px;
		display: none;
}
.page-box .left-tab>ul>li.on>div.text div.sx {
		display: block;
}
.page-box .left-tab>ul>li>div.text div.sx:hover  .sx-box{
    display: block;
}
.page-box .left-tab>ul>li>div.text div.sx i {
    display: block;
    width: 40px;
    height: 50px;
    background: url(../img/sx.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
}
.page-box .left-tab>ul>li>div.text div.sx i p{
	width: 16px;
	height: 16px;
	background-color: #ff4139;
	border-radius: 8px;
    font-size: 12px;
	font-weight: normal;
    line-height: 16px;
    text-align: center;
    position: absolute;
	color: #ffffff;
    font-style:normal;
    position: absolute;
    top: 4px;
    right: -4px;
}

.page-box .left-tab>ul>li>div.text div.sx .sx-box {
    position: absolute;
    display: none;
   padding-left: 20px;
    top: 0;
    left: 40px;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box>div{
    width: 364px;
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    padding: 0 30px 30px;position: relative;
    box-sizing: border-box;

}
.page-box .left-tab>ul>li>div.text div.sx .sx-box>div::after{
    content: '';
    display: block;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 20px;
    left: -16px;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;
    color: #000000;
}

.page-box .left-tab>ul>li>div.text div.sx .sx-box .check>div {
    float: left;
    width: 140px;
    height: 48px;
    border: solid 1px #f6f6f6;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border-radius: 24px;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    margin-right: 20px;
    color: #333333;
    margin-bottom: 20px;
    cursor: pointer;
}
/* .page-box .left-tab>ul>li>div.text div.sx .sx-box .check>div:hover, */
.page-box .left-tab>ul>li>div.text div.sx .sx-box .check>div.on{
    background-color: #f0f4ff;
	border: solid 1px #5085ff;
    color: #5085ff;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .check>div:nth-child(2n){
    margin-right: 0;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .check>div:nth-child(3),
.page-box .left-tab>ul>li>div.text div.sx .sx-box .check>div:nth-child(4){
    margin-bottom: 0;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .sxInput input{
    float: left;
    display: block;
    width: 140px;
    outline: none;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .sxInput input::placeholder{
	color: #c2c2c2;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .sxInput input::-webkit-input-placeholder{
	color: #c2c2c2;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .sxInput input:-moz-placeholder{
    color: #c2c2c2;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .sxInput p{
    float: left;
    font-size: 16px;
    width: 20px;
    text-align: center;
	font-weight: normal;
	line-height: 39px;
	color: #333333;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .btn{
    margin-top: 30px;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .btn .left{
    width: 140px;
	height: 48px;
	background-color: #f1f3fa;
	border-radius: 24px;
    font-size: 18px;
	font-weight: normal;
	line-height: 48px;
    text-align: center;
	color: #999999;
    float: left;
}
.page-box .left-tab>ul>li>div.text div.sx .sx-box .btn .right{
    width: 140px;
	height: 48px;
    background: url(../img/btn-right.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
	font-weight: normal;
	line-height: 48px;
    text-align: center;
	color: #ffffff;
    float: right;
}
.nicescroll-rails,.nicescroll-rail{
    z-index: 0 !important;
}
.sxPrice .tips{
    display: none;
}



.right-table {
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100%;
    position: relative;
		padding:25px;
}

.right-table .content-scroll {
    height: auto;
    padding: 0 20px 20px;
    position: relative;
		text-align: center;
    
}

.right-table .content-scroll img {
    display: block;
    vertical-align: middle;
    margin-right: 4px;
		margin:auto;
		

}

.right-table .content-scroll p {
    display: inline-block;
    line-height: 40px;
		margin-top:10px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.search-tips {
		display: none;
    width: 5000px;
		left:50%;
		margin-left:-310px;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    background-color: #f7f6f4;
    color: #333333;
    /* margin-bottom: -20px; */
    padding: 0 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 1;
    top: 80px;
}
.search-tips span {
    color: #5b82ff;
    margin: 0 10px;
}
