
@media (max-width: 768px) {
	* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
a:hover {
  text-decoration: none;
}
html {
  font-size: 100px;
  height: 100%;
}
.borderRadius2 {
  border-radius: 2px;
}
.borderRadius4 {
  border-radius: 4px;
}
.fontSize16 {
  font-size: 1.143em;
}

.body {
	width:100%;
    font-size: 14px;
    height: 100%;
    background-color: #fffcee;
  }
  
  .body  .index-footer-box p a {
    text-decoration: none;
    color: #818181;
  }
  .body   .index-footer-box p a:hover {
    color: #e70012;
  }
  .body   .index-footer-box p b {
    color: #818181;
    display: inline-block;
    padding: 0 20px;
  }

  
  .body .index-header {
    width: 100%;
    position: fixed;
    top: 0;
    margin-top: 0.4rem;
    z-index: 9999;
  }
  .body .index-header ul {
    width: 100%;
    min-height: 0.4rem;
    margin: 0 auto;
  }
  .body .index-header ul .username-login {
    width: 2rem;
    float: right;
  }
  .body .index-header ul .username-login span {
    color: #e70012;
    font-size: 1.143em;
    display: inline;
    width: .7rem;
    
  }
  .body .index-header ul .username-login a {
  	display:inline-block;
    /* padding:6px 12px; */
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
  	color:#e70012;
  	border:1px solid #e70012;
  	border-radius:4px;
    text-decoration: none;
    margin-left: 1.5em;
    float:left;
  }
   #user{
    /* border: none; */
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .body .index-header ul .username-login a:hover {
  background-color:#e70012;
    color: #ffffff;
  }

 .body .index-header ul .username-login span:hover {
  background-color:#e70012;
    color: #ffffff;
  }  
  .body .index-header ul li {
    float: right;
  }
  .body .index-header ul li button {
    border: 1px solid #e70012;
    padding: 0.08rem 0.14rem;
    margin-left: 0.15rem;
    border-radius: 2px;
    font-size: 1.143em;
    cursor: pointer;
  }
  .body .index-header ul li button:focus {
    outline: none;
  }
  .body .index-header ul li button:hover {
    opacity: 0.8;
    background-color: #e70012;
    color: #ffffff;
  }
  .body .index-header ul li button:active {
    opacity: 1;
  }
  .body .index-header ul li .index-header-register {
    background-color: #e70012;
    color: #ffffff;
  }
  .body .index-header ul li .index-header-login {
    background-color: #fffcee;
    color: #e70012;
  }
  .body .index-wrapper {
    position: relative;
    padding: 0.8rem 0 0.6rem 0;
    width: 100%;
  }
  .body .index-wrapper .index-wrapper-box {
    width: 100%;
    margin: 0 auto;
    min-height: 4.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.7rem;
    height: 100%;
    padding: 1rem 0;
    background: url("../images/img-Index-Bg.png") no-repeat center center;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-logo {
    width: 2.76rem;
    margin: 0 auto;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search {
    width: 6rem;
    margin: 0 auto;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search ul {
    overflow: hidden;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-list-box li {
    width: 0.48rem;
    height: 0.3rem;
    float: left;
    text-align: center;
    line-height: 0.28rem;
    margin-right: 0.05rem;
    margin-bottom: 0.1rem;
    cursor: pointer;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-list-box li:hover {
    color: #ffffff;
    background: url("../images/search-list-bg.png") no-repeat center center;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-list-box .index-wrapper-search-list-active {
    color: #ffffff;
    background: url("../images/search-list-bg.png") no-repeat center center;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box {
    width: 100%;
    border-radius: 2px;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li {
    position: relative;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li input {
    outline: none;
    border-width: 0;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp {
    float: left;
    width: 100%;
    height: 0.46rem;
    border-width: 0;
    border: 1px solid #979797;
    border-right: 1px solid #e70012;
    background-color: #fffcee;
    text-indent: 1.5em;
    font-size: 1.143em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp:focus {
    outline: none;
    border-width: 0;
    border: 1px solid #e70012;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp-submit {
    cursor: pointer;
    float: right;
    position: absolute;
    width: 1.18rem;
    height: 0.48rem;
    margin-left: -1.18rem;
    background-color: #e70012;
    font-size: 1.286em;
    color: #ffffff;
    text-align: center;
    line-height: 0.48rem;
    border-radius: 2px;
    text-decoration: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #e70012;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp-submit:focus,
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp-submit:hover {
    outline: none;
    border-width: 0;
    border: 1px solid #e70012;
    opacity: 0.8;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp-submit:active {
    opacity: 1;
  }
  .body .index-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
 /*  .index-footer-box{
  width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  } */
  .body .index-footer .index-footer-box {
    width: 7.4rem;
    min-height: 0.6rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.6rem;
    color: #818181;
  }
	.body{
		width:100%;
	}
	.index-header{
		width:100%;
	}
	.body .index-header ul{
		width:100%;
		overflow:hidden;
	}
	
}

@media (min-width: 992px) {
	* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
a:hover {
  text-decoration: none;
}
html {
  font-size: 100px;
  height: 100%;
}
.borderRadius2 {
  border-radius: 2px;
}
.borderRadius4 {
  border-radius: 4px;
}
.fontSize16 {
  font-size: 1.143em;
}

.body {
    font-size: 14px;
    height: 100%;
    background-color: #fffcee;
  }
  
  .body  .index-footer-box p a {
    text-decoration: none;
    color: #818181;
  }
  .body   .index-footer-box p a:hover {
    color: #e70012;
  }
  .body   .index-footer-box p b {
    color: #818181;
    display: inline-block;
    padding: 0 20px;
  }

  
  .body .index-header {
    width: 100%;
    position: fixed;
    top: 0;
    margin-top: 0.4rem;
    z-index: 9999;
  }
  .body .index-header ul {
    width: 7.4rem;
    min-height: 0.4rem;
    margin: 0 auto;
  }
  .body .index-header ul .username-login {
    width: 2rem;
    float: right;
  }
  .body .index-header ul .username-login span {
    color: #e70012;
    font-size: 1.143em;
    display: inline;
    width: .7rem;
    
  }
  .body .index-header ul .username-login a {
  	display:inline-block;
    /* padding:6px 12px; */
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
  	color:#e70012;
  	border:1px solid #e70012;
  	border-radius:4px;
    text-decoration: none;
    margin-left: 1.5em;
    float:left;
  }
   #user{
    /* border: none; */
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .body .index-header ul .username-login a:hover {
  background-color:#e70012;
    color: #ffffff;
  }

 .body .index-header ul .username-login span:hover {
  background-color:#e70012;
    color: #ffffff;
  }  
  .body .index-header ul li {
    float: right;
  }
  .body .index-header ul li button {
    border: 1px solid #e70012;
    padding: 0.08rem 0.14rem;
    margin-left: 0.15rem;
    border-radius: 2px;
    font-size: 1.143em;
    cursor: pointer;
  }
  .body .index-header ul li button:focus {
    outline: none;
  }
  .body .index-header ul li button:hover {
    opacity: 0.8;
    background-color: #e70012;
    color: #ffffff;
  }
  .body .index-header ul li button:active {
    opacity: 1;
  }
  .body .index-header ul li .index-header-register {
    background-color: #e70012;
    color: #ffffff;
  }
  .body .index-header ul li .index-header-login {
    background-color: #fffcee;
    color: #e70012;
  }
  .body .index-wrapper {
    position: relative;
    padding: 0.8rem 0 0.6rem 0;
    width: 100%;
  }
  .body .index-wrapper .index-wrapper-box {
    width: 7.4rem;
    margin: 0 auto;
    min-height: 4.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.7rem;
    height: 100%;
    padding: 1rem 0;
    background: url("../images/img-Index-Bg.png") no-repeat center center;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-logo {
    width: 2.76rem;
    margin: 0 auto;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search {
    width: 6rem;
    margin: 0 auto;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search ul {
    overflow: hidden;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-list-box li {
    width: 0.48rem;
    height: 0.3rem;
    float: left;
    text-align: center;
    line-height: 0.28rem;
    margin-right: 0.05rem;
    margin-bottom: 0.1rem;
    cursor: pointer;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-list-box li:hover {
    color: #ffffff;
    background: url("../images/search-list-bg.png") no-repeat center center;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-list-box .index-wrapper-search-list-active {
    color: #ffffff;
    background: url("../images/search-list-bg.png") no-repeat center center;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box {
    width: 100%;
    border-radius: 2px;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li {
    position: relative;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li input {
    outline: none;
    border-width: 0;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp {
    float: left;
    width: 100%;
    height: 0.46rem;
    border-width: 0;
    border: 1px solid #979797;
    border-right: 1px solid #e70012;
    background-color: #fffcee;
    text-indent: 1.5em;
    font-size: 1.143em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp:focus {
    outline: none;
    border-width: 0;
    border: 1px solid #e70012;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp-submit {
    cursor: pointer;
    float: right;
    position: absolute;
    width: 1.18rem;
    height: 0.48rem;
    margin-left: -1.18rem;
    background-color: #e70012;
    font-size: 1.286em;
    color: #ffffff;
    text-align: center;
    line-height: 0.48rem;
    border-radius: 2px;
    text-decoration: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #e70012;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp-submit:focus,
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp-submit:hover {
    outline: none;
    border-width: 0;
    border: 1px solid #e70012;
    opacity: 0.8;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search .index-wrapper-search-inp-box li .index-wrapper-search-inp-submit:active {
    opacity: 1;
  }
  .body .index-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
 /*  .index-footer-box{
  width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  } */
  .body .index-footer .index-footer-box {
    width: 7.4rem;
    min-height: 0.6rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.6rem;
    color: #818181;
  }
	.mobile-index-header{
	display:none;
	}
  .body {
    font-size: 14px;
    height: 100%;
    background-color: #fffcee;
  }
  .body .index-header ul {
    width: 9.8rem;
  }
  .body .index-wrapper .index-wrapper-box {
    width: 9.8rem;
    margin-left: -4.9rem;
  }
  .body .index-footer .index-footer-box {
    width: 9.8rem;
  }
}
@media (min-width: 1200px) {
  .body .index-header ul {
    width: 11.8rem;
  }
  .body .index-wrapper .index-wrapper-box {
    width: 11.8rem;
    margin-left: -5.9rem;
  }
  .body .index-wrapper .index-wrapper-box .index-wrapper-search {
    width: 7.4rem;
  }
  .body .index-footer .index-footer-box {
    width: 11.8rem;
  }
}


