@charset "utf-8";
html{
  /* height: 100%; */
}
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  height: 100vh;
  color: #333;
  background: #f6f6f6;
  font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

* {
  transition: all 0.2s;
}

.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
dl,
dt,
dd,
ul,
li,
ol,
p,
form {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none;
}

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

a:hover {
  color: #5e2bb8;
  text-decoration: none;
}

i {
  font-style: normal;
}
.el-form-item.is-error .el-radio.is-bordered {
  border-color: #F56C6C;
}
.el-form-item.is-error .el-radio__inner {
  border: 1px solid #F56C6C;
}
/*input,*/
/*textarea,select {*/
/*    border-radius: 4px !important;*/
/*    border: 0;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    outline: none;*/
/*    width: 100%;*/
/*    height: 36px;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 4px;*/
/*    box-sizing: border-box;*/
/*    padding: 0 15px;*/
/*}*/
input::placeholder {
  color: #aaa;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

select {
  padding: 0 11px;
}

button {
  outline: none;
  border-radius: 4px;
  border: 0;
  padding: 0;
  margin: 0;
  /*width: 100%;*/
  height: 36px;
  color: #fff;
  background: #5e2bb8;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

button:active {
  opacity: 1;
}

button.btn-grey {
  background: #999;
}

img {
  border: 0;
}

.f-red {
  color: #5e2bb8;
}

.middle {
  width: 1024px;
  margin: 0 auto;
}

.middle:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.bg-grey {
  background: #f6f6f6;
}

.bg-white {
  background: #fff;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.blank30 {
  width: 100%;
  height: 30px;
}

.blank50 {
  width: 100%;
  height: 50px;
}

.blank100 {
  width: 100%;
  height: 100px;
}

.no-line {
  border: 0 !important;
}

/*首页*/
.head-top {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 1000;
  background: #5e2bb8;
}

.head-top .h-top {
  display: flex;
  width: 100%;
  height: 70px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}


.login-box {
  float: right;
}

.login-box a {
  color: #fff;
  padding: 0 12px;
  display: block;
  float: left;
  opacity: 0.7;
}

.login-box a:hover {
  opacity: 1;
}

.login-box a:nth-child(1) {
  background: url(../images/icon/icon-18.png) no-repeat center right;
  padding-right: 13px;
}

.login-box a:nth-child(2) {
  padding-right: 0;
}

.login-box-2 {
  float: right;
  position: relative;
}

.h-application a,
.h-notice a,
.h-user a.h-user-a {
  color: #fff;
  display: block;
  float: left;
  padding: 0 12px;
  opacity: 0.7;
}

.h-application a:hover,
.h-application2 a:hover,
.h-notice a:hover,
.h-user a.h-user-a:hover {
  opacity: 1;
  color: #fff;
}

.h-application a,
.h-notice a {
  background: url(../images/icon/icon-18.png) no-repeat center right;
  padding-right: 13px;
}

.h-application a span {
  color: #5e2bb8;
  padding: 0 3px;
}

.h-notice a span {
  display: block;
  float: left;
  width: 12px;
  height: 40px;
  background: url(../images/icon/icon-5.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
}

.h-notice a span i {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background: #5e2bb8;
  top: 7px;
  left: 4px;
  border-radius: 2px;
}

.h-user a.h-user-a span {
  display: block;
  padding-right: 20px;
  background-size: auto 35%;
  float: left;
  position: relative;
  box-sizing: border-box;
}

.h-user a.h-user-a span i {
  display: block;
  width: 10px;
  height: 20px;
  background: url(../images/icon/icon-8.png) no-repeat center center;
  opacity: 0.5;
  background-size: 100% auto;
  float: right;
  position: absolute;
  right: 0;
  top: 10px;
}

.login-box-2 div {
  float: left;
}

.h-user-menu {
  width: 150px;
  display: none;
  background: #fff;
  position: absolute;
  top: 40px;
  right: 0;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  z-index: 11;
  overflow: hidden;
}

.h-user:hover .h-user-menu {
  display: block;
}

.h-user-menu li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.h-user-menu li:last-child {
  border: 0;
}

.h-user-menu li a {
  display: block;
  width: 100%;
  color: #333;
  padding: 0;
  box-sizing: border-box;
  padding-left: 20px;
}

.h-user-menu li a:hover {
  color: #5e2bb8;
  background: #f2f2f2;
}

.h-user-menu li a i {
  display: block;
  float: left;
  width: 20px;
  height: 40px;
  margin-right: 10px;
}

.h-user-menu li a span {
  color: #5e2bb8;
  margin-left: 10px;
  font-weight: bold;
}

.h-u-m-1 {
  background: url(../images/user/icon/1.png) no-repeat center center;
  background-size: 90% auto;
}

.h-u-m-2 {
  background: url(../images/user/icon/2.png) no-repeat center center;
  background-size: 90% auto;
}

.h-u-m-3 {
  background: url(../images/user/icon/3.png) no-repeat center center;
  background-size: 90% auto;
}

.h-u-m-4 {
  background: url(../images/user/icon/4.png) no-repeat center center;
  background-size: 90% auto;
}

.h-u-m-5 {
  background: url(../images/user/icon/7.png) no-repeat center center;
  background-size: 90% auto;
}

.h-u-m-6 {
  background: url(../images/user/icon/10.png) no-repeat center center;
  background-size: 90% auto;
}

.h-u-m-7 {
  background: url(../images/user/icon/11.png) no-repeat center center;
  background-size: 90% auto;
}

.h-u-m-8 {
  background: url(../images/user/icon/12.png) no-repeat center center;
  background-size: 90% auto;
}

.h-user-menu li a:hover .h-u-m-1 {
  background: url(../images/user/icon/1-on.png) no-repeat center center;
  background-size: 90% auto;
}

.h-user-menu li a:hover .h-u-m-2 {
  background: url(../images/user/icon/2-on.png) no-repeat center center;
  background-size: 90% auto;
}

.h-user-menu li a:hover .h-u-m-3 {
  background: url(../images/user/icon/3-on.png) no-repeat center center;
  background-size: 90% auto;
}

.h-user-menu li a:hover .h-u-m-4 {
  background: url(../images/user/icon/4-on.png) no-repeat center center;
  background-size: 90% auto;
}

.h-user-menu li a:hover .h-u-m-5 {
  background: url(../images/user/icon/7-on.png) no-repeat center center;
  background-size: 90% auto;
}

.h-user-menu li a:hover .h-u-m-6 {
  background: url(../images/user/icon/10-on.png) no-repeat center center;
  background-size: 90% auto;
}

.h-user-menu li a:hover .h-u-m-7 {
  background: url(../images/user/icon/11-on.png) no-repeat center center;
  background-size: 90% auto;
}

.h-user-menu li a:hover .h-u-m-8 {
  background: url(../images/user/icon/12-on.png) no-repeat center center;
  background-size: 90% auto;
}


.sel-language {
  float: right;
  background: url(../images/icon/icon-18.png) no-repeat center right;
  padding-right: 13px;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
}

.sel-language span {
  display: block;
  background: url(../images/icon/icon-6.png) no-repeat left center;
  padding: 0 20px;
  background-size: auto 35%;
  float: left;
  position: relative;
}

.sel-language span i {
  display: block;
  width: 10px;
  height: 20px;
  background: url(../images/icon/icon-8.png) no-repeat center center;
  opacity: 0.5;
  background-size: 100% auto;
  float: right;
  position: absolute;
  right: 0;
  top: 10px;
}

.sel-language:hover {
  opacity: 1;
}

.sel-language-list {
  display: none;
  width: 100px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 1001999;
}

.sel-language-list li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.sel-language-list li a {
  display: block;
  width: 100%;
  line-height: 40px;
}

.sel-language-list li a:hover {
  background: #f2f2f2;
}

.sel-language:hover .sel-language-list {
  display: block;
}

.h-logo {
  padding: 12px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.h-logo .logo {
  flex: auto;
}

.h-logo .tel {
  flex: none;
  justify-self: flex-end;
  width: 210px;
  text-align: right;
}

.h-logo .tel span {
  font-size: 25px;
  color: #fff;
  display: inline-block;
  padding-left: 50px;
  background: url(../images/icon/icon-7-1.png) no-repeat left center;
  background-size: 35px auto;
  margin-top: 15px;
}

.h-nav {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.h-nav ul {
  display: flex;
}

.h-nav ul li {
  width: 14%;
  flex: 1;
  height: 60px;
  float: left;
  font-size: 18px;
  line-height: 60px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

}

.h-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}

.h-nav ul li i {
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: #5e2bb8;
}

.h-nav ul li:hover i {
  width: 100%;
  background: #5e2bb8;
}

.h-nav ul li.on i {
  width: 100%;
  background: #5e2bb8;
}


.f-nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #5e2bb8;
}

.f-nav ul {
  display: flex;
}

.f-nav ul li {
  width: 12.5%;
  float: left;
  flex: 1;

}

.f-nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.f-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.15);
}

.f-nav ul li:nth-child(6) {
  flex: 5%;
}

.f-nav ul li:last-child {
  background: none;
}

.f-info {
  padding: 30px 0;
  color: #fff;
}


.f-contact {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  margin-left: 30px;
  padding-left: 30px;
}

.f-v-code {
  float: right;
  flex: 1;
  width: 90px;
}

.f-v-code div img {
  width: 90px;
  height: 90px;
}

.f-v-code span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
}

.f-tel {
  width: 100%;
  overflow: hidden;
  line-height: 25px;
}

.f-tel span {
  display: block;
  float: left;
  height: 25px;
  padding-left: 35px;
  margin-right: 40px;
}

.f-tel span:nth-child(1) {
  background: url(../images/icon/icon-7.png) no-repeat left center;
  background-size: auto 100%;
}

.f-tel span:nth-child(2) {
  background: url(../images/icon/icon-17.png) no-repeat left center;
  background-size: auto 80%;
}

.f-address {
  width: 100%;
  font-size: 15px;
  overflow: hidden;
  margin-top: 8px;
}

.f-copyright {
  width: 100%;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.links {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 15px 0;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.links dl dt {
  float: left;
  width: 7%;
  line-height: 30px;
}

.links dl dd {
  width: 93%;
  float: left;
  color: #888;
}

.links dl dd a {
  width: 16%;
  float: left;
  text-align: center;
  display: block;
  color: #999;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.links dl dd a:hover {
  color: #333;
}

.banner {
  width: 100%;
  height: 580px;
  z-index: -1;
  /*overflow: hidden;*/
  /*position: relative;*/
}

.banner-info {
  width: 100%;
  position: absolute;
  top: 250px;
  left: 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  z-index: 999;
}

.banner-info h2 {
  font-size: 35px;
  font-weight: bold;
  margin-top: 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 10px;
}

.banner-info h3 {
  font-size: 40px;
  line-height: 1.2;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.visa-box {
  position: relative;
  width: 1024px;
  height: 90px;
  margin: 0 auto;
}

.visa-section {
  width: 90%;
  position: absolute;
  top: -170px;
  left: 5%;
  background: #fff;
  z-index: 11;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.visa-i-menu {
  width: 100%;
  background: #ddd;
}

.visa-i-menu ul {
  width: 95%;
  margin: 0 auto;
  background: #ccc;
}

.visa-i-menu ul li {
  width: 25%;
  height: 130px;
  float: left;
  text-align: center;
  background: url(../images/icon/icon-20.png) no-repeat right center;
  box-sizing: border-box;
}

.visaCenter-menu ul li {
  width: 20%;
  height: 130px;
  float: left;
  text-align: center;
  background: url(../images/icon/icon-20.png) no-repeat right center;
  box-sizing: border-box;
}

.visa-i-menu ul li:last-child {
  background: none;
}

.visa-i-menu ul li a {
  color: #333;
  font-size: 16px;
  display: block;
  transition: 0s;
}

.visa-i-menu ul li i {
  width: 100%;
  height: 32px;
  display: block;
  margin-top: 32px;
}

.visa-i-menu ul li:nth-child(1) i {
  background: url(../images/icon/icon-1.png) no-repeat center center;
  background-size: auto 100%;
}

.visa-i-menu ul li:nth-child(2) i {
  background: url(../images/icon/icon-2.png) no-repeat center center;
  background-size: auto 100%;
}

.visa-i-menu ul li:nth-child(3) i {
  background: url(../images/icon/icon-3.png) no-repeat center center;
  background-size: auto 100%;
}

.visa-i-menu ul li:nth-child(4) i {
  background: url(../images/icon/icon-4.png) no-repeat center center;
  background-size: auto 100%;
}

.visaCenter-menu ul li:nth-child(5) i {
  background: url(../images/icon/icon-4-2.png) no-repeat center center;
  background-size: auto 100%;
}

.visaCenter-menu ul li:nth-child(5):hover i {
  background: url(../images/icon/icon-4-2-on.png) no-repeat center center;
  background-size: auto 100%;
}


.visa-i-menu ul li span {
  display: block;
  margin-top: 10px;
}

.visa-i-menu ul li:hover {
  background: #5e2bb8;
  transform: scale(1.1);
}

.visa-i-menu ul li:hover a {
  color: #fff;
}

.visa-i-menu ul li:nth-child(1):hover i {
  background: url(../images/icon/icon-1-on.png) no-repeat center center;
  background-size: auto 100%;
}

.visa-i-menu ul li:nth-child(2):hover i {
  background: url(../images/icon/icon-2-on.png) no-repeat center center;
  background-size: auto 100%;
}

.visa-i-menu ul li:nth-child(3):hover i {
  background: url(../images/icon/icon-3-on.png) no-repeat center center;
  background-size: auto 100%;
}

.visa-i-menu ul li:nth-child(4):hover i {
  background: url(../images/icon/icon-4-on.png) no-repeat center center;
  background-size: auto 100%;
}


.visa-num {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.visa-num span {
  color: #5e2bb8;
  font-size: 35px;
  padding: 0 10px;
}

.news-hot {
  width: 730px;
  height: 680px;
  overflow: hidden;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 30px;
}

.notice-new {
  width: 435px;
  height: 680px;
  overflow: hidden;
  float: right;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 30px;
}

.notice-new-2 {
  width: 100%;
  height: 380px;
  overflow: hidden;
  float: right;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 30px;
}

.title-h2 {
  width: 100%;
  background: url(../images/icon/icon-22.png) repeat-x bottom left;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}

.title-h2 span {
  display: inline-block;
  border-bottom: 3px solid #5e2bb8;
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
}

.news-hot-list {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

.news-hot-img {
  width: 380px;
  height: 285px;
  float: left;
}

.news-hot-img img {
  width: 380px;
  height: 285px;
}

.news-hot-ul {
  width: 260px;
  float: right;
}

.news-hot-ul li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.news-hot-ul li a {
  width: 100%;
  height: 28px;
  display: block;
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-hot-ul li span {
  display: block;
  padding-left: 20px;
  width: 100%;
  height: 20px;
  background: url(../images/icon/icon-21.png) no-repeat left center;
  background-size: auto 60%;
  font-size: 12px;
  color: #aaa;
  margin-top: 5px;
}

.tour-hot {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.tour-hot-ul li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
}

.tour-hot-ul li:last-child {
  margin-right: 0;
}

.tour-hot-ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.tour-hot-ul li a div {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.tour-hot-ul li a div img {
  width: 100%;
  height: auto;
}

.tour-hot-ul li a span {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
}

.tour-hot-ul li a i {
  width: 90px;
  height: 27px;
  display: block;
  line-height: 27px;
  color: #fff;
  background: url(../images/icon/icon-9.png) no-repeat;
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;
  padding-right: 10px;
  position: absolute;
  top: 8px;
  left: -90px;
}

.tour-hot-ul li:hover a i {
  left: 0;
}

.notice-new-ul,
.notice-new-ul-2 {
  width: 100%;
  margin-top: 25px;
}

.notice-new-ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.notice-new-ul-2 li {
  width: 50%;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}

.notice-new-ul li a,
.notice-new-ul-2 li a {
  display: block;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  background: url(../images/icon/icon-11.png) no-repeat left 4px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-new-ul li span,
.notice-new-ul-2 li span {
  display: block;
  padding-left: 30px;
  font-size: 14px;
  color: #aaa;
  box-sizing: border-box;
}

.notice-new-ul li.istop a,
.notice-new-ul li a:hover,
.notice-new-ul-2 li.istop a,
.notice-new-ul-2 li a:hover {
  color: #5e2bb8;
  background: url(../images/icon/icon-11-on.png) no-repeat left 4px;
}

.visa-flow {
  margin-top: 55px;
}

.title-h2-2 {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 30px;
}

.title-h2-2 span {
  display: inline-block;
  padding: 0 20px;
  border-bottom: 3px solid #5e2bb8;
}

.title-h2-2 i {
  display: none;
  width: 170px;
  height: 3px;
  background: #5e2bb8;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5px;
}

.visa-flow-ul {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  display: flex;
}

.visa-flow-ul li {
  width: 16%;
  flex: 1;
  float: left;
  position: relative;

}

.visa-flow-ul li div {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border: 4px solid #5e2bb8;
  border-radius: 38px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  line-height: 70px;
  font-size: 30px;
  color: #666;
}

.visa-flow-ul li span {
  width: 130px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
}

.visa-flow-ul li span i {
  position: absolute;
  top: 0px;
  left: 50px;
}

.visa-flow-ul li:hover {}

.visa-flow-ul li:hover div {
  background: #5e2bb8;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.visa-flow-ul li:hover span {
  background: #5e2bb8;
  border-radius: 5px;
  color: #fff;
}

.visa-flow-ul li:hover span i {
  width: 30px;
  height: 15px;
  display: block;
  background: url(../images/icon/icon-10.png) no-repeat center center;
  position: absolute;
  top: -6px;
  left: 50px;
}

.visa-flow-ul li p {
  width: 28px;
  height: 2px;
  overflow: hidden;
  background: url(../images/icon/icon-23.png) no-repeat center center;
  position: absolute;
  right: -14px;
  top: 35px;
}

.visa-flow-ul li:last-child p {
  display: none;
}

.visa-center-box {
  padding: 50px 0 30px 0;
}

.title-h2-3 {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
}

.visa-center-ul {
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
}

.visa-center-ul li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 40px;
  float: left;
  overflow: hidden;
  opacity: 0.8;
}

.visa-center-ul li:nth-child(4n) {
  margin-right: 0;
}

.visa-center-ul li a {
  width: 100%;
  height: 135px;
  line-height: 135px;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.visa-center-ul li.sh {
  background: url(../images/v-img-sh.png) no-repeat center center;
  background-size: 100% auto;
}

.visa-center-ul li.bj {
  background: url(../images/v-img-bj.png) no-repeat center center;
  background-size: 100% auto;
}

.visa-center-ul li.gz {
  background: url(../images/v-img-gz.png) no-repeat center center;
  background-size: 100% auto;
}

.visa-center-ul li.cd {
  background: url(../images/v-img-cd.png) no-repeat center center;
  background-size: 100% auto;
}

.visa-center-ul li.wh {
  background: url(../images/v-img-wh.png) no-repeat center center;
  background-size: 100% auto;
}

.visa-center-ul li.qd {
  background: url(../images/v-img-qd.png) no-repeat center center;
  background-size: 100% auto;
}

.visa-center-ul li.sy {
  background: url(../images/v-img-sy.png) no-repeat center center;
  background-size: 100% auto;
}

.visa-center-ul li.xa {
  background: url(../images/v-img-xa.png) no-repeat center center;
  background-size: 100% auto;
}

.visa-center-ul li:hover a {
  transform: scale(1.1);
}

.visa-center-ul li:hover {
  transform: translateY(-2%);
  opacity: 1;
}

.embassy-box,
.branch-box {
  width: 100%;
}

.title-h2-4 {
  width: 100%;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}

.title-h2-4 span {
  display: inline-block;
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
}

.embassy-tabs,
.branch-tabs {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #5e2bb8;
}

.embassy-tabs li,
.branch-tabs li {
  width: 10%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.embassy-tabs li.on,
.branch-tabs li.on {
  background: #5e2bb8;
  color: #fff;
}

.embassy-info,
.branch-info {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-top: 0;
  padding: 50px;
  overflow: hidden;
}

.embassy-map,
.branch-map {
  width: 400px;
  height: 250px;
  float: left;
}

.embassy-map img,
.branch-map img {
  width: 400px;
  height: 250px;
}

.embassy-contact,
.branch-contact {
  width: 650px;
  margin-left: 40px;
  float: left;
}

.embassy-contact h3,
.branch-contact h3 {
  width: 100%;
  color: #5e2bb8;
  font-size: 24px;
  font-weight: bold;
}

.branch-contact h3 {
  margin-left: 58px;
}

.embassy-contact-box,
.branch-contact-box {
  width: 100%;
  margin-top: 10px;

}

.convenient-service {
  padding: 20px 0;
}

.c-s-ul {
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 20px 0;
}

.c-s-ul li {
  width: 25%;
  float: left;
  padding: 20px 0;
}

.c-s-ul li a {
  display: block;
}

.c-s-ul li i {
  width: 100%;
  height: 45px;
  display: block;
}

.c-s-ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.c-s-ul li:nth-child(1) i {
  background: url(../images/icon/icon-12.png) no-repeat center center;
  background-size: auto 100%;
}

.c-s-ul li:nth-child(2) i {
  background: url(../images/icon/icon-13.png) no-repeat center center;
  background-size: auto 100%;
}

.c-s-ul li:nth-child(3) i {
  background: url(../images/icon/icon-14.png) no-repeat center center;
  background-size: auto 100%;
}

.c-s-ul li:nth-child(4) i {
  background: url(../images/icon/icon-15.png) no-repeat center center;
  background-size: auto 100%;
}

.c-s-ul li:nth-child(5) i {
  background: url(../images/icon/icon-16.png) no-repeat center center;
  background-size: auto 100%;
}

.c-s-ul li:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.title-h2-5 {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 30px;
}

.title-h2-5 span {
  display: block;
}

.title-h2-5 i {
  display: block;
  width: 45px;
  height: 3px;
  background: #5e2bb8;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5px;
}

.visa-center-contact {
  padding: 50px 0 30px 0;
}

.v-c-c-box {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background: #fff;
  margin-top: 10px;
}

.v-c-c-info {
  width: 560px;
  float: left;
  padding: 50px 10px 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.v-c-c-info-2 {
  height: auto;
  padding: 20px 0 0 0;
}

.v-c-c-info dl {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}

.v-c-c-info dl dt {
  width: 18%;
  float: left;
  font-weight: bold;
  text-align: right;
}

.v-c-c-info dl dd {
  width: 80%;
  float: left;
  text-align: left;
}

.v-c-c-map {
  float: right;
  margin-top: 50px;
}

.v-c-c-map img {
  width: 560px;
  height: 100%;
}

.v-c-c-region {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  text-align: center;
  padding: 20px 0;
  font-size: 25px;
}

.v-c-c-region span {
  font-weight: bold;
}

.visa-cost {
  padding: 50px 0 30px 0;
}

.cost-table {
  width: 100%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background-color: #fff;
}

.cost-table tr:nth-child(2n) {
  background: #f2f2f2;
}

.cost-table tr th {
  color: #fff;
  background: #5e2bb8;
  padding: 15px;
}

.cost-table tr td {
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  border-right: 1px solid #e5e5e5;
}

.cost-table tr td:last-child {
  border-right: 0;
}

/*新闻中心*/
.page-top {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background-size: auto 50%;
}

.page-class {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 220px;
  color: #fff;
  overflow: hidden;
}

.page-class span {
  display: inline-block;
  padding: 0 20px;
  border-bottom: 3px solid #5e2bb8;
}

.page-class i {
  display: none;
  width: 45px;
  height: 3px;
  background: #5e2bb8;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5px;
}

.page-top .middle {
  height: 360px;
  position: relative;
  overflow: hidden;
}

.page-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  z-index: 1;
  overflow: hidden;

}

.page-nav li {
  width: 25%;
  float: left;
  flex: 1;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;

}

.page-nav li:last-child {
  border-right: 0;
}

.page-nav li a {
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-nav li.on {
  background: #5e2bb8;
  border-bottom: 0;
}

.page-nav li.on a {
  color: #fff;
}

.page-location {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.page-location li {
  float: left;
  color: #999;
  font-size: 14px;
  background: url(../images/icon/icon-25.png) no-repeat right center;
  background-size: auto 20%;
  padding-right: 20px;
  margin-left: 15px;
}

.page-location li i {
  width: 13px;
  height: 60px;
  display: block;
  float: left;
  background: url(../images/icon/icon-24.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 5px;
}

.page-location li:first-child {
  margin-left: 0;
}

.page-location li:last-child {
  background: none;
  color: #000;
}

.page-left {
  width: 800px;
  float: left;
  margin-top: 20px;
}

.page-s-class {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
  overflow: hidden;
}

.page-s-class i {
  display: block;
  width: 4px;
  height: 20px;
  background: #333;
  float: left;
  overflow: hidden;
  margin-top: 16px;
}

.page-s-class span {
  font-size: 20px;
  color: #5e2bb8;
  font-weight: bold;
  margin-left: 15px;
  float: left;
}

.page-main {
  width: 100%;
}

.news-list {
  width: 100%;
  overflow: hidden;
}

.news-list li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
  box-sizing: border-box;
  padding: 25px 0;
}

.news-list li .img {
  width: 170px;
  height: 128px;
  overflow: hidden;
  float: left;
}

.news-list li .img img {
  width: 170px;
  height: 128px;
}

.news-list li .info {
  width: 600px;
  float: right;
}

.news-list li .info h2 {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list li .info .introduce {
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #aaa;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list li .info .other {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #aaa;
  margin-top: 20px;
}

.news-list li .info .other .views {
  background: url(../images/icon/icon-26.png) no-repeat left center;
  background-size: auto 60%;
  padding-left: 20px;
  margin-left: 20px;
}

.news-list li:hover .img img {
  transform: scale(1.2);
}

.news-list li:hover h2 a {
  color: #5e2bb8;
}

.news-list li:hover .introduce {
  color: #666;
}

.pages {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.page-right {
  width: 360px;
  float: right;
  overflow: hidden;
  margin-top: 30px;
}

.r-hot-img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.r-hot-img a {
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: block;
  position: relative;
}

.r-hot-img a img {
  width: 100%;
  height: auto;
}

.r-hot-img a span {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.r-hot-box {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.r-hot-list {
  width: 100%;
}

.r-hot-list li {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px dotted #e5e5e5;
  overflow: hidden;
}

.r-hot-list li a {
  display: block;
}

.r-hot-list li a .img {
  width: 95px;
  height: 70px;
  float: left;
  overflow: hidden;
}

.r-hot-list li a .img img {
  width: 100%;
  height: auto;
}

.r-hot-list li:hover a .img img {
  transform: scale(1.2);
}

.r-hot-list li a .info {
  width: 250px;
  height: 70px;
  float: right;
  overflow: hidden;
}

.r-hot-list li a .info h3 {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}

.r-hot-list li a .info p {
  width: 100%;
  height: 45px;
  overflow: hidden;
  background: url(../images/icon/icon-27.png) no-repeat center center;
  margin-top: 10px;
}

.r-hot-list li a .info p span {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: justify;
  font-size: 12px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #aaa !important;
}

.page-h1 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  line-height: 1.5;
  text-align: justify;
}

.page-info {
  width: 100%;
  height: 40px;
  padding: 20px 0 5px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.page-other {
  width: 70%;
  float: left;
  font-size: 14px;
  color: #aaa;
  line-height: 40px;
}

.page-other span {
  display: inline-block;
  margin-right: 30px;
}

.page-other span.views {
  background: url(../images/icon/icon-26.png) no-repeat left center;
  background-size: auto 30%;
  padding-left: 25px;
}

.page-share {
  width: 30%;
  float: right;
  text-align: right;
}

.page-details {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  padding: 20px 0;
  text-align: justify;
}

.page-details img {
  max-width: 100%;
  height: auto;
}

.page-details p {
  padding: 5px 0;
}

/*旅游信息*/
.tour-hot {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.page-h2-2 {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #000000;
}

.page-h2-2 span {
  color: #5e2bb8;
}

.tour-hot-box {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}

.tour-hot-list {
  width: 100%;
  padding: 0 75px;
  box-sizing: border-box;
}

.tour-hot-list li {
  width: 330px;
  height: 250px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.tour-hot-list li:nth-child(3n) {
  margin-right: 0;
}

.tour-hot-list li img {
  width: 100%;
  height: 250px;
}

.tour-hot-list li .info {
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -190px;
}

.tour-hot-list li .info span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}

.tour-hot-list li:hover .info {
  bottom: 0;
}

.tour-hot-list li:hover .info span {
  font-size: 18px;
  margin-top: 80px;
}

.tour-hot-list li:hover .info a {
  display: block;
  width: 140px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #fff;
  margin-top: 10px;
  margin: 0 auto;
}

.tour-theme-box {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.page-nav-box {
  margin-top: 40px;
}

.page-nav-box .page-nav {
  width: 100%;
  position: static;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  box-sizing: border-box;
}

.tour-item-box {
  width: 100%;
  margin-top: 30px;
}

.tour-list {
  width: 100%;
  overflow: hidden;
}

.tour-list li {
  width: 280px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.tour-list li:nth-child(4n) {
  margin-right: 0;
}

.tour-list li .img {
  width: 280px;
  height: 200px;
  overflow: hidden;
}

.tour-list li .img img {
  width: 280px;
  height: auto;
}

.tour-list li:hover .img img {
  transform: scale(1.2);
}

.tour-list li .info {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.tour-list li .info h3 {
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}

.tour-list li .info p {
  width: 100%;
  height: 50px;
  overflow: hidden;
  color: #666 !important;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*网站地图*/
.sitemap-list {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}

.sitemap-list li {
  width: 18%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;

}

.sitemap-list li:nth-child(5n),
.sitemap-list li:last-child {
  margin-right: 0;
}

.sitemap-list li a {
  display: block;
  background: #efefef;
}

.sitemap-list li a:hover {
  background: #5e2bb8;
  color: #fff;
}

/*联系我们*/
.about-nav {
  width: 100%;
  margin-top: 30px;
}

.about-nav ul {
  width: 100%;
  overflow: hidden;
}

.about-nav ul li {
  width: 31%;
  float: left;
  height: 60px;
  margin-right: 3.5%;
  line-height: 60px;
  text-align: center;
}

.about-nav ul li:last-child {
  margin-right: 0;
}

.about-nav ul li a {
  display: block;
  background: #efefef;
  font-size: 20px;
}

.about-nav ul li a:hover,
.about-nav ul li.on a {
  background: #5e2bb8;
  color: #fff;
}

.about-box {
  width: 100%;
  margin-top: 40px;
}

.v-c-contact-info li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
}

.v-c-contact-info li i {
  width: 17px;
  height: 35px;
  display: block;
  float: left;
  margin-right: 15px;
}

.v-c-tel {
  /*background: url(../images/icon/icon-28.png) no-repeat center center;*/
  /*background-size: 100% auto;*/
}

.v-c-email {
  /*background: url(../images/icon/icon-29.png) no-repeat center center;*/
  /*background-size: 100% auto;*/
}

.v-c-fax {
  /*background: url(../images/icon/icon-30.png) no-repeat center center;*/
  /*background-size: 100% auto;*/
}

.v-c-add {
  /*background: url(../images/icon/icon-31.png) no-repeat center center;*/
  /*background-size: 100% auto;*/
}

.v-c-post {
  /*background: url(../images/icon/icon-32.png) no-repeat center center;*/
  /*background-size: 100% auto;*/
}

.v-c-about-info {
  width: 100%;
  overflow: hidden;
}

.v-c-about-info .img {
  width: 500px;
  float: left;
}

.v-c-about-info .info {
  width: 700px;
  float: right;
}

.v-center-cooperate {
  width: 100%;
  overflow: hidden;
}

.v-c-cooperate-info .info {
  width: 100%;
  float: left;
  text-align: justify;
}

.v-c-c-contact {
  width: 40%;
  float: right;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 25px;
}

.cooperate-list {
  width: 100%;
}

.cooperate-list li {
  width: 150px;
  height: 80px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-right: 25px;
  margin-bottom: 20px;
}

.cooperate-list li:nth-child(7n) {
  margin-right: 0;
}

/*签证类型*/
.service-left {
  width: 300px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  background: #f8f8f8;
}

.s-l-title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background: #5e2bb8;
  border-radius: 6px;
}

.s-l-search {
  width: 92%;
  margin: 0 auto;
}

.s-l-search-box {
  width: 100%;
  height: 38px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}

.s-l-search-box input {
  width: 85%;
  height: 36px;
  background: #fff;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.s-l-search-box button {
  width: 15%;
  height: 36px;
  background: url(../images/icon/icon-33.png) no-repeat center center;
  background-size: 45% auto;
  float: right;
  border-radius: 0;
}

.s-l-search-box button:hover {
  background: url(../images/icon/icon-33.png) no-repeat center center #ddd;
  background-size: 45% auto;
}

.s-l-menu {
  width: 92%;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.s-l-menu-ul {
  width: 100%;
}

.s-l-menu-ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 5px 0;
}

.s-l-menu-ul li a {
  width: 100%;
  display: block;
  background: url(../images/icon/icon-25.png) no-repeat 250px center;
  background-size: auto 30%;
  color: #333;
  border-radius: 6px;
}

.s-l-menu-ul li i {
  display: block;
  width: 52px;
  height: 50px;
  float: left;
}

.s-l-menu-ul li a:hover,
.s-l-menu-ul li.on a {
  background: url(../images/icon/icon-25-on.png) no-repeat 250px center #ededed;
  background-size: auto 30%;
  font-weight: bold;
  color: #5e2bb8;
}

.service-right {
  width: 860px;
  float: right;
  min-height: 750px;
  margin-bottom: 50px;
}

.service-r-box {
  width: 100%;
}

.visa-type-list {
  width: 100%;
}

.visa-type-list li {
  width: 31%;
  height: 70px;
  line-height: 66px;
  float: left;
  text-align: center;
  margin-right: 3.5%;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  border: 2px solid #f6f6f6;
  background: #f6f6f6;
}

.visa-type-list li:nth-child(3n) {
  margin-right: 0;
}

.visa-type-list li a {
  display: block;
  font-size: 18px;
}

.visa-type-list li:hover {
  border: 2px solid #5e2bb8;
  transform: scale(1.1);
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.download-list {
  width: 100%;
  overflow: hidden;
}

.download-list li {
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
  box-sizing: border-box;
  padding: 25px 0;
  position: relative;
}

.download-list li h3 {
  width: 650px;
  height: 30px;
  line-height: 30px;
  background: url(../images/icon/icon-35.png) no-repeat 20px center;
  background-size: auto 40%;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-list li span {
  display: block;
  padding-left: 40px;
  font-size: 14px;
  color: #999;
}

.download-list li a.download-btn {
  position: absolute;
  right: 20px;
  top: 23px;
  width: 120px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #5e2bb8;
  line-height: 33px;
  /*background: url(../images/icon/icon-34.png) no-repeat 30px center #fff;*/
  /*background-size: auto 50%;*/
  /*padding-left: 55px;*/
  text-align: center;
  border-radius: 4px;
}

.download-list li:hover {
  background: #f6f6f6;
}

.download-list li:hover h3 {
  /*background: url(../images/icon/icon-35-on.png) no-repeat 20px center;*/
  /*background-size: auto 40%;*/
}

.download-list li:hover h3 a {
  color: #5e2bb8;
}

.download-list li:hover a.download-btn {
  /*background: url(../images/icon/icon-34-on.png) no-repeat 30px center #5e2bb8;*/
  background: no-repeat center #5e2bb8;
  background-size: auto 50%;
  color: #fff;
}

.faq-list {
  border-top: 1px solid #e5e5e5;
}

.faq-list dl {
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
  box-sizing: border-box;
  padding: 15px 0;
}

.faq-list dt {
  cursor: pointer;
  font-size: 18px;
}

.faq-list dd {
  color: #767676;
  font-size: 15px;
  padding: 15px;
  border-radius: 5px;
  background: #f0f0f0;
  margin-top: 10px;
  line-height: 25px;
  text-align: justify;
}

.faq-list dt,
.faq-list dd {
  margin-left: 40px;
  position: relative;
}

.faq-list dt i {
  background: url(../images/icon/icon-35.png) no-repeat center center;
  background-size: auto 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
}

.faq-nav {
  width: 100%;
}

.faq-nav ul {
  width: 100%;
  display: flex;
  overflow: hidden;

}

.faq-nav ul li {
  width: 15%;
  flex: 1;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-right: 1.6%;
  text-align: center;
  background: #f2f2f2;

}

.faq-nav ul li:last-child {
  margin-right: 0;
}

.faq-nav ul li a {
  display: block;
}

.faq-nav ul li.on {
  background: #5e2bb8;
}

.faq-nav ul li.on a {
  color: #fff;
}

/*订单支付成功*/
.payment-success {
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0;
}

.p-s-box {
  width: 316px;
  height: 95px;
  line-height: 95px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/icon/icon-36.png) no-repeat left center;
}

.p-s-box span {
  display: block;
  float: right;
  font-size: 30px;
  font-weight: bold;
  color: #37c8bd;
}

.p-s-appointment {
  width: 950px;
  margin: 0 auto;
  background: #f5f5f5;
  border: 1px dashed #ffc2c3;
  padding: 30px 0;
}

.p-s-appointment h2 {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

.p-s-appointment h2 span {
  color: #5e2bb8;
}

.p-s-appointment p {
  width: 95%;
  margin: 0 auto;
  font-size: 18px;
  color: #999;
  text-align: center;
}

.p-hot-tour {
  width: 100%;
  overflow: hidden;
}

/*签证申请*/
.visa-title {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  font-size: 35px;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
  /*margin-top: 40px;*/
}

.visa-btn {
  width: 100%;
  overflow: hidden;
  margin: 50px 0 20px 0;
  text-align: center;
}

.visa-btn button {
  width: 400px;
  height: 55px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.visa-main {
  width: 100%;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 20px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.visa-item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.visa-item-title-2 {
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
  overflow: hidden;
}

.visa-item-title-2 h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  overflow: hidden;
}

.visa-item-title-2 h2 i {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}

.visa-item-title-2 h2 span {
  float: left;
  width: 50%;
}

.visa-item-title-2 h2 .v-m-send {
  width: 20%;
  margin-right: 40px;
  text-align: right;
  float: right;
  font-weight: normal;
  font-size: 15px;
}


.v-i-material-a {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

.v-i-material-a a {
  display: inline-block;
  ;
  margin-right: 5%;
  width: 35%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border-radius: 6px;
  background: #ddd;
  color: #333;
  font-size: 18px;
}

.v-i-material-a a:hover {
  background: #5e2bb8;
  color: #fff;
}


.v-t-1 {
  background: url(../images/icon/icon-39.png) no-repeat center center;
  background-size: 80% auto;
}

.v-t-2 {
  background: url(../images/icon/icon-46.png) no-repeat center center;
  background-size: 80% auto;
}

.v-t-3 {
  background: url(../images/icon/icon-47.png) no-repeat center center;
  background-size: 80% auto;
}

.v-t-4 {
  background: url(../images/icon/icon-48.png) no-repeat center center;
  background-size: 80% auto;
}

.v-t-5 {
  background: url(../images/icon/icon-49.png) no-repeat center center;
  background-size: 80% auto;
}

.visa-item-title-2 .info {
  width: 100%;
  padding: 0 40px;
  font-size: 16px;
  color: #999;
  margin-top: 5px;
  overflow: hidden;
}

.visa-item-title-2 .info i {
  display: block;
  float: left;
  width: 20px;
  height: 30px;
  margin-right: 5px;
  background: url(../images/icon/icon-40.png) no-repeat center center;
  background-size: 70% auto;
}

.visa-item-box-2 {
  width: 100%;
  overflow: hidden;
  padding: 0 75px;
  margin-top: 20px;
  box-sizing: border-box;
}

.v-select-region-list {
  width: 100%;
}

.v-select-region-list li {
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
  margin: 0 15px 10px 0;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  color: #666;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
}

/*.v-select-region-list li:nth-child(12n) {*/
/*    margin-right: 0;*/
/*}*/
.v-select-region-list li:hover {
  color: #5e2bb8;
  border: 1px solid #5e2bb8;
}

.v-select-region-list li.on {
  border: 2px solid #5e2bb8;
  color: #5e2bb8;
  line-height: 31px;
  box-sizing: border-box;
}

.visa-item-tips {
  width: 100%;
  padding: 0 75px;
  box-sizing: border-box;
  margin-top: 15px;
}

.visa-item-tips-box {
  width: 100%;
  border: 1px dashed #08d1d9;
  background: #ebfdff;
  box-sizing: border-box;
  padding: 15px;
}

.visa-item-tips-box h3.title {
  font-size: 18px;
  color: #333;
}

.visa-item-tips-box .info {
  color: #555;
  font-size: 15px;
}

.v-select-type-list li {
  width: 22%;
  height: 85px;
  float: left;
  margin-right: 4%;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  color: #666;
  cursor: pointer;
  font-size: 15px;
}

.v-select-type-list li:last-child {
  margin-right: 0;
}

.v-select-type-list li span {
  display: block;
  text-align: center;
}

.v-select-type-list li span:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px;
  color: #333;
}

.v-select-type-list li:nth-child(3) span:nth-child(1) {
  /*margin-top: 22px;*/
}

.v-select-type-list li:hover {
  border: 1px solid #5e2bb8;
}

.v-select-type-list li:hover span {
  color: #5e2bb8;
}

.v-select-type-list li.on {
  border: 2px solid #5e2bb8;
}

.v-select-type-list li.on span {
  color: #5e2bb8;
}

.v-select-frequency-list li,
.v-select-urgent-list li {
  width: 22%;
  float: left;
  margin-right: 4%;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  color: #666;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
}

.v-select-frequency-list li:last-child,
.v-select-urgent-list li:last-child {
  margin-right: 0;
}

.v-select-frequency-list li span,
.v-select-urgent-list li span {
  display: block;
  text-align: center;
}

.v-select-frequency-list li:hover,
.v-select-urgent-list li:hover {
  border: 1px solid #5e2bb8;
  color: #5e2bb8;
}

.v-select-frequency-list li.on,
.v-select-urgent-list li.on {
  border: 2px solid #5e2bb8;
  color: #5e2bb8;
}

.v-material-tabs {
  width: 100%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  box-sizing: border-box;
}

.v-material-tabs li {
  width: 20%;
  height: 40px;
  line-height: 38px;
  float: left;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.v-material-tabs li:last-child {
  border: 0;
}

.v-material-tabs li.on {
  background: #5e2bb8;
  color: #fff !important;
}

.v-material-tabs li:hover {
  color: #5e2bb8;
}

.v-m-table {
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 5px;
}

.v-m-table tr td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.v-m-table tr td:last-child {
  border-right: 0;
}

.v-m-table tr:last-child td {
  border-bottom: 0;
}

.v-m-table tr td.v-m-a {
  width: 100px;
  text-align: center;
  border-bottom: 0;
  color: #5e2bb8;
}

.v-m-table tr td.v-m-b {
  width: 190px;
  text-align: left;
  padding: 0 10px;
}

.v-m-table tr td.v-m-c {
  padding: 20px;
  color: #666;
}

.v-m-table tr td.v-m-d {
  width: 220px;
  text-align: left;
  text-align: center;
}

.v-m-table tr td.v-m-d a {
  color: #19a0f0;
}

.v-m-table tr td.v-m-a i {
  display: block;
  width: 100px;
  height: 50px;
}

.v-m-i-1 {
  background: url(../images/icon/icon-41.png) no-repeat center center;
  background-size: auto 60%;
}

.v-m-i-2 {
  background: url(../images/icon/icon-42.png) no-repeat center center;
  background-size: auto 60%;
}

.v-m-i-3 {
  background: url(../images/icon/icon-44.png) no-repeat center center;
  background-size: auto 60%;
}

.v-m-i-4 {
  background: url(../images/icon/icon-45.png) no-repeat center center;
  background-size: auto 60%;
}

.v-m-i-5 {
  background: url(../images/icon/icon-43.png) no-repeat center center;
  background-size: auto 60%;
}

.v-m-send {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

.v-m-send {
  float: right;
}

/*弹出通用样式*/
.t-box {
  display: block;
}

.cover {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=80);
  opacity: 0.7;
  z-Index: 9999;
}

.t-content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-Index: 99999;
  overflow: hidden;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.t-section {
  margin: auto;
  width: 700px;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
  z-Index: 9999;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}

.t-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.t-close a img {
  width: 100%;
  height: 100%;
}

.t-title {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.t-info {
  width: 100%;
  margin-top: 30px;
}

.t-btn {
  width: 50%;
  margin: 0 auto;
}

.t-btn-2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.t-btn-2 button {
  width: 30%;
}

.t-btn-2 button:nth-child(1) {
  margin-right: 30px;
}

.visa-notice,
.visa-material {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
}

.visa-notice {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
}

/*签证申请信息*/
.visa-step-box {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

.visa-step {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.visa-step li {
  width: 30%;
  flex: 1;
  height: 65px;
  margin-right: 5%;
  border-radius: 6px;
  background: #e5e5e5;
  float: left;
  box-sizing: border-box;

}

.visa-step li:last-child {
  margin-right: 0;
}

.visa-step li i {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-top: 12px;
  margin-left: 60px;
  background: #fff;
  border-radius: 20px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.visa-step li span {
  width: 160px;
  display: block;
  float: left;
  line-height: 65px;
  margin-left: 10px;
  text-align: center;
  font-size: 15px;
}

.visa-step li:last-child span {
  width: 180px;
}

.visa-step li.on {
  background: #5e2bb8;
  color: #fff;
}

.visa-step li.on i {
  color: #5e2bb8;
}

.visa-item-title {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.visa-item-title h2 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
  background: #26303d;
  color: #fff;
}

.visa-item-title h2 span {
  float: left;
}

.visa-item-title h2 a.v-i-alter {
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: url(../images/icon/icon-52.png) no-repeat left center;
  padding-left: 25px;
  opacity: 0.6;
}

.visa-item-title h2 a.v-i-alter:hover {
  opacity: 1;
}

.visa-item-title .info {
  width: 100%;
  padding: 0 40px;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  overflow: hidden;
  background: #e3f0ff;
  box-sizing: border-box;
}

.visa-item-title .info i {
  display: block;
  float: left;
  width: 20px;
  height: 40px;
  margin-right: 5px;
  background: url(../images/icon/icon-40.png) no-repeat center center;
  background-size: 70% auto;
}

.visa-item-title .info span {
  color: #C24470;
}

.visa-item-box {
  width: 100%;
  overflow: hidden;
  padding: 0 40px;
  margin-top: 20px;
  box-sizing: border-box;
}

.left-input {
  width: 60%;
  min-height: 320px;
  float: left;
  border-right: 1px dashed #ccc;
  padding-right: 30px;
  box-sizing: border-box;
}

.v-input,
.v-input-2,
.v-input-3 {
  width: 100%;
  overflow: hidden;
  /*padding: 8px 0;*/
  padding: 0;
}

.v-input dl {
  width: 100%;
}

.v-input dl dt,
.v-input-2 dl dt,
.v-input-3 dl dt {
  width: 100%;
}

.v-input dl dd,
.v-input-2 dl dd {
  width: 100%;
  margin-top: 5px;
}

.v-input-3 dl dd {
  width: 48%;
  float: left;
  margin-top: 5px;
}

.v-input-3 dl dd:nth-child(3) {
  width: 4%;
  text-align: center;
  line-height: 36px;
}

.v-input-2 dl {
  width: 48%;
  float: left;
}

.v-input-2 dl:nth-child(2) {
  float: right;
}

.v-input-2 .v-i-radio-2 {
  width: 48%;
  height: 36px;
  line-height: 34px;
  float: left;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
}

.v-input-2 .v-i-radio-2:nth-child(2) {
  float: right;
}


.v-upload-example {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

.v-upload-example a {
  color: #006dff;
  font-size: 14px;
}

.v-children-no {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin-top: 30px;
}

.v-children-no div {
  width: 100%;
  background: #e3f0ff;
  padding: 15px 30px;
  box-sizing: border-box;
}

.visa-photo-explain {
  width: 100%;
}

.visa-photo-explain h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.visa-photo-explain .info {
  width: 100%;
  margin-top: 10px;
  color: #666;
  line-height: 2;
}


.v-i-input {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
}

.v-i-input-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
}

.v-i-input-box dl {
  flex: 1;
  margin-right: 30px;
}

.v-i-input-box dl:last-child {
  margin-right: 0;
}

.v-i-input-box dt {
  width: 100%;
}

.v-i-input-box dd {
  width: 100%;
  margin-top: 5px;
}

.v-i-input-box .v-i-radio {
  min-width: 15%;
  width: auto;
  padding-right: 20px;
  height: 36px;
  margin-right: 2%;
  margin-bottom: 5px;
  line-height: 34px;
  float: left;
  padding-left: 20px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
}

.v-i-input-box .v-i-radio:nth-child(6n) {
  /* margin-right: 0; */
}

.v-i-more-input {
  width: 100%;
  border: 1px dashed #08d1d9;
  background: #ebfdff;
  box-sizing: border-box;
  padding: 20px;
}

.v-i-m-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

.v-m-input {
  width: 100%;
  overflow: hidden;
}

.v-m-input:nth-child(n+2) {
  margin-top: 15px;
}

.v-m-input dl dd {
  margin-top: 5px;
}

.v-m-input-1 {
  width: 100%;
}

.v-m-input {
  width: 100%;
  display: flex;
}

.v-m-input dl {
  flex: 1;
  margin-right: 30px;
}

.v-m-input dl:last-child {
  margin-right: 0;
}

.v-m-radio {
  width: 15%;
  height: 36px;
  margin-right: 2%;
  margin-bottom: 10px;
  line-height: 34px;
  float: left;
  padding-left: 20px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.v-m-radio:nth-child(6n) {
  margin-right: 0;
}

.visa-item-box dl dd {
  margin-top: 5px;
}

.v-i-input-2,
.v-i-input-3,
.v-i-input-4 {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}

.v-i-input-2 dl {
  width: 48%;
  float: left;
}

.v-i-input-2 dl:nth-child(2) {
  float: right;
}

.v-i-input-3 dl {
  width: 31%;
  float: left;
  margin-right: 3.5%;
}

.v-i-input-3 dl:last-child {
  margin-right: 0;
}

.v-i-input-4 dl {
  width: 23%;
  float: left;
  margin-right: 2.66%;
}

.v-i-input-4 dl:last-child {
  margin-right: 0;
}

.v-i-title {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 20px;
}

.v-m-table {
  width: 100%;
  border: 0;
}

.v-m-table tr th {
  text-align: left;
  font-size: 16px;
}

.v-m-table tr th:nth-child(1) {
  width: 15%;
}

.v-m-table tr th:nth-child(2) {
  width: 15%;
}

.v-m-table tr th:nth-child(3) {
  width: 20%;
}

.v-m-table tr th:nth-child(4) {
  width: 15%;
}

.v-m-table tr th:nth-child(5) {
  width: 15%;
}

.v-m-table tr th:nth-child(6) {
  width: auto;
}

.v-m-table-2 tr th:nth-child(1) {
  width: 18%;
}

.v-m-table-2 tr th:nth-child(2) {
  width: 20%;
}

.v-m-table-2 tr th:nth-child(3) {
  width: 38%;
}

.v-m-table-2 tr th:nth-child(4) {
  width: auto;
}

.v-m-table-2 tr th:nth-child(5) {
  width: auto;
}

/*.v-m-table-2 td input {*/
/*    float: left;*/
/*}*/
.v-m-table tr td {
  border: 0;
  padding: 3px 15px 3px 0;
}

.v-m-table a.v-del {
  width: 30px;
  height: 30px;
  display: block;
  margin-top: 3px;
  float: left;
  background: url(../images/icon/icon-51.png) no-repeat;
  background-size: 100% auto;
}

.v-m-table a.v-del:hover {
  background: url(../images/icon/icon-51-on.png) no-repeat;
  background-size: 100% auto;
}

.v-m-table button.v-button {
  width: 160px;
  float: left;
  margin-left: 20px;
}

.v-m-i-2 {
  width: 46%;
  float: left;
}

.v-m-i-2-line {
  width: 8%;
  float: left;
  text-align: center;
  line-height: 36px;
}

.o-upload-box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 35px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.o-upload-box:nth-child(2n) {
  margin-right: 0;
}

.o-upload-box h3 {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #5e2bb8;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.o-upload-box h3 span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}

.o-upload {
  width: 220px;
  float: left;
}

.o-upload-img {
  width: 220px;
  height: 230px;
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  background: url(../images/icon/icon-50.png) no-repeat center center #f6f6f6;
}

.o-upload-img img {
  max-width: 100%;
  max-height: 210px;
}

.img-eject {
  width: 25px;
  height: 20px;
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  background: url(../images/icon/icon-33-2.png) no-repeat center center rgba(0, 0, 0, 0.5);
  background-size: auto 60%;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
}

.img-eject:hover {
  background: url(../images/icon/icon-33-2.png) no-repeat center center #5e2bb8;
  background-size: auto 60%;
  transform: scale(1.1);
}

.o-upload-btn {
  width: 100%;
  margin-top: 15px;
}

.o-upload-btn a {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.o-u-explain {
  width: 240px;
  float: right;

}

.o-u-explain .o-example {
  width: 100%;
  text-align: right;
}

.o-u-explain .o-example a {
  color: #006dff;
  font-size: 14px;
}

.o-u-explain h4 {
  font-weight: bold;
  margin-top: 10px;
}

.o-u-explain .o-info {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

.o-upload-residence-booklet {
  width: 100%;
  overflow: hidden;
}

.o-u-explain-r-b {
  width: 100%;
  float: none;
}

.o-r-b-list {
  width: 100%;
  overflow: hidden;
}

.o-r-b-list li {
  float: left;
  margin-right: 65px;
  margin-bottom: 30px;
}

.o-r-b-list li:nth-child(4n),
.o-r-b-list li:last-child {
  margin-right: 0;
}

.o-r-b-list li:last-child a {
  display: block;
  width: 220px;
  height: 230px;
  background: #f6f6f6;
  text-align: center;
  font-size: 80px;
  line-height: 220px;
  color: #666;
}

.o-r-b-list li:last-child a:hover {
  background: #eee;
  color: #5e2bb8;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.v-c-list {
  width: 100%;
}

.v-c-list h4 {
  width: 100%;
  font-weight: bold;
  padding: 5px 0;
  margin-top: 10px;
}

.v-c-list dl {
  width: 100%;
  padding: 5px 20px;
  background: #f2f2f2;
  overflow: hidden;
  box-sizing: border-box;
}

.v-c-list dl:nth-child(2n) {
  background: #fff;
}

.v-c-list dl:hover {
  background: #ddd;
  color: #5e2bb8;
}

.v-c-list dl dt {
  width: 35%;
  float: left;
  color: #999;
  margin: 0;
  padding: 0;
}

.v-c-list dl dd {
  width: 65%;
  float: left;
  padding: 0;
  margin: 0;
  color: #333;
}

.v-c-list dl:hover {
  background: #e5e5e5;
  color: #5e2bb8 !important;
}

.v-c-list dl:hover dt {
  color: #5e2bb8;
}

.v-c-list dl:hover dd {
  color: #5e2bb8;
}

.v-c-info {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.v-c-info-q {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
}

.v-c-info-q dt {
  width: 70%;
  float: left;
  color: #5e2bb8;
}

.v-c-info-q dd {
  width: 30%;
  float: right;
  text-align: right;
  color: #5e2bb8;
  font-weight: bold;
}

.v-c-list-q {
  border-top: 1px dashed #ffc2c3;
}

.v-c-list-q dl {
  background: #fff6f6;
}

.v-c-list-title {
  width: 100%;
  font-size: 18px;
  color: #5e2bb8;
  padding: 10px 0;
  margin-top: 15px;
}

.v-c-list-btline {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.v-c-table {
  width: 100%;
  text-align: center;
}

.v-c-table tr th {
  font-weight: normal;
  background: #ffebeb;
  padding: 8px 20px;
  box-sizing: border-box;
  font-weight: bold;
}

.v-c-table tr td {
  background: #fff;
  padding: 8px 20px;
  box-sizing: border-box;
}

.v-c-table tr:nth-child(2n) td {
  background: #fff6f6;
}

.v-c-table tr:hover td {
  background: #e5e5e5;
  color: #5e2bb8;
}

.other-list {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.other-list li {
  float: left;
  width: 180px;
  height: 280px;
  margin-right: 54px;
}

.other-list li:nth-child(5n) {
  margin-right: 0;
}

.other-list li .img {
  width: 180px;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}

.other-list li:hover .img {
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.other-list li .img-eject {
  top: 5px;
  right: 5px;
}

.other-list li .img img {
  max-width: 100%;
  max-height: 190px;
}

.other-list li .name {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #666;
}

.visa-statement,
.visa-btn-tip {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  font-size: 18px;
}


.visa-verification {
  width: 50%;
  margin: 40px auto 30px auto;
  overflow: hidden;
}

.visa-verification span {
  display: block;
  float: left;
}

.visa-verification span:nth-child(1) {
  width: 60%;
}

.visa-verification span:nth-child(2) {
  width: 35%;
  padding-left: 5%;
}

.visa-verification span:nth-child(2) img {
  width: 100%;
  height: 36px;
}

/*确认快递与支付信息*/
.express-applicant-list {
  width: 100%;
}

.express-applicant-list li {
  float: left;
  width: 140px;
  margin-right: 45px;
  margin-bottom: 20px;
  position: relative;
}

.express-applicant-list li .applicant-img {
  width: 140px;
  height: 187px;
}

.express-applicant-list li:hover .applicant-img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.express-applicant-list li .urgent {
  font-size: 20px;
}

.express-applicant-list li .info {
  font-size: 14px;
}

.express-applicant-list li .applicant-state {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #666;
}

.express-applicant-list li i.on {
  display: block;
  position: absolute;
  right: -0px;
  top: -0px;
  z-index: 111;
  width: 0;
  height: 0;
  background: url(../images/icon/icon-37.png) no-repeat center center;
  background-size: 100% 100%;
}

.express-applicant-list li:hover i.on {
  display: block;
  width: 34px;
  height: 34px;
  right: -10px;
  top: -10px;
  opacity: 0.6;
}

.express-applicant-list li.sel-applicant i.on {
  display: block;
  width: 34px;
  height: 34px;
  right: -10px;
  top: -10px;
  opacity: 1;
}

.express-applicant-list li i.del {
  display: block;
  position: absolute;
  right: -0px;
  top: -0px;
  z-index: 111;
  width: 0;
  height: 0;
  background: url(../images/icon/icon-53.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: 1;
}

.express-applicant-list li:hover i.del {
  display: block;
  width: 34px;
  height: 34px;
  right: -10px;
  top: -10px;
}

.express-applicant-list li:hover {
  opacity: 1;
}


.applicant-list li i.on {
  display: block;
  position: absolute;
  right: -0px;
  top: -0px;
  z-index: 111;
  width: 0;
  height: 0;
  background: url(../images/icon/icon-37.png) no-repeat center center;
  background-size: 100% 100%;
}

.applicant-list li:hover i.on {
  display: block;
  width: 34px;
  height: 34px;
  right: -10px;
  top: -10px;
  opacity: 0.6;
}

.applicant-list li.sel-applicant i.on {
  display: block;
  width: 34px;
  height: 34px;
  right: -10px;
  top: -10px;
  opacity: 1;
}

.applicant-list li i.del {
  display: block;
  position: absolute;
  right: -0px;
  top: -0px;
  z-index: 111;
  width: 0;
  height: 0;
  background: url(../images/icon/icon-53.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: 1;
}

.applicant-list li:hover i.del {
  display: block;
  width: 34px;
  height: 34px;
  right: -10px;
  top: -10px;
}

.applicant-list li:hover {
  opacity: 1;
}


.applicant-img {
  width: 66px;
  height: 88px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0 auto;
}

.applicant-img img {
  width: 100%;
  height: auto;
}

.applicant-img .urgent {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: rgba(255, 88, 90, 0.8);
}

.applicant-img .info {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 1.2;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}

.u-applicant-state {
  width: 100%;
  line-height: 30px;
  background: #e5e5e5;
  border-radius: 4px;
  text-align: center;
  margin: 10px 0 5px 0;
}

.applicant-region {
  width: 100%;
  text-align: center;
  color: #666;
  margin-top: 8px;
}

.send-a-list {
  width: 80%;
  margin: 0 auto;
}

.send-a-list li:last-child,
.send-a-list li:nth-child(5n) {
  margin-right: 0;
}

.v-i-select dd {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.v-i-select dd:last-child {
  margin-right: 0;
}

.v-send-tabs {
  width: 650px;
  height: 100px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}

.v-send-tabs span {
  width: 300px;
  height: 60px;
  display: block;
  line-height: 60px;
  font-size: 20px;
  background: #e5e5e5;
  border-radius: 5px;
  float: left;
  margin-right: 50px;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: #666;
}

.v-send-tabs span i {
  display: none;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon-35-on-2.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: -13px;
  left: 140px;
}

.v-send-tabs span:hover {
  color: #5e2bb8;
}

.v-send-tabs span.on {
  color: #fff;
  background: #5e2bb8;
}

.v-send-tabs span.on i {
  display: block;
}

.v-send-tabs span:last-child {
  margin-right: 0;
}

.v-send-box {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.v-send-a,
.v-send-b {
  width: 100%;
  margin: 0 auto;
}

.v-send-item {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}

.v-send-item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #5e2bb8;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
  padding-bottom: 10px;
}

.v-send-item-box {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}

.v-send-item-box .v-c-c-info {
  width: 45%;
  box-sizing: border-box;
  height: auto;
  padding: 15px 0;
}

.v-send-item-box .v-c-c-info dl dt {
  width: 28%;
}

.v-send-item-box dl dd {
  width: 65%;
  margin: 0;
  margin-left: 2%;
  padding: 0;
  color: #666;
}

.v-send-item-box .v-c-c-map {
  width: 53%;
  height: 220px;
  margin-right:2%;
  background: #ccc;
}

.v-send-item-box .v-c-c-map img {
  display: block;
  width: 100%;
  height: 220px;
}

.v-send-date {
  width: 47%;
  float: left;
}

.v-send-time {
  width: 47%;
  float: right;
}

.v-send-date-list {
  width: 100%;
}

.v-send-date-list img {
  width: 100%;
  height: auto;
}

.v-send-time-list {
  width: 100%;
}

.v-send-time-list li {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
}

.v-send-time-list li:nth-child(3n) {
  margin-right: 0;
}

.v-send-time-list li a {
  display: block;
  width: 100%;
  height: 70px;
  background: #eee;
  text-align: center;
  overflow: hidden;
}

.v-send-time-list li:hover a {
  background: #ddd;
}

.v-send-time-list li a span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
}

.v-send-time-list li.on a {
  background: #5e2bb8;
  color: #fff;
}

.v-send-explain .v-send-item-box {
  font-size: 14px;
  color: #666;
}

.v-send-data {
  text-align: center;
}

.v-send-data a {
  display: inline-block;
  ;
  margin-right: 5%;
  width: 35%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border-radius: 6px;
  background: #ddd;
  color: #333;
  font-size: 18px;
}

.v-send-data a:hover {
  background: #5e2bb8;
  color: #fff;
}

.v-back-send-box {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.v-back-send-a,
.v-back-send-b {
  width: 100%;
  margin: 0 auto;
}

.v-b-c-item {
  width: 100%;
  margin-bottom: 10px;
}

.v-b-c-item h3 {
  width: 100%;
  background: #ffedf4;
  color: #5e2bb8;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 40px;
  overflow: hidden;
}

.v-b-c-item h3 span {
  float: left;
  font-size: 18px;
  font-weight: bold;
}

.v-b-c-item h3 a {
  font-size: 14px;
  float: right;
  background: url(../images/icon/icon-51.png) no-repeat left center;
  background-size: auto 40%;
  padding-left: 20px;
  color: #666;
}

.v-b-c-item h3 a:hover {
  background: url(../images/icon/icon-51-on.png) no-repeat left center;
  background-size: auto 40%;
  color: #5e2bb8;
}

.v-b-c-address {
  width: 47%;
  float: left;
  border-right: 1px dashed #ddd;
  margin: 20px 0;
  padding-right: 3%;
  padding-left: 20px;
  box-sizing: border-box;
}

.v-b-c-address-select {
  width: 100%;
  text-align: right;
  padding-top: 10px;
  overflow: hidden;
}

.v-b-c-address-select a {
  display: inline-block;
  background: #ddd;
  line-height: 25px;
  width: 140px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}

.v-b-c-address-select a:hover {
  background: #5e2bb8;
  color: #fff;
}

.v-b-c-select {
  width: 50%;
  float: right;
  margin: 20px 0;
}

.v-b-c-select h4 {
  width: 100%;
  color: #5e2bb8;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.back-send-a-list {
  width: 100%;
}

.back-send-a-list li {
  width: 80px;
  margin-right: 25px;
}

.back-send-a-list li:last-child {
  margin-right: 0;
}

.back-send-a-list li .applicant-img {
  width: 80px;
  height: 107px;
}

.back-send-a-list li .urgent {
  font-size: 14px;
}

.back-send-a-list li .info {
  font-size: 12px;
}

.back-send-a-list li .applicant-region {
  font-size: 12px;
}

.back-send-a-list li:hover i.del {
  width: 25px;
  height: 25px;
}

.select-b-c-a-list li:hover i.on {
  width: 25px;
  height: 25px;
}

.select-b-c-a-list li {
  opacity: 0.7;
}

.select-b-c-a-list li.sel-applicant {
  opacity: 1;
}

.select-b-c-a-list li.sel-applicant i.on {
  width: 25px;
  height: 25px;
}

.v-b-c-a-add {
  width: 100%;
}

.v-b-c-a-add a {
  display: block;
  width: 100%;
  height: 107px;
  background: #eee;
  text-align: center;
  font-size: 50px;
  color: #666;
  border-radius: 6px;
}

.v-b-c-a-add a:hover {
  background: #ddd;
  color: #5e2bb8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.v-back-send-add {
  width: 100%;
  border-top: 3px solid #ddd;
  text-align: right;
  margin-top: 20px;
  padding-top: 20px;
}

.v-back-send-add a {
  display: inline-block;
  width: 300px;
  height: 50px;
  background: #ffdcea;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  border-radius: 6px;
  color: #5e2bb8;
  font-weight: bold;

}

.v-back-send-add a:hover {
  background: #5e2bb8;
  color: #fff;
}

.select-b-c-a {
  width: 100%;
  text-align: center;
}

.select-b-c-b-list {
  width: auto;
}

.select-b-c-b-list li {
  display: inline-block;
  float: none;
}

.select-b-c-b-list li:last-child {
  margin-right: 0;
}


.select-b-c-a-list {
  width: auto;
}

.select-b-c-a-list li {
  display: inline-block;
  float: none;
}

.select-b-c-a-list li:last-child {
  margin-right: 0;
}

.v-t-select-address {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.v-t-select-address li {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
}

.v-t-select-address li:last-child {
  border: 0;
}

.v-t-select-address li:hover {
  background: #f2f2f2;
}

.v-t-select-address li input[type="radio"] {
  vertical-align: top;
  margin-top: 2px;
}

.v-t-select-address li div {
  display: inline-block;
}

.v-t-select-address li div span {
  display: block;
  line-height: 1.2;
}

.v-t-select-address li div span:nth-child(1) {
  color: #000;
}

.v-t-select-address li div span:nth-child(2) {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.v-back-send-item {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}

.v-back-send-item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #5e2bb8;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
  padding-bottom: 10px;
  text-align: left;
}

/*确认支付信息*/
.order-details-applicant {
  width: 100%;
  padding: 40px 50px 0 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.applicant-cost-left {
  width: 20%;
  float: left;
  margin-top: 20px;
}

.o-visa-cost {
  width: 80%;
  float: right;
  overflow: hidden;
  margin-top: 20px;
}

.o-visa-cost h3 {
  width: 100%;
  color: #5e2bb8;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.o-visa-cost h3 span {
  margin-right: 30px;
}

.order-details-cost {
  width: 100%;
  padding: 10px 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.applicant-cost,
.o-express-cost {
  width: 100%;
  background: #f8f8f8;
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 10px 30px;
}

.o-visa-cost dl {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}

.o-express-cost dl {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}

.o-visa-cost dl:last-child {
  border-bottom: 0;
}

.o-visa-cost dl dt,
.o-express-cost dl dt {
  font-weight: bold;
  font-size: 18px;
  float: left;
}

.o-visa-cost dl dd,
.o-express-cost dl dd {
  font-size: 18px;
  font-weight: bold;
  color: #5e2bb8;
  float: right;
}

.o-express-cost dl dt span {
  margin-left: 50px;
  font-size: 14px;
  font-weight: normal;
}

.o-express-cost dl dt span a {
  color: #006cff;
  padding: 0 5px;
}

.o-express-cost .o-express-info {
  width: 40%;
  float: left;
  border-right: 1px solid #eee;
  overflow: hidden;
  padding: 20px 10px 20px 0;
  box-sizing: border-box;
}

.o-express-cost .o-express-applicant {
  width: 60%;
  float: right;
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  overflow: hidden;
}

.o-express-cost .o-express-applicant span {
  width: 100%;
  display: block;
}

.o-express-cost .o-express-applicant ul {
  width: 100%;
  margin-top: 15px;
}

.o-express-cost .o-express-applicant ul li {
  display: inline-block;
  float: left;
  padding: 0 15px;
  margin-right: 20px;
  border: 1px solid #ff9797;
  text-align: center;
  line-height: 2;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}

.pay-cost-item {
  border-top: 3px solid #5e2bb8;
  padding-top: 30px;
}

.pay-cost-a,
.pay-cost-b {
  padding: 0 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.pay-cost-a dl {
  width: 80%;
  float: left;
  height: 70px;
}

.pay-cost-a dl dt {
  width: 150px;
  float: left;
  height: 70px;
  margin-top: 30px;
}

.pay-cost-a dl dd {
  width: 600px;
  float: left;
  height: 70px;
}

.pay-cost-a dl dd span.pay-money {
  font-size: 40px;
  font-weight: bold;
  color: #5e2bb8;
  margin-right: 10px;
}

.pay-cost-a a.v-refund {
  display: inline-block;
  float: right;
  color: #666;
  background: url(../images/icon/icon-40.png) no-repeat left center;
  background-size: auto 50%;
  padding-left: 20px;
  font-size: 14px;
  margin-top: 30px;
}

.pay-cost-a a.v-refund:hover {
  color: #5e2bb8;
}

.pay-cost-b {
  margin-top: 20px;
}

.pay-cost-b dl dt {
  width: 150px;
  float: left;
  height: 60px;
  line-height: 60px;
}

.pay-cost-b dl dd {
  width: 600px;
  float: left;
  height: 70px;
}


.sel_pay {
  width: 100%;
  overflow: hidden;
}

.sel_pay div {
  width: 200px;
  height: 60px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  float: left;
  border-radius: 6px;
  margin-right: 30px;
  line-height: 56px;
  cursor: pointer;
}

.sel_pay div.pay_alipay.pay_on,
.sel_pay div.pay_alipay:hover {
  border: 2px solid #3693ff;
}

.sel_pay div.pay_weixin.pay_on,
.sel_pay div.pay_weixin:hover {
  border: 2px solid #09bb07;
}

.sel_pay div.pay_alipay.pay_on {
  background: url(../images/icon/icon-54-on.png) no-repeat right bottom;
  background-size: auto 40%;
}

.sel_pay div.pay_weixin.pay_on {
  background: url(../images/icon/icon-55-on.png) no-repeat right bottom;
  background-size: auto 40%;
}

.sel_pay div i {
  width: 35px;
  height: 56px;
  display: block;
  float: left;
  margin-left: 20px;
}

.pay_alipay i {
  background: url(../images/icon/icon-54.png) no-repeat center center;
  background-size: 100% auto;
}

.pay_weixin i {
  background: url(../images/icon/icon-55.png) no-repeat center center;
  background-size: 100% auto;
}

.sel_pay div span {
  display: block;
  float: left;
  margin-left: 20px;
}

/*
.sel_pay .pay_alipay,
.sel_pay .pay_weixin {
    width: 30%;
    height: 60px;
    overflow: hidden;
    float: left;
    border: 2px solid #eee;
    margin-right: 4%;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 6px;
    box-sizing: border-box;
}

.sel_pay .pay_weixin {
    margin-right: 0;
}

.sel_pay span {
    text-align: center;
    color: #999;
    height: 70px;
}

.sel_pay .pay_alipay span {
    display: block;
    background: url(../images/icon/icon-54.png) no-repeat 20px center;
    background-size: auto 80%;

}

.sel_pay .pay_weixin span {
    display: block;
    background: url(../images/icon/icon-55.png) no-repeat top center;
    background-size: auto 60%;
}

.sel_pay .pay_on:nth-child(1) {
    border: 2px solid #3693ff;
    font-weight: bold;
    background: url(../images/icon/icon-54-on.png) no-repeat right bottom;
    background-size: auto 20%;
}

.sel_pay .pay_on:nth-child(2) {
    border: 2px solid #09bb07;
    font-weight: bold;
    background: url(../images/icon/icon-55-on.png) no-repeat right bottom;
    background-size: auto 20%;
}
*/
.register-agreement {
  text-align: left;
  color: #aaa;
  margin-top: 0.3rem;
}

.register-agreement a {
  color: #5e2bb8;
  text-decoration: underline;
}

.el-date-picker__header button {
  width: auto;
}

/*0306*/
.h-logo .logo img {
  width: 560px;
}

/*微信支付弹出*/
.winxin-pay {
  margin: auto;
  width: 350px;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
  z-Index: 9999;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.weixin-pay-cost {
  width: 70%;
  margin: 0 auto;
  font-size: 23px;
  font-weight: bold;
  overflow: hidden;
}

.weixin-pay-cost span:nth-child(1) {
  float: left;
  color: #333;
}

.weixin-pay-cost span:nth-child(2) {
  float: right;
  color: #5e2bb8;
}

.weixin-code {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.weixin-code img {
  width: 100%;
  height: auto;
  display: block;
}

.w-invalid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.w-invalid span {
  display: block;
  width: 100%;
  margin-top: 30%;
  font-size: 22px;
  color: #fff;
}

.w-invalid a {
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  color: #fff;
  background: #5e2bb8;
  border-radius: 4px;
  line-height: 40px;
}

.weixin-text {
  width: 100%;
  text-align: center;
  background: #3cb035;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
}

/*0312*/
.birth-certification {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 10px 40px;
  box-sizing: border-box;
}

.birth-certification .b-info {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #5e2bb8;
  padding: 20px 0;
}

.birth-certification .b-upload {
  width: 100%;
}

/*0306*/
.service-r-box h2 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  font-size: 25px;
  padding-top: 10px;
}

.s-details {
  width: 100%;
  margin-top: 30px;
}

.s-details p {
  margin: 10px 0;
}

.img-reupload {
  width: 80px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  display: block;
  right: 45px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
}

.img-reupload:hover {
  background: #5e2bb8;
  background-size: auto 60%;
  transform: scale(1.1);
}

.vs-photo img {
  width: 202px;
  height: 260px;
}

/*0319*/
.confirm-tips {
  width: 100%;
  padding: 10px 0;
  background: #ebfdff;
  color: #5e2bb8;
  text-align: center;
}

.c-v-s {
  width: 100%;
  overflow: hidden;
  line-height: 45px;
  margin-top: 15px;
}

.c-v-s dl {
  overflow: hidden;
  float: left;
  margin-right: 50px;
}

.c-v-s dl dt {
  width: 170px;
  float: left;
}

.c-v-s dl dd {
  width: 250px;
  float: left;
  margin-top: 0;
}

.c-v-s-2 dl dd:last-child {
  width: 400px;
  margin-left: 50px;
  color: #5e2bb8;
}

.c-v-s dl dd label:first-child {
  margin-right: 30px;
}


.c-v-btn {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
  text-align: center;
}

.c-v-btn button {
  width: 300px;
  height: 40px;
  font-size: 16px;
  color: #fff;
}

/*0325*/
.v-more {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

/*0324发票部分*/

.invoice-title-list ul li:nth-child(1) {
  flex: 0 0 60px;
}

.invoice-title-list ul li:nth-child(5) {
  overflow: visible;
}

.invoice-title-list ul li:last-child {
  flex: 0 0 180px;
}

.invoice-title-more {
  position: relative;
}

.invoice-title-more a {
  cursor: pointer;
  display: block;
}

.invoice-title-more .i-t-m-box {
  z-index: 99;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 300px;
  background: #fff;
  text-align: left;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  overflow: hidden;
  white-space: initial;
}

.invoice-title-more a:hover+.i-t-m-box {
  display: block;
}

.invoice-t-box {
  width: 680px;
  margin-bottom: 50px;
}

.invoice-t-box .input-item dt {
  width: 180px;
  text-align: right;
}

.invoice-t-box .input-item dd {
  font-size: 14px;
  color: #666;
}

.invoice-t-box .input-item dd input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

.invoice-t-sel {
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
}

.invoice-t-sel ul {
  width: 100%;
}

.invoice-t-sel ul li {
  width: 50%;
  line-height: 45px;
  float: left;
  text-align: center;
  border-bottom: 2px solid #5e2bb8;
  background: #f5f5f5;
  cursor: pointer;
}

.invoice-t-sel ul li:hover {
  background: #eee;
}

.invoice-t-sel ul li.on {
  background: #5e2bb8;
  color: #fff;
}

.invoice-info-box {
  width: 680px;
  margin: 0 auto;
  margin-top: 50px;
}

.invoice-info-box dl {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  line-height: 30px;
}

.invoice-info-box dl dt {
  width: 120px;
  float: left;
  color: #666;
}

.invoice-info-box dl dd {
  float: left;
  color: #5e2bb8;
}

.invoice-info-box dl dd.invoice-tip {
  font-size: 12px;
  color: #999;
  margin-left: 50px;
  margin-top: 2px;
  background: url(../images/icon/icon-40.png) no-repeat left center;
  background-size: auto 40%;
  padding-left: 15px;
}

.invoice-t-box dl .select-invoice-t-btn {
  width: 100%;
  text-align: right;
  line-height: 1.5;
  padding: 0;
  margin: 0;

}

.invoice-t-box dl .select-invoice-t-btn a {
  display: inline-block;
  background: #ddd;
  line-height: 25px;
  width: 140px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}

.invoice-t-box dl .select-invoice-t-btn a:hover {
  background: #5e2bb8;
  color: #fff;
}


.v-t-select-vt {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.v-t-select-vt li {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
}

.v-t-select-vt li:last-child {
  border: 0;
}

.v-t-select-vt li:hover {
  background: #f2f2f2;
}

.v-t-select-vt li input[type="radio"] {
  vertical-align: top;
  margin-top: 2px;
}

.v-t-select-vt li div {
  display: inline-block;
}

.v-t-select-vt li div span {
  display: block;
  line-height: 1.2;
}

.v-t-select-vt li div span:nth-child(1) {
  color: #000;
}

.v-t-select-vt li div span:nth-child(2) {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.confirm-invoice-info {
  width: 100%;
}

.confirm-invoice-info dl {
  width: 100%;
  overflow: hidden;
}

.confirm-invoice-info dl dt {
  width: 40%;
  text-align: right;
  float: left;
}

.confirm-invoice-info dl dd {
  width: 60%;
  float: left;
}

/*0330*/
.i-tour-hot {
  margin-top: 30px;
}

.embassy-tabs ul {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.embassy-tabs li {
  flex: 1;
}

.head-f-top {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.head-f-top .h-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.head-f-top .h-nav ul li a {
  color: #333;
}

.mt230 {
  margin-top: 230px;
}

.no-fixed {
  position: static;
}


/*@media screen and (max-width : 1441px) {*/
/*  body {*/
/*    zoom: 0.85;*/
/*  }*/
/*}*/

/*@media screen and (max-width : 1366px) {*/
/*  body {*/
/*    zoom: 0.82;*/
/*  }*/
/*}*/

/*@media screen and (max-width : 1280px) {*/
/*  body {*/
/*    zoom: 0.75;*/
/*  }*/
/*}*/
/*@media screen and (max-width : 1025px) {*/
/*  body {*/
/*    zoom: 0.6;*/
/*  }*/
/*}*/
/*0401*/
.autograph-statement {
  width: 100%;
  text-align: justify;
}

.autograph-input {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.autograph-left {
  width: 40%;
  float: left;
}

.autograph-left dl {
  width: 100%;
  margin-top: 10px;
}

.autograph-left dl dt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.autograph-left dl dd {
  width: 100%;
  margin-top: 10px;
}

.autograph-right {
  width: 50%;
  height: 100px;
  background: #fff;
  float: right;
  border: 1px dashed #ccc;
  box-sizing: border-box;
  padding: 10px;

}

.autograph-right img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.autograph-confirm {
  width: 100%;
  text-align: center;
  padding: 20px 0 10px 0;
  margin-top: 20px;
  box-sizing: border-box;
  border-top: 1px solid #f2f2f2;
}

.autograph-wx {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.autograph-wx div {
  width: 160px;
  height: 160px;
  padding: 5px;
  /*box-sizing: border-box;*/
  margin: 0 auto;
  /*border: 1px solid #eee;*/
}

.autograph-wx div img {
  width: 100%;
  height: auto;
}

.autograph-wx span {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
  display: block;
}

.branch-tabs ul {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.branch-tabs li {
  flex: 1;
}

.calendar-tools {
  box-shadow: none !important;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.slot-element {
  background: #5e2bb8 !important;
  color: #fff !important;
}

.calendar-prev,
.calendar-next {
  cursor: pointer;
}

.calendar-prev:hover,
.calendar-next:hover {
  color: #5e2bb8;
}

.mc-today-element .calendar-date {
  color: #5e2bb8 !important;
}

.reservation:hover .calendar-date {
  background: #ccc !important;
}

.mpvue-calendar td.selected span,
.mpvue-calendar td.selected:hover span {
  background: #666 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold;
}

.v-send-item {
  overflow: initial;
}

.v-send-item-box {
  overflow: initial;
}

.v-send-time-list {
  overflow: initial;
}

.v-send-time-list li {
  position: relative;
}

.v-send-time-list li .minute-list {
  position: absolute;
  width: 100%;
  z-index: 111;
  top: 70px;
  background: #fff !important;
  display: none;
}

.v-send-time-list li .minute-show {
  display: block !important;
}

.v-send-time-list li .minute-list dl {
  width: 100%;
  margin: 0;
}

.v-send-time-list li .minute-list dl dd {
  width: 100%;
  margin: 0;
}

.v-send-time-list li .minute-list dl dd a {
  background: rgba(211, 53, 112, 0.1);
  height: 50px;
  line-height: 50px;
  color: #333;
}

.v-send-time-list li .minute-list dl dd a:hover,
.v-send-time-list li.on .minute-list dl dd.on a {
  background: rgba(211, 53, 112, 1);
  color: #fff;
}

.v-send-time-list li .minute-list span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(211, 53, 112, 0.1);
  color: #666;
  text-align: center;
  font-size: 14px;
}

.v-send-explain {
  width: 100%;
  overflow: hidden;
}

.page-left {
  width: 100%;
}

.news-list li {
  display: flex;
}

.news-list li .img {
  width: 170px;
  flex: 0 0 170px;
}

.news-list li .info {
  flex: 1;
  padding-left: 40px;
  box-sizing: border-box;
}

.news-list li .info .introduce {
  text-align: justify;
}

.sel-3 span {
  display: block;
  width: 31%;
  float: left;
  margin-right: 3.5%;
}

.sel-3 span:last-child {
  margin-right: 0;
}

/*0429*/
.tour-page-nav li {
  width: 11.1%;
}


/*兼容ie9*/
.el-select .el-input .el-input__suffix .el-icon-arrow-up {
  -ms-transform: rotate(180deg) \0;
}

.el-message .el-message__content {
  display: inline-block \0;
}

.el-cascader-menu__list .el-cascader-node .el-cascader-node__postfix,
.el-cascader-menu__list .is-active .el-cascader-node__prefix {
  top: 10px \0;
}

.demonstration,
.el-date-editor--datetimerange .el-date-editor--daterange {
  display: inline-block !important \0;
  vertical-align: middle \0;
  line-height: 24px \0;
}

.ie-placeholder {
  padding-left: 61px;
  position: absolute;
  font-size: 14px;
  color: #888;
  pointer-events: none;
}


/*0508*/
.ie-tips-box {
  top: 150px;
}

.ie-tips-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #5e2bb8;
  font-weight: bold;
}

.ie-tips-info {
  width: 100%;
  font-size: 22px;
  padding: 15px 0;
}

.download-chrome {
  width: 50%;
  margin: 10px auto;
  text-align: center;
}

.download-chrome a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 20px 0;
}

.download-chrome a:hover {
  border: 1px solid #5e2bb8;
}

.download-chrome img {
  width: 15%;
  height: auto;
  border: 0;
}

.download-chrome span {
  display: block;
  font-size: 20px;
}

.ie-t-btn {
  width: 100%;
  text-align: center;
}

.ie-t-btn button {
  width: 60%;
  font-size: 18px;
}


.el-message {
  z-index: 999999999999 !important;
}

.news-page-nav li {
  width: 33.3%;
}

.news-list li .info {
  width: 1000px;
  float: right;
}


.applicant-list li {
  float: left;
  width: 140px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}

.applicant-list li .applicant-img {
  width: 140px;
  height: 187px;
}

.applicant-list li .urgent {
  font-size: 20px;
}

.applicant-list li .info {
  font-size: 14px;
}

.applicant-list li .applicant-state {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #666;
}