.dialog-login .dialog .dialog-box{
    height: 120px;
    min-height: 120px;
    margin-top: -60px;
  }
.pay-list{
  position: relative;
}
.pay-list input {
  width: 0;
  height: 15px;
  top: -4px;
  background-color: #000;
  margin-right: 30px;
  border-radius: 50%;
  position: relative;
}
.pay-list input:before,
.pay-list input:after {
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
.pay-list input:before {
  top: 0px;
  left: -1px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
}
.pay-list input:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
}
.pay-list input:checked:after {
  top: 4px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #585858;
}
.pay-list input:checked:before {
  border-color: #585858;
}
/*---------登录/注册----*/
input:-webkit-autofill{
  background-color: #fff;
}
// 关于我们
  .about{
    text-align: center;
  }
  .about div:nth-child(1){
     width: 180px;
     margin: 0 auto;
     padding-top: 110px;
     padding-bottom: 83px;
          }
  .about div:nth-child(1) img{
    width: 100%;
  }
  .about div{
    text-align: center;
  }
  .about div h2{
    font-size: 23px;
    margin-bottom: 30px;
  }
  .about div{
    font-size: 18px;
  }
  .about div:nth-child(3){
     margin-top: 30px;    
  }
    .about div:nth-child(4){
     margin-top: 30px;    
     padding-bottom: 240px;
  }
    .wap_about{
  background: #fff;
  border-top: 1px solid #ddd;
  }

.WLogin {
  background: #efefef;
  padding: 0.65rem 5%;
}
.dl {
  width: 1024px;
  height: 400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 100px;
}
.dl .dl-left {
  float: left;
}
.dl .dl-left .dl-left-head {
  width: 100%;
}
.dl .dl-left .dl-left-head span a {
  color: black;
  font-weight: bold;
}
.dl .dl-left .LgErrors {
  background: #ff7f7e;
  padding-left: 1%;
  height: 35px;
  line-height: 35px;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: none;
}
.dl .dl-left .LgErrors span:nth-child(1) {
  color: white;
}
.dl .dl-left .LgErrors span:nth-child(2) {
  float: right;
  margin-right: 5px;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  cursor: pointer;
}
.dl .dl-left .dl-user {
  margin-top: 16px;
}
.dl .dl-left .dl-user .login-user {
  width: 388px;
  height: 29px;
  line-height: 29px;
  margin-top: 5px;
  font-size: 16px;
  outline: none;
}
/* input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;} */
.login-content{
  max-width: 1024px;
  min-height: 52vh;
}
.dl .dl-left .dl-psw {
  margin-top: 15px;
}
.dl .dl-left .dl-psw .login-password {
  width: 388px;
  height: 29px;
  line-height: 29px;
  margin-top: 5px;
  font-size: 16px;
  outline: none;
}
.dl .dl-left .dl-left div:nth-child(3) {
  margin-top: 66px;
}
.dl .dl-left div:nth-child(6),
.dl .dl-left div:nth-child(8) {
  margin-top: 15px;
}
.dl .dl-left .btn-dl {
  margin-top: 20px;
}
.dl .dl-left .change-dl{
  margin-top: 20px;
}
.dl .dl-left .change-dl img {
  margin-right: 38px;
  height: 25px;
  width: auto;
  cursor: pointer;
}
.dl .btn-dl,
.dl .btn-zc {
  width: 394px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  background: black;
  outline: none;
  border: none;
  cursor: pointer;
}
.dl .dl-right {
  float: right;
}
.dl .dl-right div:nth-child(2) {
  margin-top: 80px;
  color: #8e8e8e;
  font-size: 14px;
}
.dl .dl-right button {
  margin-top: 40px;
  color: #8e8e8e;
  font-size: 14px;
}
.dl-left div:nth-child(3),
.dl-left div:nth-child(6) > a,
.dl-left div:nth-child(8),
.dl-user > div,
.dl-psw > div {
  color: #8e8e8e;
  font-size: 14px;
}
.dl-left div:last-child > img {
  width: 30px;
  height: 30px;
}
/*---------注册----*/
.register {
  width: 1024px;
  margin: 108px auto;
}
   .btn_ele::-webkit-input-placeholder { /* WebKit browsers */
　　color:#999;
　　}
　　.btn_ele:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#999;
　　}
　　.btn_ele::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#999;
　　}
.register .btn_ele {
  position: relative;
}
.register .btn_ele .icon_right {
  position: absolute;
  right: 19%;
  top: 16px;

}
.register .btn_ele .icon_right:after{
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #000;
  border-style: solid;
  -webkit-transform:matrix(0.71,0.71,-0.71,0.71,0,0);
  transform:matrix(0.71,0.71,-0.71,0.71,0,0);
}
.register #schedule-box {
  width: 353px;
  margin: 0 auto;
  padding: 35px 20px;
  font-size: 13px;
  display: none;
  position: absolute;
  z-index: 99;
  background: #fff;
}
.register .schedule-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.register .today {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.register .ul-box {
  overflow: hidden;
}
.register .ul-box > li {
  float: left;
  width: 14.28%;
  text-align: center;
  padding: 5px 0;
}
.register .other-month {
  color: #999999;
}
.register .current-month {
  color: #333333;
}
.register .today-style {
  border-radius: 50%;
  background: #58d321;
}
.register .arrow {
  cursor: pointer;
}
.register .dayStyle {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}
.register .current-month > .dayStyle:hover {
  background: #00BDFF;
  color: #ffffff;
}
.register .today-flag {
  background: #00C2B1;
  color: #fff;
}
.register .boxshaw {
  -webkit-box-shadow: 2px 2px 15px 2px #e3e3e3;
          box-shadow: 2px 2px 15px 2px #e3e3e3;
}
.register .selected-style {
  background: #00BDFF;
  color: #ffffff;
}
.register #h3Ele {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
}
.pg_btn{
  position: absolute;
  top: 10px;
  height: 34px;
  width: 394px;
  z-index: 10;
}
.register p {
  color: #8e8e8e;
  font-size: 14px;
}
.register .rdo {
  width: 15px;
  height: 15px;
  top: -4px;
  background-color: #000;
  margin-right: 30px;
  border-radius: 50%;
  position: relative;
}
.register .rdo:before,
.register .rdo:after {
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
.register .rdo:before {
  top: 0px;
  left: -1px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #000;
}
.register .rdo:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
}
.register .rdo:checked:after {
  top: 3px;
  left: 2px;
  width: 9px;
  height: 9px;
  background-color: #585858;
}
.register .rdo:checked:before {
  border-color: #585858;
}
.register .i_male {
  position: absolute;
  left: 24px;
  top: 7px;
}
.register .i_female {
  position: absolute;
  left: 75px;
  top: 7px;
}
.register .register-Error,.zym-register {
  overflow: hidden;
  width: 385px;
  background: #ff7f7e;
  height: 34px;
  color: white;
  line-height: 34px;
  margin-bottom: 15px;
  padding:0 5px;
  display: none;
}
.register .register-Error p ,.zym-register p{
  float: left;
  color: #fff;
}
.register .register-Error span,.zym-register span {
  float: right;
  margin-right: 5px;
  cursor: pointer;
}

.register .register-top {
  width: 100%;
}
.register .register-top .register-tips {
  margin-top: 20px;
}
.register .register-left {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.register .register-left .register-country div {
    width: 377px;
    border: 1px solid #e6e6e6;
    height: 32px;
    padding-left: 15px;
    margin-top: 10px;
    line-height: 32px;
    color: #cfcfcf;
    background: #eeeeee;
  }
.register .register-left .register-sex {
  position: relative;
  margin-top: 15px;
}
.register .register-left .register-sex .register-sexSel {
  height: 32px;
  position: relative;
  top: 0px;
  left: 0;
  margin-top: 10px;
  width: 83.21%;
  border: 1px solid black;
  color: #8e8e8e;
  font-size: 14px;
}
.register .register-left .register-birthday {
  margin-top: 15px;
  position: relative;
}
.register .register-right {
  float: right;
}
.register .register-right .register-YZM {
  width: 83.21%;
  margin-top: 15px;
}
.register .register-right .register-YZM .register-YZMdiv {
    width: 392px;
    position: relative;
    border: 1px solid black;
    height: 32px;
    margin-top: 10px;
  }
#registsuccess{
    font-size: 14px;
    border: none;
    color: #ccc;
    width: 96px;
}
.register .register-right .register-YZM .register-YZMdiv input {
  width: 73%;
  height: 32px;
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 3%;
}
#reg_getYan {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30%;
    height: 34px;
    line-height: 34px;
    min-width: 80px;
    background: #585858;
    color: white;
    font-size: 14px;
    padding-left: 0px;
    text-align: center;
    cursor: pointer;
}
.register .register-right .register-creator {
  width: 394px;
  background: #000000;
  color: white;
  border: 0;
  margin-top: 20px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
}
.register .register-right .checkbox_is .box {
  float: left;
  margin-right: 0px;
}
.register .register-right .register-agree {
  position: relative;
}
.register .register-right .register-agree #gree {
  left: 0;
  font-size: 18px;
  top: -5px;
}
.register .register-right .register-agree .left {
  float: left;
  margin-top: -2px;
}
.register .register-right .register-agree input {
  width: 15px;
  height: 15px;
}
#myCheck + label{
  background-color: white;
  border: 1px solid #d3d3d3;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
#myCheck{
  display: none;
}
#myCheck:checked + label{
  background-color: #eee;
}
#myCheck:checked + label:after{
  content:"\2714";
}
.register .register-right .register-agree span {
  position: absolute;
  top: 1px;
  left: 20px;
  color: #8e8e8e;
  font-size: 14px;
}
.register-top h3{
  color: #000;
}
.register .register-right .register-agree a {
  margin-left: 28px;
  font-size: 14px;
  position: relative;
  top: 2px;
  line-height: 20px;
  cursor: pointer;
}
.register .register-right .register-agree a :hover {
  color: red;
}
.register .register-tips :last-child {
  margin-bottom: 60px;
}
.btn_reg{
  display: block; 
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
.register input[type='text'],
.register input[type='password'] {
    border: 1px solid black;
    width: 376px;
    height: 30px;
    margin-top: 10px;
    outline: none;
    padding-left: 15px;
  }
.register #register-male {
  position: absolute;
  left: 5px;
  top: -2px;
}
.register #register-female {
  position: absolute;
  left: 56px;
  top: -2px;
}
.register input[type='radio'] {
  margin-top: 11px;
  width: 11px;
  height: 11px;
}
.btn_reg:hover{
  color: #fff;
  cursor: pointer;
}
.register .register-username,
.register .register-Phpone,
.register .register-Email,
.register .register-YZM,
.register .register-Newpassword,
.register .register-Confirm,
.register .register-agree,
.register .register-Confirm :nth-child(3),
.register .register-country {
  margin-top: 15px;
}
.dl-left-head h4,.dl-right div:nth-child(1) h4,
.forget-left-head h4,.reset-left-head h4{
  color: #000;
}
/*------ 忘记密码-------*/
.forget {
  width: 1024px;
  height: 400px;
  margin: 108px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forget .forget-left {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.forget .forget-left button {
  margin-top: 20px;
}
.forget .forget-left .btn-forget {
  width: 83.647%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
  background: black;
  outline: none;
  border: none;
  cursor: pointer;
}
.forget .forget-left div:nth-child(3) {
  margin-top: 66px;
}
.forget .forget-left .forget-Tips {
  white-space: nowrap;
  width: 150%;
  color: #8e8e8e;
  font-size: 14px;
}
.forget .forget-left .forget-left-head {
  width: 100%;
}
.forget .forget-left .forget-left-head span a {
  color: black;
  font-weight: bold;
}
.forget .forget-left .forget-Errors {
  background: #ff7f7e;
  display: none;
  width: 394px;
  padding-left: 1%;
  height: 35px;
  line-height: 35px;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}
.forget .forget-left .forget-Errors span:nth-child(1) {
  color: white;
  float: left;
}
.forget .forget-left .forget-Errors span:nth-child(2) {
  float: right;
  margin-right: 5px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  cursor: pointer;
}
.forget .forget-left .forget-Num,
.forget .forget-left .forget-YZM {
  margin-top: 15px;
}
.forget .forget-left .forget-Num div,
.forget .forget-left .forget-YZM div {
  color: #8e8e8e;
  font-size: 14px;
}
.forget .forget-left .forget-Num div input,
.forget .forget-left .forget-YZM div input {
  outline: none;
}
.forget .forget-left .forget-Num #forget-Php {
  width: 80.59%;
  height: 30px;
  margin-top: 5px;
  padding-left: 2%;
}
.forget .forget-left .forget-YZM {
  width: 83.647%;
}
.forget .forget-left .forget-YZM .forget-YZMdiv {
  position: relative;
  border: 1px solid #a5a5a5;
  height: 34px;
  line-height: 34px;
  margin-top: 5px;
}
.forget .forget-left .forget-YZM .forget-YZMdiv #forget-Code {
  width: 78%;
  height: 31px;
  border: none;
  padding-left: 2%;
  margin: 0;
  padding-bottom: 0;
  background: #fff;
}
 #forget-HqYZM {
  width: 20%;
  background: #585858;
  color: white;
  font-size: 14px;
  min-width: 90px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: 0;
  border: 1px solid #585858;
}
/*--------- 重新设置密码----*/
.reset {
  width: 1024px;
  height: 400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reset .reset-left {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.reset .reset-left input {
  outline: none;
}
.reset .reset-left div:nth-child(3) {
  margin-top: 66px;
}
.reset .reset-left .reset-left-head {
  width: 100%;
}
.reset .reset-left .reset-left-head span a {
  color: black;
  font-weight: bold;
}
.reset .reset-left .reset-Errors {
  background: #ff7f7e;
  width: 394px;
  padding-left: 1%;
  height: 35px;
  line-height: 35px;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}
.reset .reset-left .reset-Errors span:nth-child(1) {
  color: white;
}
.reset .reset-left .reset-Errors span:nth-child(2) {
  float: right;
  margin-right: 5px;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  cursor: pointer;
}
.reset .reset-left .reset-new,
.reset .reset-left .reset-que {
  margin-top: 15px;
}
.reset .reset-left .reset-new div,
.reset .reset-left .reset-que div {
  margin-bottom: 10px;
  color: #8e8e8e;
  font-size: 14px;
}
.reset .reset-left .reset-new #reset-NewPsw {
  width: 82.8%;
  border: 1px solid #ccc;
}
.reset .reset-left .reset-que .reset-YZMdiv #reset-que {
  width: 388px;
}
.reset .reset-left .btn-reset {
  width: 83.647%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
  background: black;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}
.reset .reset-left .reset-Tips,
.reset .reset-left .reset-Tips-psw {
  white-space: nowrap;
  width: 150%;
  color: #8e8e8e;
  font-size: 14px;
}
/*------注册成功----*/
.Reg-success {
  width: 50%;
  margin: 108px auto;
}
.Reg-success .Reg-zccg {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.Reg-success .Reg-welcome {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  margin-top: 45px;
  margin-bottom: 35px;
}
.Reg-success .button_pl10 {
  margin: 0 auto;
  width: 398px;
}
.Reg-success .button_pl10 input {
  width: 398px;
}
.Reg-success input[type='button'] {
  width: 100%;
  height: 36px;
  text-align: center;
  background: black;
  color: white;
  border: 0;
  font-size: 14px;
  margin-top: 30px;
}
.perfect {
  margin: 108px auto;
  width: 60%;
  margin: 0 auto;
}
.perfect .perfect-Error {
  width: 38%;
  background: #ff7f7e;
  height: 25px;
  color: white;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 1%;
}
.perfect .perfect-Error span {
  float: right;
  margin-right: 5px;
  cursor: pointer;
}
.perfect .perfect-username,
.perfect .perfect-Phpone,
.perfect .perfect-Email,
.perfect .perfect-YZM,
.perfect .perfect-Newpassword,
.perfect .perfect-Confirm,
.perfect .perfect-agree,
.perfect .perfect-Confirm :nth-child(3),
.perfect .perfect-country {
  margin-top: 15px;
}
.perfect input[type='text'] {
  border: 1px solid black;
  width: 80%;
  height: 1rem;
  margin-top: 10px;
  outline: none;
  padding-left: 3%;
}
.perfect input[type='radio'] {
  margin-top: 0.37rem;
}
.perfect p {
  color: #8e8e8e;
  font-size: 14px;
}
.perfect .perfect-top {
  width: 100%;
}
.perfect .perfect-top h3 {
  font-size: 14px;
}
.perfect .perfect-top .perfect-tips {
  margin-top: 20px;
}
.perfect .perfect-top .perfect-tips :last-child {
  margin-bottom: 20px;
}
.perfect .perfect-left {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.perfect .perfect-left .perfect-birthday {
  margin-top: 55px;
}
.perfect .perfect-left .perfect-birthday .preArrow {
  position: relative;
  top: 0;
  left: -0.5rem;
}
.perfect .perfect-left .perfect-birthday .preArrow::before {
  content: "";
  border-left: 0.25rem solid #474747;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  position: absolute;
  top: 0;
  left: 0.05rem;
}
.perfect .perfect-left .perfect-birthday .preArrow::after {
  content: "";
  border-left: 0.25rem solid #fff;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.perfect .perfect-left .perfect-sex {
  position: relative;
  margin-top: 15px;
}
.perfect .perfect-left .perfect-sex .perfect-sexSel {
  height: 1rem;
  position: absolute;
  top: 25px;
  left: 0;
  width: 83%;
  border: 1px solid black;
  color: #8e8e8e;
  font-size: 14px;
}
.perfect .perfect-left .perfect-creator {
  width: 83%;
  background: #000000;
  color: white;
  border: 0;
  margin-top: 20px;
  height: 1rem;
  line-height: 1rem;
  cursor: pointer;
}
.perfect .perfect-right {
  float: right;
  width: 46%;
}
.perfect .perfect-right .perfect-YZM {
  width: 83%;
  margin-top: 15px;
}
.perfect .perfect-right .perfect-YZM .perfect-YZMdiv {
  width: 100%;
  position: relative;
  border: 1px solid black;
  height: 1rem;
  margin-top: 8px;
}
.perfect .perfect-right .perfect-YZM .perfect-YZMdiv input {
  width: 73%;
  height: 29px;
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 3%;
}
.perfect .perfect-right .perfect-YZM .perfect-YZMdiv a {
  position: absolute;
  top: 0;
  right: -1px;
  width: 30%;
  line-height: 1rem;
  min-width: 80px;
  background: #585858;
  color: white;
  font-size: 14px;
  text-align: center;
  height: 1rem;
  cursor: pointer;
}

.intimacy_page {
  width: 1024px;
  margin: 110px auto;
}
.intimacy_page h2 {
  margin-bottom: 43px;
  font-size: 16px;
  text-align: center;
}
.intimacy_page div {
  margin-bottom: 55px;
}
.intimacy_page div h6 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 400;
  font-style: italic;
}
.intimacy_page div p {
  font-size: 12px;
  line-height: 30px;
}
.brand-page {
  width: 1024px;
  margin: 0 auto;
}
#brand_content .brand-page .brand-title {
  width: 526px;
  margin: 122px auto 0px;
}
.brand-page .brand-title h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: normal;
}
.brand-page .brand-title .brand-that {
  text-align: center;
}
#brand_content .brand-page .brand-title .space{
  width: 359px;
  margin: 55px auto 0;
}
.brand-page .brand-title .brand-that p {
  font-size: 14px;
  line-height: 30px;
}
.brand-page .brand-title .space {
  margin-top: 25px;
}
.brand-page .seation {
  margin-top: 137px;
}
.brand-page .seation .brand-list {
  margin-bottom: 170px;
}
.brand-page .seation .brand-list .brand-img {
  position: relative;
}
.brand-page .seation .brand-list .brand-img img {
  width: 100%;
}
.brand-page .seation .brand-list .brand-img .brand-img-that {
  width: 100%;
  position: absolute;
  left: 0;
  top: 38%;
  text-align: center;
}
.brand-page .seation .brand-list .brand-img .brand-img-that .act-brand {
  margin-bottom: 20px;
  font-size: 53px;
  text-align: center;
  color: #fff;
}
.brand-img-that a{
  color: #fff;
}
.btn-more,.btn-more-pl{
  cursor: pointer;
}
.brand-page .seation .brand-list .brand-img .brand-img-that p:nth-child(2) {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.brand-page .seation .brand-list .pro10 {
  margin-top: 50px;
  width: 800px;
}
.brand-page .seation .brand-list .pro10 p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  width: 100%!important;
  margin: 0 auto;
}
.brand-page .seation .brand-list:nth-child(1) .pro10 p {
  width: 700px!important;
}
// 品牌*******


#hotel .brack-page .hotel-video{ 
   width: 800px;
   margin:0 auto;
}

