﻿#view * {
    font-family: 'Microsoft YaHei';
}

.row {
    margin: 0;
}

#view img {
    max-width: 100%;
}

.Title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.Title>.name {
    font-size: 75px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold !important;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

.Title>.en_name {
    font-size: 14px;
    color: #999;
    line-height: 19px;
}

.company_name {
    font-size: 22px;
    color: #333333;
    line-height: 1.4;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
}

.company_text>p {
    margin: 5px 0 !important;
    color: #535353;
    line-height: 1.6;
    font-size: 16px !important;
}

p {
    font-size: 14px !important;
}

.share {
    overflow: hidden;
}

.share>div {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.share>div img {
    max-width: 120px !important;
}

#openForm {
    width: 176px;
    height: 52px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    background: url('/Webs/r/Home/37/assets/images/textBg.png') no-repeat center center !important;
    background-size: 100% 100% !important;
    margin-top: 20px;
}

#from {
    width: 410px;
    height: 470px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -235px 0 0 -205px;
    z-index: 999999;
    padding: 40px;
    display: none;
}

#from>.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 32px;
}

#close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99999;
}

@media (max-width:767px) {
    .Title>.name {
        display: none;
    }
    .company_name {
        font-size: 16px;
    }
}

@media (max-width:500px) {
    #from {
        width: 310px;
        height: 430px;
        margin-left: -155px;
        margin-top: -215px;
        padding: 20px;
    }

    #from>.close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}