@media screen and (min-width: 1031px) {
  body {
    background-color: #fafafa;
  }
  .pc_arrow {
    display: block !important;
  }
  .min-content {
    width: 1200px;
    min-width: 1200px;
    display: flex;
  }
  input {
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0!important;
    border-radius: 5px!important;
    padding: 0 15px!important;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  input:hover {
    border-color: #c0c4cc;
  }
  input:focus {
    border-color: #409eff !important;
    outline: 0;
  }
  button {
    outline: none;
    border-radius: 5px!important;
  }
  button:focus {
    outline: none;
  }
  /* 提示框样式 */
  .message {
    min-width: 300px;
    max-width: 600px;
    text-align: center;
    align-items: center;
    padding: 10px 30px;
    box-sizing: border-box;
    margin: auto;
    font-size: 16px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -150px;
    transition: all 0.4s ease;
    z-index: 5000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }
  .message i {
    margin-right: 10px;
  }
  .success {
    background-color: #f7fbef;
    color: #63c339;
  }
  .error {
    background-color: #fff3f7;
    color: #f76d6b;
  }
  .warning {
    background-color: #fdf6ec;
    color: #e6a23c;
  }
  .touming {
    background-color: #000;
    color: #fff;
    opacity: 0.5;
  }
  .layui-form-label {
    position: relative;
  }
  .layui-form-label span {
    position: absolute;
    left: 10px;
    color: red;
  }
  .layui-input,
  .layui-select,
  .layui-textarea {
    height: 40px!important;
    padding-right: 30px!important;
  }
  .must .layui-form-select {
    position: relative;
  }
  .must .layui-form-select::before {
    content: "*";
    position: absolute;
    top: 15px;
    left: 15px;
    color: red;
  }
  .must .layui-form-select .layui-input {
    padding-left: 30px!important;
  }
  .layui-form-select dl {
    max-width: 100%!important;
  }
  .pc-main {
    display: block;
  }
  .banner {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/shipping_cost_calculator_from_china_to_the_world.webp);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .banner .banner-content {
    height: 520px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner .banner-content .banner-import-title {
    text-align: center;
    font-size: 36px;
    font-family: Open Sans;
    font-weight: bold;
    color: #ffffff;
  }
  .banner .banner-content .banner-title {
    text-align: center;
    width: 700px;
    height: 79px;
    font-size: 36px;
    font-family: Open Sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 42px;
  }
  .banner .banner-content .banner-remark {
    margin-top: 21px;
    text-align: center;
    width: 610px;
    height: 123px;
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
  }
  .search {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .search .search-content {
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(28, 28, 28, 0.2);
    border-radius: 10px;
    flex-direction: column;
    margin-top: -110px;
  }
  .search .search-content .content-top .content-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 65px;
    border-bottom: 1px solid #f4f6f8;
    cursor: pointer;
  }
  .search .search-content .content-top .content-main .content-top-item {
    display: flex;
    width: 231px;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
  }
  .search .search-content .content-top .content-main .content-top-item .item-img {
    width: 20px;
    height: 18px;
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/Calculator_1_black.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
  }
  .search .search-content .content-top .content-main .content-top-item .item-title {
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 400;
    color: #161616;
  }
  .search .search-content .content-top .content-main .content-top-item:nth-child(2) .item-img {
    width: 18px;
    height: 18px;
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/Calculator_2_black.png);
  }
  .search .search-content .content-top .content-main .content-top-item:nth-child(3) .item-img {
    width: 19px;
    height: 20px;
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/Calculator_3_black.png);
  }
  .search .search-content .content-top .content-main .content-top-item:nth-child(4) .item-img {
    width: 21px;
    height: 20px;
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/Calculator_4_black.png);
  }
  .search .search-content .content-top .content-main .active {
    position: relative;
  }
  .search .search-content .content-top .content-main .active::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #0066ff;
    bottom: -1.5px;
    left: 0;
  }
  .search .search-content .content-top .content-main .active .item-img {
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/Calculator_1_blue.png);
  }
  .search .search-content .content-top .content-main .active .item-title {
    font-weight: bold;
    color: #0066ff;
  }
  .search .search-content .content-top .content-main .active:nth-child(2) .item-img {
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/Calculator_2_blue.png);
  }
  .search .search-content .content-top .content-main .active:nth-child(3) .item-img {
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/Calculator_3_blue.png);
  }
  .search .search-content .content-top .content-main .active:nth-child(4) .item-img {
    background-image: url(/catalog/view/theme/chinadivision_web/image/resources/shipping/computer/Calculator_4_blue.png);
  }
  .search .search-content .content-bottom {
    min-height: 184px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
  .search .search-content .content-bottom .search-content-small,
  .search .search-content .content-bottom .search-content-big {
    display: flex;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    padding: 36px 35px;
  }
  .search .search-content .content-bottom .search-content-small .content-left,
  .search .search-content .content-bottom .search-content-big .content-left {
    display: flex;
    width: calc(100% - 120px);
    flex-direction: column;
    justify-content: space-between;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top {
    margin-bottom: 12px;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .layui-inline,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .layui-inline {
    width: 300px;
    margin-right: 10px;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .layui-inline .phone-label,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .layui-inline .phone-label {
    display: none;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .layui-inline:nth-child(3),
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .layui-inline:nth-child(3) {
    width: 360px;
    display: flex;
    justify-content: space-between;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .layui-inline:nth-child(3) .my-form-label,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .layui-inline:nth-child(3) .my-form-label {
    padding: 0;
    width: 120px;
    text-align: right;
    display: flex;
    align-items: center;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .layui-inline:nth-child(3) .my-form-label .pc-label,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .layui-inline:nth-child(3) .my-form-label .pc-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .layui-inline:nth-child(3) .my-form-label .pc-label .request-icon,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .layui-inline:nth-child(3) .my-form-label .pc-label .request-icon {
    display: flex;
    color: red;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .layui-inline:nth-child(3) .my-form-label .phone-label,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .layui-inline:nth-child(3) .my-form-label .phone-label {
    display: none;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .must .layui-form-select,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .must .layui-form-select {
    position: relative;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .must .layui-form-select::before,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .must .layui-form-select::before {
    content: "*";
    position: absolute;
    top: 15px;
    left: 15px;
    color: red;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-top .layui-form .must .layui-form-select .layui-input,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-top .layui-form .must .layui-form-select .layui-input {
    padding-left: 30px!important;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-left,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-left {
    display: flex;
    align-items: center;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-left .content-left-label,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-left .content-left-label {
    margin-right: 15px;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-left .phone-label,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-left .phone-label {
    display: none;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-left .content-left-box,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-left .content-left-box {
    width: 345px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    transition: all 0.2s;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-left .content-left-box .left-box-input,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-left .content-left-box .left-box-input {
    width: 95px;
    border: none;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-left .content-left-unit,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-left .content-left-unit {
    margin-left: 15px;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-right .layui-form .layui-form-item,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-right .layui-form .layui-form-item {
    margin-bottom: 0;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-right .layui-form .layui-form-item .layui-inline,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-right .layui-form .layui-form-item .layui-inline {
    width: 480px;
    margin: 0;
    display: flex;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-right .layui-form .layui-form-item .layui-inline .layui-form-label,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-right .layui-form .layui-form-item .layui-inline .layui-form-label {
    width: 150px;
  }
  .search .search-content .content-bottom .search-content-small .content-left .content-left-bottom .content-left-bottom-right .layui-form .layui-form-item .layui-inline .layui-input-inline,
  .search .search-content .content-bottom .search-content-big .content-left .content-left-bottom .content-left-bottom-right .layui-form .layui-form-item .layui-inline .layui-input-inline {
    height: 40px;
    width: 320px;
  }
  .search .search-content .content-bottom .search-content-small .content-right,
  .search .search-content .content-bottom .search-content-big .content-right {
    width: 96px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .search .search-content .content-bottom .search-content-small .content-right button,
  .search .search-content .content-bottom .search-content-big .content-right button {
    display: inline-block;
    width: 96px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
  }
  .search .search-content .content-bottom .search-content-small .content-right button:hover,
  .search .search-content .content-bottom .search-content-big .content-right button:hover {
    border-color: #0066FF;
    color: #0066FF;
  }
  .search .search-content .content-bottom .search-content-small .content-right button:nth-child(2),
  .search .search-content .content-bottom .search-content-big .content-right button:nth-child(2) {
    background-color: #0066ff;
    color: #fff;
  }
  .search .search-content .content-bottom .search-content-small .content-right button:nth-child(2):hover,
  .search .search-content .content-bottom .search-content-big .content-right button:nth-child(2):hover {
    opacity: 0.7;
    color: #fff;
  }
  .search .search-content .content-bottom .search-content-big {
    display: none;
  }
  .search .search-content .content-bottom .search-content-request-one,
  .search .search-content .content-bottom .search-content-request-two {
    height: 550px;
    padding: 50px 200px;
  }
  .search .search-content .content-bottom .search-content-request-one .form-input,
  .search .search-content .content-bottom .search-content-request-two .form-input {
    border-color: #e6e6e6;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block,
  .search .search-content .content-bottom .search-content-request-two .form-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block .form-line,
  .search .search-content .content-bottom .search-content-request-two .form-block .form-line {
    width: 250px;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block .form-line .form-item-label,
  .search .search-content .content-bottom .search-content-request-two .form-block .form-line .form-item-label,
  .search .search-content .content-bottom .search-content-request-one .form-block .form-line .form-item-hide,
  .search .search-content .content-bottom .search-content-request-two .form-block .form-line .form-item-hide {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 600;
    color: #161616;
    height: 30px;
    line-height: 30px;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block .form-line input,
  .search .search-content .content-bottom .search-content-request-two .form-block .form-line input {
    width: 100%;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block .form-line-block,
  .search .search-content .content-bottom .search-content-request-two .form-block .form-line-block {
    display: flex;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block .form-line-block .form-line,
  .search .search-content .content-bottom .search-content-request-two .form-block .form-line-block .form-line {
    margin-right: 25px;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block .form-line-block .form-line:nth-child(2),
  .search .search-content .content-bottom .search-content-request-two .form-block .form-line-block .form-line:nth-child(2) {
    margin-right: 0;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block:nth-child(2) .form-line-block .form-line .layui-form .layui-form-item,
  .search .search-content .content-bottom .search-content-request-two .form-block:nth-child(2) .form-line-block .form-line .layui-form .layui-form-item {
    margin-bottom: 0;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block:nth-child(2) .form-line-block .form-line .layui-form .layui-form-item .layui-inline,
  .search .search-content .content-bottom .search-content-request-two .form-block:nth-child(2) .form-line-block .form-line .layui-form .layui-form-item .layui-inline {
    margin-bottom: 0;
    width: 100%;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block:nth-child(2) .form-line-block .form-line .layui-form .layui-form-item .layui-inline .layui-input-inline,
  .search .search-content .content-bottom .search-content-request-two .form-block:nth-child(2) .form-line-block .form-line .layui-form .layui-form-item .layui-inline .layui-input-inline {
    width: 100%;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block:nth-child(3) .form-line .layui-form .layui-form-item,
  .search .search-content .content-bottom .search-content-request-two .form-block:nth-child(3) .form-line .layui-form .layui-form-item {
    margin-bottom: 0;
  }
  .search .search-content .content-bottom .search-content-request-one .form-block:nth-child(3) .form-line .layui-form .layui-form-item .layui-input-inline,
  .search .search-content .content-bottom .search-content-request-two .form-block:nth-child(3) .form-line .layui-form .layui-form-item .layui-input-inline {
    margin-bottom: 0;
    width: 100%;
  }
  .search .search-content .content-bottom .search-content-request-one .verification_code1,
  .search .search-content .content-bottom .search-content-request-two .verification_code1,
  .search .search-content .content-bottom .search-content-request-one .verification_code2,
  .search .search-content .content-bottom .search-content-request-two .verification_code2 {
    display: none;
    position: relative;
  }
  .search .search-content .content-bottom .search-content-request-one .verification_code1 img,
  .search .search-content .content-bottom .search-content-request-two .verification_code1 img,
  .search .search-content .content-bottom .search-content-request-one .verification_code2 img,
  .search .search-content .content-bottom .search-content-request-two .verification_code2 img {
    height: 100%;
    position: absolute;
    height: 38px;
    right: 0;
    top: 31px;
    right: 1px;
    border-radius: 5px;
  }
  .search .search-content .content-bottom .search-content-request-one .pivacy-policy,
  .search .search-content .content-bottom .search-content-request-two .pivacy-policy {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    text-decoration: underline;
    color: #0066ff;
  }
  .search .search-content .content-bottom .search-content-request-one .request-box,
  .search .search-content .content-bottom .search-content-request-two .request-box {
    width: 226px;
    height: 60px;
    text-align: center;
    background: #0066ff;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
    margin: 35px 0;
    cursor: pointer;
  }
  .search .search-content .content-bottom .search-content-request-one .request-remark,
  .search .search-content .content-bottom .search-content-request-two .request-remark {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #787878;
  }
  .search .search-content .content-bottom .search-content-request-one {
    display: none;
  }
  .search .search-content .content-bottom .search-content-request-two {
    display: none;
  }
  .alert-message {
    margin-top: 27px;
    display: none;
    justify-content: center;
    height: 90px;
  }
  .alert-message .alert-message-content {
    width: 1200px;
    height: 100%;
    background: #e5ecff;
    border-radius: 10px;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .alert-message .alert-message-content .min-message {
    display: flex;
    height: 46px;
    line-height: 46px;
  }
  .alert-message .alert-message-content .min-request {
    text-align: center;
  }
  .alert-message .alert-message-content .min-request .request-box-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .alert-message .alert-message-content .min-request .request-box-content .content-item {
    display: flex;
    align-items: center;
  }
  .alert-message .alert-message-content .min-request .request-box-content .content-item span {
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    color: #161616;
  }
  .alert-message .alert-message-content .min-request .request-box-content .content-item .request-button {
    margin-left: 10px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    color: #003d98;
    cursor: pointer;
    outline: none;
    border: 0;
    background: transparent;
  }
  .alert-message .alert-message-content .content-icon {
    width: 22px;
    height: 23px;
    margin-right: 15px;
  }
  .alert-message .alert-message-content .content-icon img {
    width: 22px;
    height: 100%;
  }
  .alert-message .alert-message-content .content-remark {
    display: flex;
  }
  .alert-message .alert-message-content .content-remark a {
    color: #003d98;
    text-decoration: underline;
    margin: 0 10px;
  }
  #country-tab {
    padding-bottom: 0;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #F4F6F8;
    padding-right: 50px;
  }
  #country-tab #country-tab-max,
  #country-tab #country-tab-min {
    overflow: hidden;
    display: none;
  }
  #country-tab .botton_page {
    display: none;
  }
  #country-tab .tabPage {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 38px;
  }
  #country-tab .tabPage img {
    width: 38px;
    cursor: pointer;
  }
  #country-tab ul {
    display: table-row;
  }
  #country-tab ul li {
    list-style: none;
    float: left;
    padding: 14px 13px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff !important;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    color: #5d5d5d;
  }
  #country-tab ul li.active {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 14px;
    color: #0066FF;
    position: relative;
  }
  #country-tab ul li.active::after {
    content: '';
    /* 确保伪元素生成 */
    width: 66px;
    height: 3px;
    background: #0066FF;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -33px;
  }
  .table-unit {
    display: none;
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: 0px 4px 16px 0px rgba(28, 28, 28, 0.2);
  }
  .table-unit .table-unit-content .table {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .table-unit .table-unit-content .table .table-header {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4f6f8;
    box-sizing: border-box;
    padding: 0 40px;
  }
  .table-unit .table-unit-content .table .table-header .table-header-item {
    display: flex;
    align-items: center;
    width: 220px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
    color: #161616;
  }
  .table-unit .table-unit-content .table .table-header .table-header-item:first-child {
    width: 230px;
  }
  .table-unit .table-unit-content .table .table-header .table-header-item:nth-child(5) {
    width: 180px;
  }
  .table-unit .table-unit-content .table .table-header .table-header-item:nth-child(6) {
    width: 150px;
  }
  .table-unit .table-unit-content .table .table-header .table-header-item:last-child {
    width: 80px;
  }
  .table-unit .table-unit-content .table .table-body {
    position: relative;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn {
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4f6f8;
    box-sizing: border-box;
    padding: 0 40px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item {
    display: flex;
    align-items: center;
    width: 220px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #212b36;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item:first-child {
    width: 210px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item:nth-child(5) {
    width: 180px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item:nth-child(6) {
    width: 150px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item:last-child {
    width: 80px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .product-img {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
    border: 1px solid #eee;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .white-border {
    border: 1px solid #e5e5e5;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .product-title {
    width: 150px;
    position: relative;
    word-break: break-all;
    overflow: hidden;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .item-method {
    width: 135px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .logistics .item-type {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .logistics .item-type .drop-off {
    width: 14px;
    height: 18px;
    margin-left: 3px;
    margin-right: 10px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .logistics .item-type .paid-pickup {
    width: 17px;
    height: 12px;
    margin-right: 10px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .logistics .item-type:nth-child(1) {
    margin-top: 0px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .item-money {
    font-size: 20px;
    font-family: Open Sans;
    font-weight: bold;
    color: #ff505c;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .item-button {
    width: 74px;
    height: 34px;
    background: #0066ff;
    box-shadow: 0px 4px 4px 0px rgba(28, 28, 28, 0.24);
    border-radius: 5px;
    cursor: pointer;
  }
  .table-unit .table-unit-content .table .table-body .table-body-cloumn .cloumn-item .item-button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
  }
  .table-unit .table-unit-content .table .table-body .table-body-no-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0 40px 0;
    box-sizing: border-box;
  }
  .table-unit .table-unit-content .table .table-body .table-body-no-data .no-data {
    color: #dcdcdc;
    margin-top: 20px;
  }
  .table-unit .table-unit-content .table .table-body .table-body-loading {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: flex;
    overflow: hidden;
  }
  .table-unit .table-unit-content .table .table-body .table-body-loading div {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    transform: rotate(360deg);
    animation: rotate 45s infinite linear;
  }
  .table-unit .table-unit-content .table .table-body .table-body-loading div {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    transform: rotate(360deg);
    animation: rotate 45s infinite linear;
  }
  .table-unit .table-unit-content .table .table-body .table-body-loading div::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 3px solid #0066ff;
    border-left: 3px solid #0066ff;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    transform: rotate(720deg);
    animation: rotate 3s infinite ease-out;
  }
  .table-unit .table-unit-content .table .table-body .table-body-loading div::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    border-left: 7px solid #fff;
    transform: rotate(720deg);
    animation: rotate 3s infinite ease-in-out;
  }
  @keyframes rotate {
    100% {
      transform: rotate(0deg);
    }
  }
  .table-unit .table-unit-content .table .table-body .small-learn-more-style,
  .table-unit .table-unit-content .table .table-body .big-learn-more-style {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .table-unit .table-unit-content .table .table-body .small-learn-more-style .learn-more-content,
  .table-unit .table-unit-content .table .table-body .big-learn-more-style .learn-more-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 100%;
  }
  .table-unit .table-unit-content .table .table-body .small-learn-more-style .learn-more-content .learn-more-text,
  .table-unit .table-unit-content .table .table-body .big-learn-more-style .learn-more-content .learn-more-text {
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    color: #0066ff;
  }
  .table-unit .table-unit-content .table .table-body .small-learn-more-style .learn-more-content .learn-more-image,
  .table-unit .table-unit-content .table .table-body .big-learn-more-style .learn-more-content .learn-more-image {
    cursor: pointer;
    width: 17px;
  }
  .table-unit .table-unit-content .table .is-small-learn-more,
  .table-unit .table-unit-content .table .is-big-learn-more {
    height: 700px;
    overflow: hidden;
  }
  .q-a-box {
    margin-top: 70px;
    display: flex;
    justify-content: center;
  }
  .q-a-box .q-a-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .q-a-box .q-a-content .q-a-title {
    font-size: 30px;
    font-family: Open Sans;
    font-weight: bold;
    color: #161616;
    margin-bottom: 40px;
  }
  .q-a-box .q-a-content .q-a-item {
    width: 800px;
    background: #ffffff;
    border: 1px solid #eef0f2;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.3s;
  }
  .q-a-box .q-a-content .q-a-item .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 22px 35px;
  }
  .q-a-box .q-a-content .q-a-item .item-title span {
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 600;
    color: #212b36;
    word-wrap: break-word;
    word-break: break-word;
  }
  .q-a-box .q-a-content .q-a-item .item-title img {
    width: 20px;
    height: 12px;
    transform: rotate(0deg);
    transition-property: width, height, transform;
    transition-duration: 0.1s;
  }
  .q-a-box .q-a-content .q-a-item .item-remark {
    display: none;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 400;
    color: #212b36;
    box-sizing: border-box;
    padding: 30px 35px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
  }
  .q-a-box .q-a-content .q-a-item .item-remark::before {
    position: absolute;
    content: "";
    width: 102px;
    height: 1px;
    background-color: #eef0f2;
    left: 35px;
    top: 0;
  }
  .q-a-box .q-a-content .active .item-title img {
    transform: rotate(180deg);
  }
  .q-a-box .q-a-content .active .item-remark {
    display: block;
  }
  .request-modal {
    display: none;
  }
  .request-modal .request-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
    z-index: 1000;
  }
  .request-modal .request-modal-form {
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 557px;
    height: 610px;
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(28, 28, 28, 0.2);
    border-radius: 10px;
    padding: 35px;
    box-sizing: border-box;
  }
  .request-modal .request-modal-form .form-input {
    border-color: #e6e6e6;
  }
  .request-modal .request-modal-form .close-position {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .request-modal .request-modal-form .form-item {
    margin-bottom: 20px;
  }
  .request-modal .request-modal-form .form-item .form-label {
    display: block;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 600;
    color: #161616;
    margin-bottom: 10px;
  }
  .request-modal .request-modal-form .form-item .form-item-block {
    display: flex;
    justify-content: space-between;
  }
  .request-modal .request-modal-form .form-item .form-item-block .form-item-line {
    display: inline-block;
    width: 48%;
  }
  .request-modal .request-modal-form .form-item .form-item-block .form-item-line .form-label {
    display: block;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 600;
    color: #161616;
    margin-bottom: 10px;
  }
  .request-modal .request-modal-form .form-item .form-item-block .form-item-line input {
    width: 100%;
  }
  .request-modal .request-modal-form .form-item a {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    text-decoration: underline;
    color: #0044ff;
  }
  .request-modal .request-modal-form .form-item .form-request-submit {
    width: 226px;
    height: 60px;
    background: #0044ff;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    user-select: none;
  }
  .request-modal .request-modal-form .form-item .form-request-submit:hover {
    background-color: #0066ff;
  }
  .request-modal .request-modal-form .form-item .form-remark {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #787878;
  }
  .request-modal .request-modal-form .form-item:nth-last-child(2) {
    margin-top: 36px;
  }
  .request-modal .request-modal-form .form-item:last-child {
    margin-top: 36px;
  }
  .request-modal .request-modal-form .verification_code3 {
    width: 100%;
    max-width: 100%;
    display: none;
    position: relative;
  }
  .request-modal .request-modal-form .verification_code3 .form-input {
    width: 100%;
  }
  .request-modal .request-modal-form .verification_code3 img {
    height: 100%;
    position: absolute;
    height: 38px;
    right: 0;
    top: 1px;
    right: 1px;
    border-radius: 5px;
  }
  .message-success {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 1002;
  }
  .message-success .message_warp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.1;
    z-index: 1002;
  }
  .message-success .message-iitem {
    width: 480px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 3;
    padding: 45px 0;
    position: relative;
    z-index: 1003;
  }
  .message-success .message-iitem .position-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
  }
  .message-success .message-iitem .message-img {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
  }
  .message-success .message-iitem .message-img img {
    width: 100px;
  }
  .message-success .message-iitem .message-text {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    color: #000000;
  }
  /* 箭头动画 */
  @keyframes jump {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-15px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
  .xm-body .xm-option-content {
    white-space: break-spaces !important;
    line-height: 20px!important;
    padding-bottom: 6px!important;
    padding-top: 6px!important;
  }
  .xm-body .xm-option {
    max-width: 362px !important;
    width: 362px !important;
  }
  xm-select > .xm-body .xm-toolbar {
    padding: 0!important;
  }
}
@media screen and (max-width: 1030px) {
  .xm-body,
  .layui-anim {
    animation-name: none !important;
    animation-duration: 0s!important;
    animation-fill-mode: none!important;
    animation-play-state: paused!important;
  }
  .pageTable {
    display: none !important;
  }
  #country_code {
    width: 100% !important;
  }
  .app_arrow {
    display: block !important;
  }
  .countrySelect {
    padding-left: 0 !important;
  }
  .countrySelect #help_gray {
    width: 18px;
    position: absolute;
    left: 40px;
    top: -1px;
  }
  .countrySelect::before {
    display: none;
  }
  .default-button-small {
    margin-top: 12px;
  }
  .xm-body .xm-option {
    max-width: 260px;
  }
  .xm-body .xm-option .xm-option-content {
    line-height: 1.2;
    padding: 8px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: break-spaces;
  }
  .pageTable {
    display: none;
  }
  #country-tab {
    padding-bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #F4F6F8;
    padding-right: 50px;
  }
  #country-tab #country-tab-max,
  #country-tab #country-tab-min {
    overflow: hidden;
    display: none;
  }
  #country-tab .botton_page {
    display: none;
  }
  #country-tab .tabPage {
    position: absolute;
    right: 0;
    top: 21px;
    width: 38px;
  }
  #country-tab .tabPage .app_arrow {
    width: 22px;
    cursor: pointer;
  }
  #country-tab ul {
    display: table-row;
    width: 100%;
  }
  #country-tab ul li {
    list-style: none;
    float: left;
    padding: 14px 13px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff !important;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    font-weight: bold;
    color: #5d5d5d;
  }
  #country-tab ul li.active {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 14px;
    color: #0066FF;
    position: relative;
  }
  #country-tab ul li.active::after {
    content: '';
    /* 确保伪元素生成 */
    width: 66px;
    height: 3px;
    background: #0066FF;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -33px;
  }
  #country_code {
    width: 100% !important;
  }
  .header-help .help-msg::before {
    top: -15px !important;
    right: 185px!important;
  }
  .header-help .help-msg::after {
    top: -18px !important;
    right: 184px!important;
  }
  .header-help .help-msg {
    top: 28px!important;
    left: -46px !important;
  }
  xm-select > .xm-body .xm-toolbar {
    padding: 0 !important;
  }
  .xm-select-list .xm-label-block {
    width: 48% !important;
  }
  .xm-select-list {
    width: 100%;
  }
}
.table-body-no-data {
  text-align: center;
  padding-bottom: 20px;
}
.calculate_btn {
  opacity: 0.7;
  pointer-events: none;
}
.layui-icon-loading-1.layui-anim.layui-icon {
  margin-right: 5px;
  display: none;
}
.calculate_btn .layui-icon-loading-1 {
  display: inline-block !important;
}
.calculate-search_small {
  padding: 0 8px !important;
  margin-top: 12px;
}
.layui-icon-about {
  font-size: 22px  !important;
  color: #414141 !important;
  cursor: pointer;
}
.layui-layer-tips .layui-layer-content {
  font-size: 14px !important;
}
.layui-layer-tips {
  min-width: 120px;
  width: initial !important;
}
.countrySelect .layui-unselect.layui-form-select {
  display: none !important;
}
.countrySelect .open.dropup .caret,
.countrySelect .dropdown.open .caret {
  content: "";
  border-top: 0 !important;
  border-bottom: 6px dashed!important;
  border-bottom: 6px solid!important;
}
.countrySelect {
  padding-left: 36px;
}
.countrySelect::before {
  content: "*";
  position: absolute;
  top: 15px;
  left: 45px;
  color: red;
  z-index: 99999;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding-left: 18px;
}
.small-goods {
  display: block;
}
#country_code .xm-select-default,
#country_code .xm-tips,
#country_code .xm-label {
  margin-left: 12px !important;
}
#country_code xm-select {
  min-height: 38px;
  line-height: 38px;
}
.xm-input.xm-search-input {
  margin-left: 12px;
}
.xm-icon-qingkong {
  margin-right: 4px;
}
.xm-label-block,
.xm-label-block > span,
.xm-label-block,
.xm-label .xm-label-block > i {
  color: #333 !important;
  background-color: #f3f3f3 !important;
}
.table-unit {
  position: relative;
}
.pageTable {
  position: absolute;
  top: 50px;
  width: 35px;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 99;
  max-height: 700px;
}
.pageTable img {
  width: 100%;
  cursor: pointer;
}
.pageTable img:hover {
  opacity: 0.8;
}
.left_page {
  left: -100px;
}
.right_page {
  right: -100px;
}
@media screen and (max-width: 1420px) {
  .left_page {
    left: -10px;
  }
  .right_page {
    right: -10px;
  }
}
.label-content span {
  max-width: 130px !important;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 使用省略号表示超出部分 */
}
.pc_arrow,
.app_arrow {
  display: none;
}
#help_gray {
  width: 16px;
  position: absolute;
  left: 4px;
  top: 10px;
}
.layui-layer-tips {
  margin-top: -10px !important;
}
.header-help {
  width: 15px;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.header-help img {
  width: 100%;
  height: 100%;
}
.header-help .help-msg {
  display: none;
  position: absolute;
  top: 35px;
  left: -93px;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 250px;
  background: #7F7F7F;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 3px 8px 0px rgba(79, 79, 79, 0.1);
  border-radius: 5px;
  font-size: 12px;
  font-family: Open Sans;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}
.header-help .help-msg::before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -15px;
  right: 141px;
  padding: 0;
  border-bottom: 8px solid #7F7F7F;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}
.header-help .help-msg::after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -18px;
  right: 140px;
  padding: 0;
  border-bottom: 9px solid #cccccc;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  content: '';
  z-index: 10;
}
.header-help:hover .help-msg {
  display: block;
}
#country_code {
  position: relative;
}
#country_code .del-select {
  position: absolute;
  top: 11px;
  right: 24px;
  cursor: pointer;
}
.xm-select-list {
  display: flex;
  padding: 3px 10px;
  flex-wrap: wrap;
}
.xm-select-list .xm-label-block {
  height: 26px;
  line-height: 26px;
  display: flex;
  position: relative;
  padding: 0px 5px;
  margin: 2px 5px 2px 0;
  border-radius: 3px;
  align-items: baseline;
  width: 168px;
}
.xm-select-list .xm-label-block span {
  box-sizing: border-box;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  width: calc(100% - 20px) !important;
}
.xm-select-list .xm-label-block i {
  color: #FFF;
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  color: #333 !important;
}
