﻿@charset "utf-8";
input::-webkit-input-placeholder {
    color: white;
}

input::-moz-input-placeholder {
    color: white;
}

input::-ms-input-placeholder {
    color: white;
}
a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

.banner {
    background: white;
}

.index1 {
    box-shadow: 0px 0px 5px #888888;
    display: block;
    height: 600px;
    max-width: 100% !important;
    background: url(/assets/tmpl25/images/index1.png) no-repeat 100% 100%;
    top: 0;
    left: 0;
    min-width: 1000px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.index2 {
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: #E8E7E7 solid 2px;
}

.index3 {
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: #E8E7E7 solid 2px;
}

.index4 {
    background: #70159e;
}

.index6 {
    margin: 40px 0;
}
.text {
    color: #70159e;
}

.b-b-color {
    border: none;
    border-bottom: 1px solid #70159E;
}