.content {
    width: 100%;
    background-color: var(--base-bgcolor);
    padding-top: 12px;
    padding-bottom: 55px;
}

.content>img {
    width: 100%;
}

.container {
    width: var(--base-width);
    margin: 0 auto;
    background-color: #fff;
    margin-top: 54px;
    padding-top: 74px;
    padding-bottom: 53px;
}

[class^=title] {
    width: 100%;
    text-align: center;
}

.title-time img {
    width: 299px;
}

.timebox {
    margin-top: 106px;
    margin-bottom: 113px;
}

.timebox-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 37px;
}

.time-yuan {
    width: 137px;
    height: 137px;
    background: url('../img/contact_img/ps-yuan.png') no-repeat;
}

.time-yuan {
    text-align: center;
    line-height: 137px;
}

.time-yuan span {
    font-size: 24px;
    font-family: "Source Han Sans CN Light";
}

.timebox .timebox-time>.line2 {
    width: 70px;
    height: 1px;
    background-color: #9e9e9e;
}

.mgr {
    margin-right: 56px;
}

.timebox-text {
    margin-bottom: 98px;
    font-family: "Source Han Sans CN Light";
}

.timebox-text span:nth-of-type(1) {
    margin: 0 143px 0 280px;
}

.timebox-text span:nth-of-type(3) {
    margin: 0 148px 0 135px;
}

.timebox-content {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.timebox-content img {
    width: 242px;
    margin-top: 25px;
}

.timebox-content p {
    font-family: "Source Han Sans CN Light";
}

.timebox-content p:nth-of-type(1) {
    color: var(--base-color);
    font-size: 24px;
    margin-bottom: 10px;
}

.timebox-content p:nth-of-type(4) {
    font-size: 12px;
    line-height: 0;
    margin-top: 8px;
}

.title-follow img {
    width: 198px;
}

.followbox {
    display: flex;
    justify-content: center;
    margin-bottom: 158px;
    margin-top: 109px;
}

.followItem1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 60px;
    width: 220px;
}

.followItem1 span {
    font-size: 18px;
    font-family: "Source Han Sans CN Light";
}

.followItem1 span:nth-of-type(1) {
    font-size: 20px;
    color: var(--base-color);
}

.ewm_box {
    margin-top: 36px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/contact_img/border.png') no-repeat;
}

.title-msg img {
    width: 291px;
}

.msgbox {
    width: 825px;
    margin: 110px auto 0;
    display: flex;
    justify-content: space-between;
    font-family: "Source Han Sans CN Light";
}

.inputbox {
    width: 400px;
    height: 50px;
    line-height: 50px;
    background: #eeeeee;
    padding: 0 28px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.1em;
    position: relative;
}

.inputbox input {
    background-color: #eeeeee;
    color: #000000;
    font-family: "Source Han Sans CN Light";
    letter-spacing: 0.1em;
}

.inputbox input::-webkit-input-placeholder {
    color: #000000;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
}

.inputbox input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
}

.inputbox input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
}

.inputbox span {
    color: #000000;
    opacity: 0.8;
}

.inputbox span::before {
    position: absolute;
    content: '';
    top: 20px;
    right: 13px;
    /* border: 10px solid transparent;
    border-top-color: #838383; */
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 10px solid #616161;
}

.inputbox .selectbox_active {
    animation: selectbox .3s;
    animation-fill-mode: forwards;
}

@keyframes selectbox {
    from {
        height: 0;
    }
    to {
        height: 250px;
    }
}

.selectbox {
    position: absolute;
    width: 400px;
    height: 0px;
    background-color: #f5f5f5;
    top: 50px;
    left: 0;
    z-index: 9;
    box-shadow: 0px 2px 3px 0px rgba(153, 153, 153, 0.23);
    overflow: hidden;
    cursor: pointer;
    /* transform: translateY(-50%); */
}

.selectbox div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.selectbox div:hover {
    background-color: silver;
}

.msgcontent {
    width: 825px;
    height: 179px;
    background: #eeeeee;
    margin: 0 auto;
    padding: 19px 0 0 22px;
    color: #000000;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 34px;
}

.msgcontent textarea {
    width: 780px;
    height: 150px;
    color: rgba(0, 0, 0, 0.8);
    background: #eeeeee;
    resize: none;
    line-height: 26px;
    font-family: "Source Han Sans CN Light";
    letter-spacing: 0.1em;
}

.sumbit {
    width: 825px;
    height: 60px;
    background-color: var(--base-color);
    color: #ffffff;
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: center;
    margin: 32px auto 0;
    font-family: "Source Han Sans CN Light";
    cursor: pointer;
}