/* CSS Document */
*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fiedldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 20px;
    width: 100%;
    /* min-width: 1450px; */
}

input,
select,
textarea,
button {
    vertical-align: middle;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

.hide {
    display: none;
}

.wrap{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../img/connect/bg.png) center bottom no-repeat;
    background-size: 100% auto;
}
.header-box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.content-box{
    width: 1450px;
    height: 636px;
    position: absolute;
    left: calc(50% - 725px);
    top: calc(50% - 318px);
    background-color: white;
    border-radius: 12px;    
    box-shadow: 0px -10px 17px 0px rgba(0, 0, 0, .05),
    0px 0px 0px 0px rgba(0, 0, 0, .05), 
    0px 10px 17px 0px rgba(0, 0, 0, .05), 
    0px 0px 0px 0px rgba(0, 0, 0, .05);
}

.content-left{
    width: 434px;
    height: 636px;
    background: url(../img/connect/left-bg.png) center top no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
}

.content-left img{
    position: absolute;
}

.content-right{
    width: 1010px;
    text-align: center;
    float: right;
    padding: 120px 0;
}

.content-right h5{
    font-size: 29px;
    margin-bottom: 10px;
    color: #383f4e;
}

.content-right p{
    font-size: 25px;
    color: #383f4e;
}

.content-right img{
    margin: 70px auto;
}