.logo-box .builder-logo {
  width: 90px;
  height: 20px;
  position: relative;
  top: 5px;
  display: inline-block;
  background-image: url('../images/WepToPrint-builder.svg');
  background-repeat: no-repeat;
}
#headContainer {
  border-bottom: 2px solid #61aee9;
}
#headContainer ul li {
  list-style: none;
}
#headContainer .header-up {
  background-color: #f9f9f9;
  color: #999999;
  line-height: 2.5;
  font-size: 12px;
}
#headContainer .header-middle {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headContainer .header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.vertical-line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 14px;
  background: url("../images/line.png") no-repeat;
}
.area-change::-webkit-scrollbar {
  width: 10px;
  background-color: #f1f1f1;
}
/*滑块*/
.area-change::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.up-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.up-left li > a {
  color: #999999;
  cursor: pointer;
}
.up-left li > a:hover {
  color: #4098db;
}
.up-left .area-box {
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}
.up-left .area-box:hover {
  background-color: #ffffff;
}
.up-left .area-box:hover .area span {
  background: url('../images/icon_up6.svg') no-repeat;
  -webkit-background-size: 6px 6px;
          background-size: 6px 6px;
}
.up-left .area-box:hover .area-change {
  display: block;
}
.up-left .area-box .area span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  vertical-align: middle;
  background: url('../images/icon_down6.svg') no-repeat;
  -webkit-background-size: 6px 6px;
          background-size: 6px 6px;
}
.up-left .area-box .area-change {
  position: absolute;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  z-index: 100;
  width: 260px;
  height: 290px;
  overflow-y: scroll;
  left: 0;
  display: none;
}
.up-left .area-box .area-change > div {
  padding-left: 5px;
  color: #999999;
  margin: 2px;
}
.up-left .area-box .area-change > div:hover {
  background-color: #f9f9f9;
  color: #4098db;
}
.up-left .login > span {
  color: #999999;
}
.up-left .login > div {
  padding: 0 10px;
  display: inline-block;
  color: #4098db;
  cursor: pointer;
  text-align: center;
}
.up-left .login > div > b {
  margin-left: 4px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(../images/arrow_down.svg) no-repeat;
}
.up-left .login > div > a {
  color: #999999;
}
.up-left .login > div .lotOut {
  width: 110px;
  display: none;
  position: absolute;
  padding: 2px;
  right: 0;
  -webkit-box-shadow: 0 0 1px 1px #f5f5f5;
          box-shadow: 0 0 1px 1px #f5f5f5;
  background: #ffffff;
  z-index: 10;
}
.up-left .login > div .lotOut > a {
  display: block;
  text-align: left;
  padding-left: 8px;
  height: 30px;
  color: #999999;
}
.up-left .login > div .lotOut > a:hover {
  background: #f9f9f9;
}
.up-left .login > div:hover {
  background: #ffffff;
}
.up-left .login > div:hover > a {
  color: #4098db;
}
.up-left .login > div:hover > b {
  background: url(../images/arrow_up.svg) no-repeat;
}
.up-left .login > div:hover .lotOut {
  display: block;
}
.up-left .regist {
  padding-right: 0;
}
.up-right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.up-right-box .my-order {
  padding-right: 10px;
}
.up-right-box .personal-center {
  padding: 0 0 0 10px;
}
.header-logo {
  height: 60px;
}
.header-logo > a {
  width: 150px;
  height: 60px;
  display: inline-block;
  background: url('../images/logo.svg') no-repeat;
  -webkit-background-size: 150px 60px;
          background-size: 150px 60px;
}
.middle-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0;
}
.middle-right .header-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}
.middle-right .header-search > div {
  position: relative;
}
.middle-right .header-search > div input {
  width: 320px;
  height: 36px;
  padding-left: 60px;
  background-color: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-right: none;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
}
.middle-right .header-search > div input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.middle-right .header-search > div input::-moz-placeholder {
  color: #c1c1c1;
}
.middle-right .header-search > div input::placeholder {
  color: #c1c1c1;
}
.middle-right .header-search > div input:focus {
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #4098db;
  border-right: none;
  background-color: #ffffff;
}
.middle-right .header-search > div input:focus ~ .game-select {
  display: block;
}
.middle-right .header-search > div input:focus + .header-search-icon {
  background: url('../images/icon_search_st.svg') no-repeat;
}
.middle-right .header-search > div .header-search-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: url('../images/icon_search.svg') no-repeat;
}
.middle-right .header-search > div .header-search-line {
  position: absolute;
  top: 10px;
  left: 46px;
}
.middle-right .header-search > div .game-select {
  position: absolute;
  width: 320px;
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  z-index: 10;
  top: 36px;
  color: #999999;
  display: none;
}
.middle-right .header-search > div .game-select > div {
  line-height: 2.5;
  margin: 2px;
  padding-left: 13px;
  cursor: pointer;
}
.middle-right .header-search > div .game-select > div:hover {
  background-color: #f9f9f9;
}
.middle-right .header-search > div:focus .game-select {
  display: block;
}
.middle-right .header-search .header-search-btn {
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  background-color: #4098db;
  color: #ffffff;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
}
.middle-right .header-search .header-search-btn:hover {
  background-color: #61aee9;
}
.middle-right .header-cart {
  font-size: 0;
  cursor: pointer;
}
.middle-right .header-cart > span {
  display: inline-block;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.middle-right .header-cart .header-cart-icon {
  position: relative;
  border-top: 1px solid #4098db;
  border-left: 1px solid #4098db;
  border-bottom: 1px solid #4098db;
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.middle-right .header-cart .header-cart-icon > span {
  position: absolute;
  border: none;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  background: url("../images/icon_cart.svg") no-repeat;
}
.middle-right .header-cart .header-cart-number {
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #4098db;
  border: 1px solid #4098db;
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}
.header-bottom {
  line-height: 2.2;
  white-space: nowrap;
}
.header-bottom > li {
  position: relative;
  padding: 0 0 0 20px;
}
.header-bottom > li:hover a {
  color: #4098db;
}
.header-bottom > li:hover a span {
  background: url('../images/icon_up10_blue.svg') no-repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
}
.header-bottom > li > span {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 14px;
  margin-left: 20px;
  background: url("../images/line.png") no-repeat;
}
.header-bottom > li a {
  color: #333333;
  list-style: none;
}
.header-bottom > li a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('../images/icon_down10_black.svg') no-repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
  margin-left: 5px;
}
.header-bottom > li:nth-child(1) {
  padding-left: 0;
}
.Category-sp .category-select {
  position: absolute;
  display: none;
  width: 140px;
  left: 5px;
  z-index: 10;
  font-size: 12px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.06);
}
.Category-sp .category-select li {
  margin: 2px;
  height: 26px;
}
.Category-sp .category-select li > a {
  padding-left: 15px;
  line-height: 22px;
  width: 100%;
  display: inline-block;
  color: #999999;
}
.Category-sp .category-select li:hover {
  background-color: #61aee9;
}
.Category-sp .category-select li:hover > a {
  color: #ffffff;
}
.Category-sp:hover .category-select {
  display: block;
}
.toTop {
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 100;
  display: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
}
.toTop:hover {
  background: rgba(0, 0, 0, 0.3);
}
.toTop > img {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
}
.is-show {
  display: block;
}
.swal2-popup {
  width: 360px !important;
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}
.swal2-popup .swal2-icon {
  width: 3.7em !important;
  height: 3.7em !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto 1.5em !important;
}
.swal2-popup .swal2-icon .swal2-warning {
  border-color: #61aee9 !important;
  color: #61aee9 !important;
}
.swal2-icon.swal2-warning {
  border-color: #61aee9 !important;
  color: #61aee9 !important;
}
.swal2-popup .swal2-title {
  color: #4098db !important;
  margin-bottom: 10px !important;
  font-size: 18px !important;
  font-weight: normal !important;
}
.swal2-popup .swal2-content {
  font-weight: bold !important;
}
.swal2-popup .swal2-actions {
  margin: 25px auto 10px !important;
}
.swal2-popup .swal2-styled {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 80px !important;
  height: 26px !important;
  line-height: 26px !important;
  padding: 0 !important;
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
  margin: 5px !important;
}
.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.swal2-popup .swal2-styled.swal2-confirm:hover {
  background-color: #61aee9 !important;
  background-image: none !important;
}
.swal2-popup .swal2-styled.swal2-cancel {
  background-color: #ffffff !important;
  color: #c1c1c1 !important;
  border: 1px solid #dddddd !important;
}
.swal2-popup .swal2-styled.swal2-cancel:hover {
  background-color: #dddddd !important;
  color: #ffffff !important;
  border: none !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: .25em solid #61AEE9 !important;
}
.swal2-icon.swal2-success {
  color: #61AEE9 !important;
  border-color: rgba(97, 174, 233, 0.53) !important;
  width: 5em !important;
  height: 5em !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #61AEE9 !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #4098db !important;
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
  background-image: -moz- oldlinear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}
