
main {
    padding-top: 135px;
    padding-bottom: 320px;
}

.putPageTitle {
    position: relative;
    text-align: center;
}

.putPageTitle::before,
.putPageTitle::after {
    content: "";
    height: 1px;
    max-width: 702px;
    width: 36%;
    position: absolute;
    top: 50%;
    background-color: var(--themabrown);
}

.putPageTitle::after {
    right: 0;
}

.putPageTitle::before {
    left: 0;
}



.pageTitle::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 50%;
    top: 50%;
    vertical-align: middle;
    background-color: var(--themaBrown);
    transform: translate(-50%, -50%);
}

.pageMain {
    margin-top: 35px;
    margin-bottom: 85px;
}

.pageMain .telConcatInfo {
    line-height: 40px;
    font-size: 28px;
    color: var(--themaBrown);
}

.pageMain .telConcatInfo a{
	color: var(--themaBrown);
	}

.otherConact {
    margin-top: 90px;
}

.otherConact .right {
    display: flex;
    width: 50%;
    padding-left: 105px;
    border-left: 1px solid var(--themabrown);
}

.otherConact .right .form {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.otherConact .right .form .button {
    display: block;
    width: 100%;
    line-height: 80px;
    font-size: 25px;
    letter-spacing: 5px;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    background-color: var(--themabrown);
}

.otherConact .right .formItem:not(:last-child) {
    margin-bottom: 40px;
}

.otherConact .right .formItem label {
    display: inline-block;
    width: 100px;
    height: 66px;
	text-align: center;
	line-height: 66px;
    padding-left: 0;
    padding-top: 0;
    border: 2px solid var(--themabrown);
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
    transition: all .8s;
    color: var(--themabrown);
}

.otherConact .right .formItem label span {
    display: block;
    font-size: 15px;
}

.otherConact .right .formItem label:hover {
    color: white;
    background-color: var(--themabrown);
}

.otherConact .right .formItem .ipt {
    flex: 1;
    border: 0;
    margin-left: 27px;
    outline: none;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 1px solid var(--themabrown);
}

.otherConact .right .tips {
    margin-top: 60px;
    font-size: 22px;
    text-align: center;
    color: var(--themabrown);
}

.otherConact .left {
    padding-right: 50px;
    width: 50%;

}

.otherConact .left .title {
    font-size: 28px;
    line-height: 28px;
    color: var(--themabrown);
}

.otherConact .left .two {
    margin-top: 65px;
}

.otherConact .left .two .email {
    display: block;
    margin-top: 20px;
    font-size: 20px;
}

.otherConact .left .p1 {
    margin-top: 70px;
    font-size: 18px;
    color: var(--themaBlack);
}

.otherConact .left .p2 {
    margin: 15px 0 20px;
    font-size: 22px;
    line-height: 30px;
    color: var(--themabrown);
}

.otherConact .left .p3 {
    font-size: 15px;
    line-height: 25px;
    color: var(--themabrown);
}

.otherConact .left .somePerson {
    margin-top: 60px;
    padding-right: 70px;
    font-size: 22px;
    line-height: 116px;
    color: var(--themabrown);
    border-top: 1px solid var(--themabrown);
}


@media (max-width:1024px) {
.otherConact .right{ padding-left:35px;}
}


@media (max-width:768px) {
main{ padding:15% 0 20%;}	
.otherConact{ display:block}
.otherConact .left,.otherConact .right{ width:100%;}
.otherConact .right{ border:0; padding-left:0; margin-top:10%;}
.otherConact .right .form{ max-width:inherit}
.otherConact .left{ padding-right:0;}
.otherConact{ margin-top:15%;}
}

@media (max-width:640px) {
.pageMain .telConcatInfo{ font-size:24px;}
.otherConact .left .p2{ font-size:20px;}	
.otherConact .left .somePerson{ padding-right:0; display:block; line-height:65px; margin-top:10%; padding-top:10%}
.putPageTitle::before, .putPageTitle::after{ display:none}
.otherConact .right .tips{ font-size:18px;}
.pageTitle{ font-size:24px; line-height:130px;}
}

