* {
    margin: 0;
    padding: 0;
}

.phone-center {
    min-height: 479px;
    padding-bottom: 30px;
}

.phone-center-banner {
    width: 100%;
    overflow: hidden;
    height: 570px;
    position: relative;
}

.phone-center-banner img {
    width: 1920px;
    height: 570px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    display: block;
}

.yy-title {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
}

.yy-title > .bgEnglish {
    top: -35px;
    position: absolute;
    z-index: -1;
    font-size: 56px;
    color: #333333;
    opacity: .1;
    width: 645px;
}

.yy-title > .nr {
    top: 35px;
    font-size: 36px;
    color: #333;
}

.yy-title .heng {
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #327afe 0%, #ffffff 100%);
}

.phone-center-callme {
    background: #F6F7FE;
    padding: 80px 0 60px 0;
}

.phone-center-callme-msg {
    width: 550px;
    margin: 50px auto;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.phone-center-callme-nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-center-callme-item {
    display: flex;
    align-items: center;
}

.phone-center-callme-item > img {
    display: block;
    margin-right: 20px;
}

.phone-center-callme-item-text {
    font-size: 20px;
    color: #333;
}

.phone-center-callme-text-2 {
    margin-top: 10px;
}

.phone-center-from {
    padding-top: 80px;
    width: 1200px;
    margin: 0 auto;
}

.phone-center-from-body {
    margin-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.phone-center-from-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.phone-center-from-item-left {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
}

.phone-center-from-input {
    margin-left: 20px;
    width: 420px;
    border-radius: 5px;
    height: 56px;
    box-shadow: #4B89FC 0px 0px 3px inset;
}

.phone-center-from-input > input {
    margin: 0 20px;
    font-size: 16px;
    width: 100%;
    border: none;
    height: 100%;
}

input {
    background: none;
    outline: none;
}

input:focus {
    border: none;
}

.phone-center-from-item-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
}

.phone-center-from-textarea {
    width: 100%;
    height: 470px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: #4B89FC 0px 0px 3px inset;
}

.phone-center-from-textarea > textarea {
    width: 100%;
    height: 100%;
    outline: none;
    resize: none;
    border: none;
}

.submit {
    cursor: pointer;
    width: 788px;
    height: 86px;
    border-radius: 80px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 86px;
    background: #327AFE;
}
