/* Elly 2017.0710 */

/* reset */
* {
    box-sizing: border-box;
}

body,
form,
div,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

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

/* Common */

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    font: 13px 'Segoe UI', 'Helvetica Neue', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #3c3c3c;
    background: #FFFFFF;
    height: 100%;
}

a {
    color: #f17f21;
}

.wrap {
    min-height: 720px;
    min-width: 1024px;
    width: 100%;
    height: 100%;
    background-color: #2e3956;
    /* background-image: url('Images/logo_bg.png'); */
    background-position: center top;
}


.contents {
    width: 1000px;
    min-height: 600px;
    margin: 0 auto 100px auto;
}



.title_Wrap {
    display: block;
    width: 100%;
}

.title_Wrap>h2.tit {
    display: block;
    padding: 25px 0 10px 0;
    float: left;
    font-size: 20px;
    line-height: 1;
    color: #000;
    letter-spacing: -0.05em;
    background: none;
}

.search_Wrapform>.tit {
    margin-bottom: 5px;
}

.tit {
    display: inline-block;
    margin-top: 12px;
    padding-left: 12px;
    float: left;

    font-size: 15px;
    /* line-height: 70px; */
    color: #333;
    letter-spacing: -0.05em;
    background: url(../images/dot.png) 0 50% no-repeat;
}




.login_tit {
    display: inline-block;
    width: 100%;
    margin-top: 190px;
    margin-bottom: 45px;
    float: left;
    font-size: 51px;
    text-align: center;

    color: #a3d4e8;
    letter-spacing: -0.05em;
    border-bottom: none;
}

.login_box {
    margin: 0 auto;
    width: 390px;

}

.login_box01 {
    display: inline-block;
    margin-bottom: 0;
    padding: 35px 35px 35px 60px;
    width: 100%;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 5px 11px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 11px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 11px 5px rgba(0, 0, 0, 0.1);
}

.login_stit {
    display: inline-block;
    margin: 10px 0 74px 0;
    width: 100%;
    font-size: 21px;
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
    color: #a3d4e8;
}


.login_box>ul.logForm {
    float: right;
    width: 350px;
    padding-left: 20px;
}

.login_box>ul>li {
    padding: 7px 0;
}

.login_box .login_form {
    width: 100%;
    height: 55px;
    font-size: 18px;
    font-weight: 400;
    line-height: 55px;
    text-indent: 20px;
    color: #fff;
    border: 1px solid #1b2233;
    background: #20283c;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #1b2233 inset;
    -webkit-text-fill-color: #919fc3
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}



.btn_login {
    display: block;
    padding: 0;
    font-size: 22px;
    line-height: 64px;
    text-align: center;
    color: #0b3d95;
    background: #fff;
    border: 1px solid #0d4fb4;
    font-weight: 700;
    margin-top: 10px;
}

.login_box input[checkbox] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.login_box label {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    line-height: 19px;
    color: #e5ecff;
}

.modal-content {
    padding: 0 !important;
}

.login_NewsTit {
    display: block;
    float: left;
    width: 200px;
    height: 160px;
    font-size: 30px;

    line-height: 1;
    letter-spacing: -0.05em;
    color: #000;
    text-align: left;
    background: url(../images/icon_speaker.png) 45% 100% no-repeat;
}

p.login_NewsTit:before {
    display: block;
    margin-bottom: 8px;
    width: 50px;
    height: 2px;
    content: "";
    background-color: #333;
}

.login_NewsUl {
    margin: 0;
    float: left;
    width: 680px;
}

ul.login_NewsUl>li {
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.login_NewsUl>li>a {
    display: block;
    float: left;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    background: url(../images/icon_dot.png) 0 50% no-repeat;
    color: #777;
}

.login_NewsUl>li>span {
    float: right;
    font-family: Tahoma;
    font-size: 12px;
    color: #777;
}


address {
    width: 100%;
    margin: 0 auto;
    color: #b1bdd8;
    text-align: center;
    font-style: normal;
}

address>span {
    font-weight: 600;
}

.addressWrap address {
    font-size: 13px;
    line-height: 1.7;
    color: #8c8c8c
}

.stxt {
    color: #fff
}



input[type="checkbox"] {
    margin: 0 7px 0 0;
    width: 18px;
    height: 18px;
}