.request {
    width: 220px;
    height: 44px;
    border: none;
    outline: none;
    border: 1px solid #0f0f0f;
    border-radius: 6px;
    color: #222;
    font-size: 14px;
    background-color: #edeced;
    font-family: 'PingFang-SC-Regular';
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.request:hover {
    background-color: #fff;
    border: 1px solid #6e6e6e;
}

.fast-first-alert {
    width: 800px;
    height: 1040px;
    background-color: #fff;
    border-radius: 12px;
    top: 40px;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    z-index: 600;
    display: none;
}

.fast-first-alert .fast-first-menu {
    width: 692px;
    height: 886px;
    margin: auto;
}

.fast-first-alert .fast-first-menu li {
    height: 110px;
    line-height: 110px;
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
}

.fast-first-alert .fast-first-menu li .left {
    width: 210px;
    height: 100%;
    float: left;
}

.fast-first-alert .fast-first-menu li .left .fuhao {
    width: 4px;
    margin-right: 10px;
    font-size: 18px;
    font-family: 'PingFang-SC-Regular';
    color: #fd6c6c;
    margin-top: 4px;
    float: left;
}

.fast-first-alert .fast-first-menu li .left .name {
    float: left;
    font-size: 18px;
    font-family: 'PingFang-SC-Medium';
}

.fast-first-alert .fast-first-menu li .right {
    width: 482px;
    height: 100%;
    float: left;
    color: #666;
}

.fast-first-alert .fast-first-menu li .right .first-name {
    font-size: 16px;
    color: #666;
    font-family: 'PingFang-SC-Regular';
    border: none;
    outline: none;
    width: 100%;
}

.fast-first-alert .submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    outline: none;
    height: 80px;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #00c4d4;
    font-size: 24px;
    color: #fff;
    font-family: 'PingFang-SC-Medium';
    cursor: pointer;
}

.fast-second-alert {
    width: 800px;
    height: 900px;
    background-color: #fff;
    border-radius: 12px;
    margin: 100px auto 100px auto;
    position: relative;
    z-index: 98;
    display: none;
}

.fast-second-alert .fast-first-menu {
    width: 692px;
    margin: auto;
}

.fast-second-alert .fast-first-menu .menu-list {
    height: 110px;
    line-height: 110px;
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
}

.fast-second-alert .fast-first-menu .menu-list .left {
    width: 210px;
    height: 100%;
    float: left;
}

.fast-second-alert .fast-first-menu .menu-list .left .fuhao {
    width: 4px;
    margin-right: 10px;
    font-size: 18px;
    font-family: 'PingFang-SC-Regular';
    color: #fd6c6c;
    margin-top: 4px;
    float: left;
}

.fast-second-alert .fast-first-menu .menu-list .left .name {
    float: left;
    font-size: 18px;
    font-family: 'PingFang-SC-Medium';
}

.fast-second-alert .fast-first-menu .menu-list .right {
    width: 482px;
    height: 100%;
    float: left;
    color: #999;
}

.fast-second-alert .fast-first-menu .menu-list .right .first-name {
    font-size: 16px;
    color: #666;
    font-family: 'PingFang-SC-Regular';
    border: none;
    outline: none;
    width: 100%;
}

.menu-list input {
    height: 100% !important;
    width: 480px !important;
    border: none !important;
    zoom: 1 !important;
    outline: medium !important;
}

.fast-second-alert .default-adress {
    width: 238px;
    height: 20px;
    margin: auto;
    margin-top: 60px;
}

.fast-second-alert .default-adress .quan {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #00c4d4;
    margin-right: 10px;
    margin-top: 3px;
}

.fast-second-alert .default-adress .quan img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin-top: 0.1px;
}

.fast-second-alert .default-adress .set-adress {
    font-size: 16px;
    color: #666;
    font-family: 'PingFang-SC-Regular';
}

.fast-second-alert .shipping-adress {
    width: 408px;
    background-color: #ccc;
    margin: auto;
    margin-top: 30px;
}

.fast-second-alert .shipping-adress .price {
    color: #000;
    margin-top: 3px;
    font-family: "PingFang-SC-Medium";
    margin-right: 10px;
}

.fast-second-alert .shipping-adress .desc {
    font-size: 16px;
    color: #666;
    font-family: 'PingFang-SC-Regular';
}

.fast-second-alert .submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    outline: none;
    height: 80px;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #00c4d4;
    font-size: 24px;
    color: #fff;
    font-family: 'PingFang-SC-Medium';
    cursor: pointer;
}

.final-step {
    width: 520px;
    height: 300px;
    padding-top: 80px;
    background-color: #fff;
    border-radius: 12px;
    margin: 100px auto 100px auto;
    position: relative;
    z-index: 98;
    display: none;
}

.final-step p {
    text-align: center;
    font-family: 'PingFang-SC-Bold';
    color: #333;
    font-size: 20px;
}

.final-step .line {
    width: 100%;
    height: 1px;
    background-color: #b8b8b8;
    margin-top: 64px;
}

.final-step button {
    display: block;
    border: none;
    outline: none;
    background-color: #fff;
    margin: auto;
    margin-top: 42px;
    font-size: 24px;
    font-family: "PingFang-SC-Medium";
    text-align: center;
    width: 40px;
    text-decoration: none;
    color: #00c4d4;
}

.fast-model {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 97;
    display: none;
}

.wrap {
    width: 100%;
    border: 0;
    position: relative;
}

.input {
    width: 475px;
    margin: 0;
    padding-left: 5px;
    height: 30px;
    font-size: 16px;
    color: #666;
}

s {
    position: absolute;
    top: 50px;
    right: 0;
    width: 23px;
    height: 15px;
    background: url("/healthcodon/img/arroww.png") no-repeat;
}

/* #PoPy {
    border: 1px solid #00c4d4;
  } */

._citys {
    width: 450px;
    display: inline-block;
    padding: 5px;
    position: relative;
    background-color: #fff;
}

._citys span {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: -4px;
    top: 10px;
    cursor: pointer;
    color: #cfcfcf;
}

._citys0 {
    width: 95%;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
}

._citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin-top: 20px;
}

._citys1 a {
    width: 83px;
    height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
    overflow: hidden;
}

._citys1 a:hover {
    color: #fff;
    background-color: #00c4d4;
}

.AreaS {
    background-color: #00c4d4 !important;
    color: #fff !important;
}