html,
body {
  color: #000000;
  margin: 0;
  padding: 0;
  /*background: #f5f5f5;*/
  background: #dad5d5;
}

body {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  min-width: 1200px;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

i {
  font-style: normal;
  text-decoration: none;
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea,button {
  outline: none;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
a:focus {
  outline: none;
}

.clear {
  clear: both;
  overflow: hidden;
  visibility: visible;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  overflow: hidden;
  visibility: visible;
}

*:focus{
	outline:none;
}
*{
	outline:none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
.input_disabled{
	'pointer-events':'none';
	'opacity':'0.6';
	
}
/*start*/
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.flex-start1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/*start*/
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}

.flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.flex-space-between1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.over1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

header {
  background: url(../img/1.png) no-repeat top center;
}
header .logo {
  padding: 25px 0;
}
header .search {
  height: 50px;
  box-sizing: border-box;
  width: 520px;
  position: relative;
}
header .search input {
  width: 400px;
  height: 50px;
  background: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  border: none;
}
header .search .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 50px;
  font-size: 16px;
  background: #b09685;
  color: #FFFFFF;
  border: none;
}
header .Nav-bar ul {
  flex-wrap: wrap;
  width: 100%;
  background: #b6373c;
}
header .Nav-bar ul li {
  padding: 14px 0;
  width: 12.5%;
  background: url(../img/2.png) no-repeat right center;
}
header .Nav-bar ul li:nth-child(8n+8) {
  background: none;
}
header .Nav-bar ul li a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  box-sizing: border-box;
}
header .Nav-bar ul li.active a {
  background: #FFFFFF;
  color: #85393b;
}
header .Nav-bar ul li:hover a {
  background: #FFFFFF;
  color: #85393b;
}

.Content-banner {
  position: relative;
}
.Content-banner .swiper-container .swiper-slide img{
	height: 350px;
	width: 100%;
}
.Content-banner .home-top {
  /*position: absolute;*/
  /*top: 0;
  left: 0;*/
  width: 100%;
  /*z-index: 9999;*/
}

.Notice .wrap {
  height: 50px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  line-height: 50px;
  padding: 0 12px 0 33px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Notice .wrap .title {
  font-size: 20px;
  color: #000000;
}
.Notice .wrap .title span {
  padding-left: 11px;
  border-left: 4px solid #b6373c;
}
.Notice .wrap .txtScroll-top {
  width: 1010px;
}
.Notice .wrap .txtScroll-top ul li .span1 {
  color: #878787;
  font-size: 16px;
  width: 875px;
  overflow: hidden;
}
.Notice .wrap .txtScroll-top ul li .span2 {
  font-size: 16px;
  color: #b6373c;
}

.part1 .left {
  width: 803px;
  height: 369px;
  background: #fcfaef;
  padding: 18px;
  box-sizing: border-box;
}
.part1 .left .slideBox {
  width: 377px;
}
.part1 .left .slideBox .bd ul li {
  position: relative;
}
.part1 .left .slideBox .bd ul li .img {
  width: 377px;
  height: 301px;
  overflow: hidden;
}
.part1 .left .slideBox .bd ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.part1 .left .slideBox .bd ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.part1 .left .slideBox .bd ul li:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.part1 .left .slideBox .hd {
  margin-top: 12px;
}
.part1 .left .slideBox .hd ul li {
  float: left;
  width: 18px;
  height: 18px;
  background: #f7f3f1;
  font-size: 14px;
  color: #878787;
  margin: 0 4px;
  text-align: center;
  line-height: 18px;
}
.part1 .left .slideBox .hd ul li.on {
  background: #b6373c;
  color: #FFFFFF;
}
.part1 .left .Zj-active {
  width: 350px;
  margin-left: 25px;
}
.part1 .left .Zj-active .tit span {
  padding-left: 12px;
  font-size: 20px;
  color: #000000;
  border-left: 4px solid #b6373c;
  line-height: 1;
}
.part1 .left .Zj-active .tit a {
  font-size: 14px;
  color: #b6373c;
}
.part1 .left .Zj-active .tit a:hover {
  font-weight: bold;
}
.part1 .left .Zj-active .box1 .p1 {
  font-size: 20px;
  color: #4f4f4f;
  margin-top: 35px;
  margin-bottom: 10px;
}
.part1 .left .Zj-active .box1 .p2 {
  font-size: 14px;
  color: #878787;
  line-height: 2;
  margin-bottom: 10px;
  height: 52px;
  overflow:hidden;
}
.part1 .left .Zj-active .box1 .p2 span {
  color: #b6373c;
}
.part1 .left .Zj-active .box1:hover .p1 {
  color: #b6373c;
}
.part1 .left .Zj-active .box1:hover .p2 {
  color: #b6373c;
}
.part1 .left .Zj-active .box2 {
  margin-bottom: 14px;
}
.part1 .left .Zj-active .box2 .p1 {
  font-size: 14px;
  color: #4f4f4f;
  width: 260px;
  width: 290px;
}
.part1 .left .Zj-active .box2 .p2 {
  font-size: 14px;
  color: #4f4f4f;
}
.part1 .left .Zj-active .box2:hover .p1 {
  color: #b6373c;
}
.part1 .left .Zj-active .box2:hover .p2 {
  color: #b6373c;
}
.part1 .right {
  background: #FFFFFF;
  height: 369px;
  width: 396px;
}
.part1 .right .qd-img {
  margin-top: 18px;
}
.part1 .right .qd-img img {
  width: 100%;
}
.part1 .right .Form-box {
  width: 396px;
  height: 266px;
  background: url(../img/57.png) no-repeat center center;
  background-size: 100%;
  padding: 15px 25px 0 25px;
  box-sizing: border-box;
  position: relative;
}
.part1 .right .tit-show .p1 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
}
.part1 .right .tit-show .p2 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
}
.part1 .right .tit-show .p2 span {
  color: #b6373c;
}
.part1 .right .btn-all {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.part1 .right .btn-all button {
  width: 50%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 54px;
  background: #FFFFFF;
}
.part1 .right .btn-all button.on {
  background: #f5f5f5;
}
.part1 .right .form-box form {
  margin-top: 25px;
  margin-top: 17px;
  display: none;
}
.part1 .right .form-box form.active {
  display: block;
}
.part1 .right .form-box .form2 button {
  width: 50%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 54px;
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.part1 .right .form-box .login .box {
  width: 342px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 11px;
}
.part1 .right .form-box .login .box label {
  font-size: 14px;
  color: #878787;
  width: 48px;
  text-align: right;
  display: block;
}
.part1 .right .form-box .login .box input {
  width: 285px;
  height: 30px;
  border: none;
  padding-left: 5px;
  font-size: 14px;
  color: #878787;
}
.part1 .right .form-box .login .reg_code {
 display: inline-block;
  width: 255px;
  width:230px;
  line-height: 20px;
}
.part1 .right .form-box .login .reg_code label{
	display: inline-block;
}
.part1 .right .form-box .login .reg_code input{
	/*width: 168px;*/
  width: 145px;
}
#second{
  width:107px;
  margin-left:3px;
  height:28px;
  background: none;
  border:1px solid #e6e6e6;
  font-size:14px;
  color:#878787;
}

.part1 .right .form-box .form1 {
  margin-top: 10px;
}
.part1 .right .form-box .form1 button {
  width: 50%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 54px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left:unset;
  
  right: 0;

  z-index: 9999999;
}
.part1 .right .form-box .form1 .box {
  height: 25px;
  height: 28px;
  margin-bottom: 5px;
}
.part1 .right .form-box .form1 .box input {
  height: 21px;
  height:24px;
}
.part1 .right .form-box .form1 .box label {
  width: 75px;
}

.part2 .wrap {
  background: #FFFFFF;
  padding: 0 15px;
  box-sizing: border-box;
}

.Zj-box1 {
  width: 365px;
  height: 386px;
  margin-right: 35px;
}
.Zj-box1:nth-child(3n+3) {
  margin-right: 0;
}
.Zj-box1 .tit {
  padding: 14px 5px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  background:   bisque;
}
.Zj-box1 .tit .span1 {
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
  border-left: 4px solid #b6373c;
  line-height: 1;
}
.Zj-box1 .tit .span2 {
  font-size: 14px;
  color: #b6373c;
}
.Zj-box1 .tit .span2:hover {
  cursor: pointer;
  font-weight: bold;
}
.Zj-box1 .box1 {
  margin-top: 25px;
  margin-bottom: 23px;
}
.Zj-box1 .box1:hover .rr .p1 {
  color: #b6373c;
}
.Zj-box1 .box1:hover .rr .p2 {
  color: #b6373c;
}
.Zj-box1 .box1 .ll .img {
  width: 80px;
  width: 115px;
  height: 86px;
  border-radius: 5px;
  overflow: hidden;
}
.Zj-box1 .box1 .ll .img img {
  width: 100%;
  height: 100%;
}
.Zj-box1 .box1 .rr {
  width: 274px;
  width: 238px;
  margin-left: 10px;
}
.Zj-box1 .box1 .rr .p1 {
  font-size: 16px;
  color: #4f4f4f;
  margin-bottom: 10px;
}
.Zj-box1 .box1 .rr .p2 {
  font-size: 14px;
  color: #878787;
}
.Zj-box1 .box1 .rr .p3 {
  width: 84px;
  height: 30px;
  border-radius: 5px;
  border: 3px solid #f7eee4;
  background: #b6373c;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  float: right;
   transition: all 0.3s;
}
.Zj-box1 .box1 .rr .p3:hover{
  border: 3px solid #b6373c;
  transition: all 0.3s;
}
.Zj-box1 .box2 {
  margin-bottom: 12px;
}
.Zj-box1 .box2:hover .ll {
  color: #b6373c;
}
.Zj-box1 .box2:hover .rr {
  color: #b6373c;
}
.Zj-box1 .box2 .ll {
  width: 320px;
  width: 316px;
  font-size: 14px;
  color: #4f4f4f;
}
.Zj-box1 .box2 .rr {
  font-size: 14px;
  color: #4f4f4f;
}
.Zj-box1 ul {
  margin-top: 27px;
}
.Zj-box1 ul li {
  width: 175px;
  float: left;
  margin-right: 15px;
}
.Zj-box1 ul li:nth-child(2n+2) {
  margin-right: 0px;
}
.Zj-box1 ul li:hover .img img {
  transition: all 0.3s;
  transform: scale(1.03);
}
.Zj-box1 ul li:hover p {
  color: #b6373c;
}
.Zj-box1 ul li p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 43px;
  height: 43px;
  padding: 0 10px;
  text-align: center;
}
.Zj-box1 ul li .img {
  /* width: 175px; */
  width: 104px;
  height: 104px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.Zj-box1 ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.Zj-box1 ul li .pro-list {
  height: 40px;
  line-height: 40px;
}
.Zj-box1 ul li .pro-list .ll {
  font-size: 14px;
  color: #333333;
  width: 90px;
}
.Zj-box1 ul li .pro-list .rr {
  font-size: 14px;
  color: #b6373c;
}

.part3 .swiper-container {
  background: #fcfaef;
  padding: 35px 19px 0 19px;
}
.part3 .swiper-container .swiper-slide:hover .title{
  color: #b6373c;
}
.part3 .swiper-container .swiper-slide .pic {
  width: 100%;
  height: 225px;
  overflow:hidden;
}
.part3 .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.part3 .swiper-container .swiper-slide:hover .pic img{
  transform:scale(1.05);
  transition: all 0.3s;
}
.part3 .swiper-container .swiper-slide .title {
  font-size: 16px;
  color: #333333;
  text-align: center;
  height: 65px;
  line-height: 65px;
}
.part3 .tit {
  padding: 14px 20px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  background: bisque;
}
.part3 .tit .span1 {
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
  border-left: 4px solid #b6373c;
  line-height: 1;
}
.part3 .tit .span2 {
  font-size: 14px;
  color: #b6373c;
}

.part4 .wrap {
  background: #FFFFFF;
  padding: 0 15px;
  box-sizing: border-box;
}

.part5 .swiper-container {
  background: #ffffff;
  padding: 35px 19px 0 19px;
}
.part5 .swiper-container .swiper-slide {
  width: 165px;
  margin-right: 30px;
}
.part5 .swiper-container .swiper-slide .pic {
  width: 100%;
  height: 211px;
}
.part5 .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.part5 .swiper-container .swiper-slide .title {
  font-size: 16px;
  color: #333333;
  text-align: center;
  height: 79px;
  line-height: 79px;
}
.part5 .tit {
  padding: 14px 20px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  background: bisque;
}
.part5 .tit .span1 {
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
  border-left: 4px solid #b6373c;
  line-height: 1;
}
.part5 .tit .span2 {
  font-size: 14px;
  color: #b6373c;
}

.part6 .wrap {
  background: #fcfaef;
  /*padding: 0 20px;*/
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.part6 .tit {
  padding: 14px 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: bisque;
  margin-bottom: 12px;
}
.part6 .tit .span1 {
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
  border-left: 4px solid #b6373c;
  line-height: 1;
}
.part6 .tit .span2 {
  font-size: 14px;
  color: #b6373c;
}
.part6 .Content {
  padding: 0 22px;
}
.part6 .Content ul li {
  font-size: 14px;
  color: #878787;
  padding: 0 15px;
  float: left;
  margin-right: 18px;
  margin-bottom: 24px;
  width: 72px;
}

.part7 .wrap {
  background: #ffffff;
  box-sizing: border-box;
  /*border: 1px solid #e6e6e6;*/
  border-top: none;
}
.part7 .tit {
  padding: 14px 40px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  background-color: bisque;
}
.part7 .tit .span1 {
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
  border-left: 4px solid #b6373c;
  line-height: 1;
}
.part7 .tit .span2 {
  font-size: 14px;
  color: #b6373c;
}
.part7 .Content {
  padding: 0 20px;
  padding: 0 22px;
  min-height: 137px;
}
.part7 .Content ul li {
  font-size: 14px;
  color: #878787;
  padding: 0 15px;
  float: left;
  margin-right: 18px;
  margin-top: 25px;
}

.link .wrap {
  padding-top: 25px;
  padding-bottom: 43px;
  background: #FFFFFF;
}
.link .wrap .box {
  /*border: 1px solid #e6e6e6;*/
}
.link .tit {
  padding: 14px 40px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  background-color: bisque;
}
.link .tit .span1 {
  font-size: 20px;
  color: #000000;
  padding-left: 14px;
  border-left: 4px solid #b6373c;
  line-height: 1;
  margin-right: 30px;
}
.link a {
  font-size: 14px;
  color: #878787;
  padding: 0 23px;
}

footer {
  background: #755139;
}
footer .wrap {
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
footer .wrap .top {
  padding-top: 20px;
  padding-bottom: 10px;
}
footer .wrap .top .logo2 {
  margin-top: 29px;
}
footer .wrap .top .detail {
  margin-left: 88px;
  padding-left: 70px;
  background: url(../img/12.png) no-repeat left center;
}
footer .wrap .top .detail p {
  padding: 5px 0;
  font-size: 14px;
  color: #ebe1ca;
}
footer .wrap .top .detail p span {
  margin-right: 13px;
}
footer .EWm ul {
  margin-right: 25px;
}
footer .EWm ul li {
  float: left;
  margin-left: 44px;
}
footer .EWm ul li img {
  width: 99px;
  height: 99px;
  display: block;
  margin-bottom: 13px;
}
footer .EWm ul li p {
  font-size: 14px;
  color: #ebe1ca;
  text-align: center;
}
footer .bottom-bar {
  padding: 10px 0;
  background: #b09685;
}
footer .bottom-bar .wrap2 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
}
footer .bottom-bar .wrap2 p{
	color: #ffffff;
	font-size: 14px;
	width: 100%;
}
footer .bottom-bar .wrap2 p u{
	text-decoration: none;
}
footer .bottom-bar .wrap2 p a{
	display: block;
}
footer .bottom-bar .wrap2 p span{
	/*display: block;*/
}
footer .bottom-bar span {
  font-size: 14px;
  color: #ffffff;
  padding: 0 5px;
  border: none!important;
  text-decoration: none!important;
}
footer .bottom-bar a {
  font-size: 14px;
  color: #ffffff;
  padding: 0 5px;
}
footer .bottom-bar a img {
  width: 18px;
  height: 20px;
}

.Title {
  font-size: 16px;
  color: #000000;
  padding: 26px 0;
}
.Title img {
  margin: 0 3px;
}
.Title a {
  font-size: 16px;
  color: #000000;
}
.Title a:hover{
  color: #c8181e;
}
.Title span {
  margin: 0 7px;
}

.InterentSacrificeList .Content .Left {
  width: 300px;
}
.InterentSacrificeList .Content .Left .ptt {
  width: 100%;
  height: 100px;
  background: url(../img/32.png) no-repeat center center;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  margin-bottom: 16px;
}
.InterentSacrificeList .Content .Left .box1 {
  position: relative;
  margin-bottom: 20px;
}
.InterentSacrificeList .Content .Left .box1 .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.InterentSacrificeList .Content .Left .box1 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.InterentSacrificeList .Content .Left .box1:hover .img img {
  transition: all 0.3s;
  transform: scale(1.03);
}
.InterentSacrificeList .Content .Left .box1 p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 13px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  color: #FFFFFF;
}
.InterentSacrificeList .Content .Left .box2 {
  padding-top: 8px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.InterentSacrificeList .Content .Left .box2 .tit {
  padding: 18px;
  border-bottom: 1px solid #e6e6e6;
}
.InterentSacrificeList .Content .Left .box2 .tit span {
  padding-left: 12px;
  border-left: 4px solid #b6373c;
  font-size: 20px;
  color: #b6373c;
  line-height: 1;
}
.InterentSacrificeList .Content .Left .box2 .lbox {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.InterentSacrificeList .Content .Left .box2 .lbox:hover .wz .p1 {
  color: #b6373c;
}
.InterentSacrificeList .Content .Left .box2 .lbox .pic {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.InterentSacrificeList .Content .Left .box2 .lbox .pic img {
  width: 100%;
  height: 100%;
}
.InterentSacrificeList .Content .Left .box2 .lbox .wz {
  width: 205px;
}
.InterentSacrificeList .Content .Left .box2 .lbox .wz .p1 {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.InterentSacrificeList .Content .Left .box2 .lbox .wz .p2 {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
}
.InterentSacrificeList .Content .Left .box3 {
  padding: 10px 0 10px 0;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  margin-bottom:30px;
}
.InterentSacrificeList .Content .Left .box3 ul li {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.InterentSacrificeList .Content .Left .box3 ul li span {
  padding: 0 5px 0 5px;
  font-size: 16px;
  color: #999;
}
.InterentSacrificeList .Content .Left .box3 ul li span em {
  color: #9a0722;
}
.InterentSacrificeList .Content .Left .ul2 {
  margin-bottom: 20px;
}
.InterentSacrificeList .Content .Left .ul2 li {
  background: #FFFFFF;
  width: 100%;
  padding: 21px 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.InterentSacrificeList .Content .Left .ul2 li.active a{
	 color: #b6373c;
}
.InterentSacrificeList .Content .Left .ul2 li.active p{
	 color: #b6373c;
}
.InterentSacrificeList .Content .Left .ul2 li:last-child {
  border-bottom: none;
}
.InterentSacrificeList .Content .Left .ul2 li:hover p{
  color: #b6373c;
}
.InterentSacrificeList .Content .Left .ul2 li a {
  font-size: 16px;
  color: #4f4f4f;
  display: block;
  width: 100%;
  height: 100%;
}
.InterentSacrificeList .Content .Right .box-all {
  min-height: 1127px;
  background: #FFFFFF;
  padding: 0 28px;
  width: 880px;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}
.InterentSacrificeList .Content .Right .box {
  padding: 25px 0;
  border-bottom: 1px solid #f5f5f5;
}
.InterentSacrificeList .Content .Right .box:hover .left .p1 {
  color: #b6373c;
}
.InterentSacrificeList .Content .Right .box:hover .left .p2 {
  color: #b6373c;
}
.InterentSacrificeList .Content .Right .box:hover .right {
  color: #b6373c;
}
.InterentSacrificeList .Content .Right .box .left {
  width: 650px;
}
.InterentSacrificeList .Content .Right .box .left .p1 {
  font-size: 16px;
  color: #878787;
  /*margin-bottom: 20px;*/
}
.InterentSacrificeList .Content .Right .box .left .p2 {
  font-size: 16px;
  color: #878787;
}
.InterentSacrificeList .Content .Right .box .right {
  font-size: 16px;
  color: #878787;
}
.InterentSacrificeList .Content .Right .wejoy_page {
  margin: 65px 0;
}
.InterentSacrificeList .Content .Right2 {
  width: 880px;
  padding-bottom: 40px;
}
.InterentSacrificeList .Content .Right2 .wejoy_page {
  margin: 42px 0;
}
.InterentSacrificeList .Content .Right2 .box-all2 {
  background: #FFFFFF;
  padding: 0 28px;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 28px 0;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2 .des-top {
  font-size: 20px;
  font-size: 21px;
  color: #b6373c;
  margin-bottom: 20px;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2 .left {
  width: 200px;
  height: 140px;
  overflow: hidden;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2 .left img {
  max-width: 100%;
  /*width: 100%;*/
  height: 100%;
  transition: all 0.3s;
  display: block;
  margin:0 auto;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2:hover .left img {
  transition: all 0.3s;
  transform: scale(1.03);
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2:hover .right .p1 {
  color: #b6373c;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2:hover .right .p2 {
  color: #b6373c;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2 .right {
  width: 595px;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2 .right .p1 {
  font-size: 16px;
  font-size: 17px;
  color: #878787;
  line-height: 1.7;
  text-indent: 2em;
  height: 112px;
  overflow: hidden;
}
.InterentSacrificeList .Content .Right2 .box-all2 .box2 .right .p2 {
  font-size: 12px;
  font-size: 13px;
  color: #999999;
  margin-top: 10px;
  text-align: right;
}
.InterentSacrificeList .Content .Right3 {
  width: 880px;
}
.InterentSacrificeList .Content .Right3 .Box1 {
  width: 100%;
  background: #FFFFFF;
  padding: 0 34px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.InterentSacrificeList .Content .Right3 .Box1 .tit {
  padding: 30px 0 21px 0;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.InterentSacrificeList .Content .Right3 .Box1 .tit .p1 {
  font-size: 24px;
  color: #101010;
  font-weight: bold;
  line-height: 1.5;
  width: 650px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.InterentSacrificeList .Content .Right3 .Box1 .tit .p2 {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 13px;
}
.InterentSacrificeList .Content .Right3 .Box1 .content {
  padding-bottom: 22px;
  border-bottom: 1px solid #e6e6e6;
  
  line-height: 2;
  color: #666666;
  white-space: pre-wrap;
}
.InterentSacrificeList .Content .Right3 .Box1 .content img {
  display: block;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 27px;
}
.InterentSacrificeList .Content .Right3 .Box1 .content p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.InterentSacrificeList .Content .Right3 .Box1 .content table{
	width: 810px!important;
}
.InterentSacrificeList .Content .Right3 .Box1 .content table tr td:nth-child(1){
	width:30px!important;
}

.InterentSacrificeList .Content .Right3 .Box1 .content table tr td:nth-child(2){
	width:30px!important;
}
.InterentSacrificeList .Content .Right3 .Box1 .content table tr td:nth-child(4){
	width:30px!important;
}
.InterentSacrificeList .Content .Right3 .Box1 .content table tr td:nth-child(3){
	width:30px!important;
}
.InterentSacrificeList .Content .Right3 .Box1 .content table tr td:nth-child(5){
	width:30px!important;
}
.InterentSacrificeList .Content .Right3 .Box1 .up-down {
  padding: 29px 0;
}
.InterentSacrificeList .Content .Right3 .Box1 .up-down p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 14px;
}
.InterentSacrificeList .Content .Right3 .Box1 .up-down p a {
  color: #666666;
}
.InterentSacrificeList .Content .Right3 .Box2 {
  padding: 0 34px;
  background: #FFFFFF;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}
.InterentSacrificeList .Content .Right3 .Box2 .tit {
  font-size: 20px;
  color: #000000;
  padding: 25px 0;
}
.InterentSacrificeList .Content .Right3 .Box2 .tit span {
  padding-left: 16px;
  border-left: 4px solid #b6373c;
}
.InterentSacrificeList .Content .Right3 .Box2 ul {
  padding-bottom: 20px;
}
.InterentSacrificeList .Content .Right3 .Box2 ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #878787;
  padding: 8px 10px;
  box-sizing: border-box;
}
.InterentSacrificeList .Content .Right3 .Box2 ul li a {
  color: #878787;
}
.InterentSacrificeList .Content .Right3 .Box3 {
  padding: 0 34px;
  background: #FFFFFF;
  margin-bottom: 50px;
  border: 1px solid #e6e6e6;
  padding-bottom: 28px;
}
.InterentSacrificeList .Content .Right3 .Box3 .tit {
  font-size: 20px;
  color: #000000;
  padding: 25px 0;
}
.InterentSacrificeList .Content .Right3 .Box3 .tit span {
  padding-left: 16px;
  border-left: 4px solid #b6373c;
}
.InterentSacrificeList .Content .Right3 .Box3 .tit button {
  width: 100px;
  height: 40px;
  background: #b6373c;
  font-size: 14px;
  color: #ffffff;
  border: none;
  border-radius: 20px;
}
.InterentSacrificeList .Content .Right3 .Box3 .box {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.InterentSacrificeList .Content .Right3 .Box3 .box .tx {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 11px;
}
.InterentSacrificeList .Content .Right3 .Box3 .box .tx img {
  width: 100%;
  height: 100%;
}
.InterentSacrificeList .Content .Right3 .Box3 .box .des .p1 {
  margin-bottom: 10px;
}
.InterentSacrificeList .Content .Right3 .Box3 .box .des .p1 .span1 {
  font-size: 14px;
  color: #000000;
}
.InterentSacrificeList .Content .Right3 .Box3 .box .des .p1 .span2 {
  font-size: 14px;
  color: #878787;
}
.InterentSacrificeList .Content .Right3 .Box3 .box .des .p2 {
  font-size: 14px;
  color: #878787;
}
.InterentSacrificeList .Content .Right3 .Box3 .a1 {
  font-size: 14px;
  color: #000000;
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
}
.InterentSacrificeList .Content .Right3 .Box3 .form-box textarea {
  width: 100%;
  height: 112px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  resize: none;
  outline: none;
  margin-bottom: 17px;
}
.InterentSacrificeList .Content .Right3 .Box3 .form-box .yzm label {
  font-size: 14px;
  color: #878787;
  margin-right: 9px;
}
.InterentSacrificeList .Content .Right3 .Box3 .form-box .yzm input {
  width: 100px;
  height: 30px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-right: 9px;
}
.InterentSacrificeList .Content .Right3 .Box3 .form-box .yzm img {
  width: 100px;
  height: 30px;
}

.InterentSacrificeList .Content .Right3 .Box3 .form-box input[type="submit"] {
  margin-top: 20px;
  width: 120px;
  height: 40px;
  border: 1px solid #e5e5e5;
  background: linear-gradient(0deg, #d7d7d7, white);
}

.wejoy_page {
  text-align: center;
}
.wejoy_page a {
  padding: 6px 10px;
  font-size: 14px;
  color: #919191;
  border: 1px solid #919191;
  margin: 0 2px;
}
.wejoy_page a.active {
  border: 1px solid #da322b;
  color: #da322b;
}
.wejoy_page a:hover {
  border: 1px solid #da322b;
  color: #da322b;
}

.pop-window {
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.pop-window .tanchu {
  flex-wrap: wrap;
  height: 100%;
}
.pop-window .tanchu .img {
  width: 568px;
  height: 465px;
  position: relative;
  display: block;
  margin:0 auto;
}
.pop-window .tanchu .img .img2 {
  position: absolute;
  /*top: 0;*/
  top:-12px;
  left: -14px;
  width: 568px;
  height: 465px;
}
.pop-window .tanchu .tit {
 /* width: 100%;
  text-align: center;*/
  width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.pop-window .tanchu .tit .p1 {
  font-size: 21px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 15px;
}
.pop-window .tanchu .tit .p2 {
  font-size:19px;
  color: #000000;
}

.shopingMall .Content .Tit {
  margin-top: 20px;
  margin-bottom: 10px;
}
.shopingMall .Content .Tit a {
  min-width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin-right: 43px;
  margin-bottom: 10px;
  float: left;
  background: url(../img/37.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 14px;
  color: #ffffff;
}
.shopingMall .Content ul li {
  width: 285px;
  /* height: 305px; */
  height:395px;
  border: 2px solid #e2e2e2;
  background: #FFFFFF;
  box-sizing: border-box;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}
.shopingMall .Content ul li:hover {
  border: 2px solid #c8181d;
}
.shopingMall .Content ul li:nth-child(4n+4) {
  margin-right: 0;
}
.shopingMall .Content ul li .img {
  width: 100%;
  /* height: 200px; */
  height:281px;
  overflow:hidden;
}
.shopingMall .Content ul li .img img {
  max-width: 100%;
  max-height: 100%;
}
.shopingMall .Content ul li .tit {
  padding: 11px 17px;
}
.shopingMall .Content ul li .tit .p1 {
  font-size: 24px;
  color: #c8181e;
  font-weight: bold;
  height: 31px;
  overflow: hidden;
}
.shopingMall .Content ul li .tit .p1 span {
  font-size: 14px;
}
.shopingMall .Content ul li .tit .p2 {
  font-size: 14px;
  color: #444444;
  line-height: 2;
  height: 56px;
  overflow: hidden;
}
.shopingMall .wejoy_page {
  margin-top: 72px;
  margin-bottom: 72px;
}

.Shop-detail .Content {
  background: #FFFFFF;
  width: 100%;
  padding: 44px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.Shop-detail .Content .Swiper {
  width: 100%;
  height: 380px;
  position: relative;
  margin-bottom: 58px;
}
.Shop-detail .Content .Swiper .gallery-thumbs {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 430px;
}
.Shop-detail .Content .Swiper .gallery-thumbs .swiper-slide {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.Shop-detail .Content .Swiper .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #c8181d;
  box-sizing: border-box;
}
.Shop-detail .Content .gallery-top {
  width: 100%;
  height: 380px;
}
.Shop-detail .Content .gallery-top .swiper-button-next,
.Shop-detail .Content .gallery-top .swiper-button-prev {
  top: 88%;
}
.Shop-detail .Content .gallery-top .swiper-button-prev {
  left: 55%;
  background: url(../img/prev.png) no-repeat center center;
  background-size: 15px 27px;
}
.Shop-detail .Content .gallery-top .swiper-button-next {
  background: url(../img/next.png) no-repeat center center;
  background-size: 15px 27px;
}
.Shop-detail .Content .gallery-top .swiper-slide {
  width: 100%;
}
.Shop-detail .Content .gallery-top .swiper-slide .img {
  width: 552px;
  height: 380px;
  background: #FFFFFF;
  border: 1px solid #e6e6e6;
  margin-right: 59px;
  box-sizing: border-box;
  overflow:hidden;
}
.Shop-detail .Content .gallery-top .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
}
.Shop-detail .Content .gallery-top .swiper-slide .tit {
  height: 275px;
  overflow: hidden;
}
.Shop-detail .Content .gallery-top .swiper-slide .tit .p1 {
  font-size: 24px;
  color: #444444;
  line-height: 1.5;
  margin-bottom: 12px;
  width: 383px;
}
.Shop-detail .Content .gallery-top .swiper-slide .tit .p2 {
  font-size: 14px;
  color: #666666;
  margin-bottom: 40px;
}
.Shop-detail .Content .gallery-top .swiper-slide .tit .p3 {
  font-size: 29.14px;
  color: #c8181e;
  font-weight: bold;
}
.Shop-detail .Content .gallery-top .swiper-slide .tit .p3 span {
  font-size: 14px;
}
.Shop-detail .Content .Des-detail .tit {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: url(../img/52.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}
.Shop-detail .Content .Des-detail img {
  display: block;
  margin: 0 auto;
}

.Shop-Manager {
  margin-bottom: 80px;
}
.Shop-Manager .Left {
  min-height: 815px;
  border: 1px solid #e6e6e6;
  width: 250px;
  background: #FFFFFF;
}
.Shop-Manager .Left .tit {
  height: 52px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 52px;
  margin: 0 30px;
}
.Shop-Manager .Left ul li {
  padding: 0 30px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #4f4f4f;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
}
.Shop-Manager .Left ul li.active {
  font-size: 16px;
  color: #b6373c;
  border-left: 3px solid #b6373c;
}
.Shop-Manager .Left ul li:hover {
  font-size: 16px;
  color: #b6373c;
  border-left: 3px solid #b6373c;
}
.Shop-Manager .Right {
  width: 930px;
  background: #FFFFFF;
  padding: 22px 10px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.Shop-Manager .Right .wejoy_page {
  margin-top: 35px;
  margin-bottom: 70px;
}
.Shop-Manager .Right .Tit {
  border-bottom: 2px solid #e6e6e6;
}
.Shop-Manager .Right .Tit span {
  padding: 0 10px;
  border-bottom: 3px solid #b6373c;
  width: 80px;
  padding: 13px 0;
}
.Shop-Manager .Right .Tit .rr {
  font-size: 14px;
  color: #333333;
}
.Shop-Manager .Right .Tit .delate button {
  width: 60px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  font-size: 14px;
  color: #333333;
  margin-right: 20px;
  margin-left: 35px;
}
.Shop-Manager .Right .Tit .delate .selectAll {
  width: 16px;
  height: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  line-height: 22px;
}
.Shop-Manager .Right ul {
  padding: 32px 32px 0 32px;
}
.Shop-Manager .Right ul li {
  width: 260px;
  height: 317px;
  border: 1px solid #e2e2e2;
  margin-right: 29px;
  margin-bottom: 33px;
  float: left;
}
.Shop-Manager .Right ul li:nth-child(3n+3) {
  margin-right: 0;
}
.Shop-Manager .Right ul li:hover {
  border: 1px solid #b6373c;
}
.Shop-Manager .Right ul li .img {
  height: 165px;
}
.Shop-Manager .Right ul li .img img {
  max-width: 100%;
  max-height: 100%;
}
.Shop-Manager .Right ul li .tit {
  height: 150px;
  padding: 0 36px;
  box-sizing: border-box;
}
.Shop-Manager .Right ul li .tit .p1 {
  font-size: 24px;
  color: #c8181e;
  font-weight: bold;
  text-align: center;
}
.Shop-Manager .Right ul li .tit .p1 span {
  font-size: 14px;
}
.Shop-Manager .Right ul li .tit .p2 {
  font-size: 14px;
  color: #444444;
  line-height: 2;
  text-align: center;
  height: 56px;
}
.Shop-Manager .Right ul li .tit button {
  width: 89px;
  height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  background: #b6373c;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.Shop-Manager .Right2 {
  width: 830px;
  min-height: 815px;
  background: #FFFFFF;
  padding: 40px 30px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.Shop-Manager .Right2 .tit {
  height: 57px;
  line-height: 57px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 26px;
  margin-left: 26px;
}
.Shop-Manager .Right2 .fabu {
  width: 120px;
  height: 44px;
  background: #b6373c;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 40px;
  border: none;
  margin-top: 46px;
  display: block;
  margin: 0 auto;
}
.Shop-Manager .Right2 .box {
  margin-bottom: 30px;
}
.Shop-Manager .Right2 .box label {
  width: 115px;
  line-height: 30px;
  font-size: 14px;
  color: #4f4f4f;
  text-align: center;
  display: block;
  float: left;
}
.Shop-Manager .Right2 .box input {
  width: 300px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  font-size: 14px;
  color: #878787;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
}
.Shop-Manager .Right2 .box select {
  width: 300px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #b6373c;
  background: #FFFFFF;
  font-size: 14px;
  color: #878787;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
}
.Shop-Manager .Right2 .box textarea {
  width: 621px;
  height: 132px;
  border: 1px solid #e6e6e6;
  resize: none;
  padding-top: 13px;
  padding-left: 16px;
  box-sizing: border-box;
}
.Shop-Manager .Right2 .box .img-box {
  position: relative;
  float: left;
}
.Shop-Manager .Right2 .box .img-box .sc {
  width: 300px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  font-size: 14px;
  color: #888888;
  padding-left: 15px;
  line-height: 30px;
  box-sizing: border-box;
}
.Shop-Manager .Right2 .box .img-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Shop-Manager .Right2 .box .img-box2 {
  position: relative;
  float: left;
}
.Shop-Manager .Right2 .box .img-box2 .zj {
  width: 91px;
  height: 30px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  background: #b6373c;
  margin-left: 16px;
}
.Shop-Manager .Right2 .box .img-box2 input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Shop-Manager .Right2 .box2 input {
  border: none;
  padding: 0;
}
.Shop-Manager .Right3 {
  width: 830px;
  min-height: 815px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 25px 0;
}
.Shop-Manager .Right3 .wejoy_page {
  margin-top: 44px;
}
.Shop-Manager .Right3 .title {
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #e6e6e6;
}
.Shop-Manager .Right3 .title span {
  font-size: 16px;
  color: #b6373c;
  padding: 0 25px;
  font-weight: bold;
  border-bottom: 3px solid #b6373c;
}
.Shop-Manager .Right3 .title .rr #selectAll {
  width: 16px;
  height: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  line-height: 22px;
}
.Shop-Manager .Right3 .title .rr #del_btn {
  width: 60px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  font-size: 14px;
  color: #333333;
  margin-right: 20px;
  margin-left: 35px;
}
.Shop-Manager .Right3 .content .bt {
  height: 66px;
  line-height: 66px;
  padding-left: 75px;
  padding-right: 50px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
}
.Shop-Manager .Right3 .content .wz-box {
  height: 66px;
  line-height: 66px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
}
.Shop-Manager .Right3 .content .wz-box input {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 50px;
}
.Shop-Manager .Right3 .content .wz-box p {
  width: 690px;
}
.Shop-Manager .Right3 .content .wz-box .dg-del {
  width: 56px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  border: none;
  background: #b6373c;
}

.Shop-Manager .Right ul li.active {
  border: 1px solid #b6373c;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

input, textarea {
  outline: none;
}

.input-flie{
	border: solid 1px #ddd;
	background: transparent;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 15px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
		    
/*# sourceMappingURL=all.css.map */
/*新加*/
.imgdiv img{
        width: 100px;
        height: 80px;
      }
      .badge-corner{
        float: left;
        width: 20%;
        position: relative;
        margin-top:20px;
      }
      .badge-corner span{
        position:absolute;
        top:5px;
        left:5px;
        width:20px;
        height:20px;
        display: block;
        font-size: 14px;
        background: #b6373c;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
      }
      .imgdiv{
        margin-left: 26px;
      }
      .imgprev{
        width:45px;
      height:23px;
      border: none;
      border-radius: 3px;
    border: 1px solid #e6e6e6;
    background: #FFFFFF;
    font-size: 14px;
    color: #878787;
    box-sizing: border-box;
    margin:0 3px;
      }
      .imgnext{
        width:45px;
      height:23px;
      border: none;
      border-radius: 3px;
    border: 1px solid #e6e6e6;
    background: #FFFFFF;
    font-size: 14px;
    color: #878787;
    box-sizing: border-box;
    margin:0 3px;
      }
 .denglucon h1{
  text-align: center;
  margin-top:50px;
  margin-bottom:20px;
 }
 .denglucon .dlu input{
  display: block;
  margin:0 auto;
  width:530px;
  height: 75px;
  padding-left:15px;
  font-size:20px;
  color: #333333;
  margin-bottom:20px;
  border: none;
 }
  .denglucon .dlu input[type="submit"]{
    width:120px;
    height:45px;
    border-radius: 5px;
    border: 3px solid #f7eee4;
    background: #b6373c;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    /*line-height:45px;*/
    display: block;
    margin:0 auto;
    text-align: center;
    padding:0;
  }
  .denglucon .dlu p{
    font-size:16px;
    color: #333333;
    text-align: center;
    margin-top:15px;
  }
  .denglucon .dlu p a{
    margin:0 5px;
  }
   .denglucon .dlu p a:hover{
    color: #b6373c;
   }
  .denglucon{
    padding-bottom:50px;
  }
  .qq{
    z-index: 999999999!important;
  }
  .forget-psd{
    display: block;margin:0 auto;font-size:14px;color: #000000;text-align: center;width: 27%;
  }
  .forget-psd:hover{
    color: #b6373c;
  }
  .huiyuan{
    position: absolute;top:-32px;right:0;
  }
  .huiyuan p{
    font-size:14px;color: #333333;
  }
   .huiyuan button{
    width: 84px;
    height: 30px;
    border-radius: 5px;
    border: 3px solid #f7eee4;
    background: #b6373c;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    float: right;
    transition: all 0.3s;margin-left:5px;
   }
button{
	outline: none!important;
	outline-width: 0!important;
	outline-style: none!important;
	outline-color:none!important;
	box-shadow: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button{
	outline: none!important;
	outline-width: 0!important;
	outline-style: none!important;
	outline-color:none!important;
	box-shadow: none;
}
}
.part1 .right .form-box .form2 input[type="button"]{
	    width: 50%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 54px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}
.InterentSacrificeList .Content .Left .ul2 li.active>p{
	color: #b6373c;
}
.InterentSacrificeList .Content .Left .ul2 li .xiala a{
  display: block;
  text-align: left;
  padding:7px 20px;
  box-sizing: border-box;
}
.InterentSacrificeList .Content .Left .ul2 li .xiala{
  display: none;
}
.InterentSacrificeList .Content .Left .ul2 li .xiala.on{
  display: block;
}
.InterentSacrificeList .Content .Left .ul2 li .xiala a:hover{
  color: #b6373c;
}
.InterentSacrificeList .Content .Left .ul2 li .xiala a.active{
  color: #b6373c;
}
.InterentSacrificeList .Content .Left .ul2 li p .span2{
  transition: all 0.3s;
}
.InterentSacrificeList .Content .Left .ul2 li p .span2.togle{
  transition: all 0.3s;
  transform:rotate(90deg);
-ms-transform:rotate(90deg);   /* IE 9 */
-moz-transform:rotate(90deg);  /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg);  /* Opera */
}
#web_rq_num u{
  color: blue;
  text-decoration: none;
}