﻿@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: 700px;
    max-width: 100% !important;
    background: url(/assets/tmpl28/images/1.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 li img {
    display: block;
    width: 100%
}
.text {
    color: #3569fd;
}
.bg {
    background: #3569fd;
}

.b-b-color {
    border: none;
    border-bottom: 1px solid #ffab9d;
}